summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-07 07:53:59 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-08 15:21:51 +0000
commit081c4d5e91e1b47e493eb82816f9066e1a9c42dc (patch)
treec6499c4c388d9bace234e631d2796753f21a00b0
parentd72155d507a9e4f47261e682de50f601c396cd6f (diff)
downloadcoreboot-081c4d5e91e1b47e493eb82816f9066e1a9c42dc.tar.xz
lib/rtc.c: Replace GPLv2 long form headers with SPDX header
Change-Id: I812f81307c68a9383619f185633e0a8423319f22 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41136 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/lib/rtc.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/lib/rtc.c b/src/lib/rtc.c
index 018897b505..96aba243cd 100644
--- a/src/lib/rtc.c
+++ b/src/lib/rtc.c
@@ -1,16 +1,7 @@
/* This file is part of the coreboot project. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
/*
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
* From U-Boot 2016.05
*/