diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-02 23:48:53 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-04 16:33:38 +0000 |
commit | 986d50ea47ed9fc6f0177c1ab904ebfd7f39ec02 (patch) | |
tree | de7758e05e9428eb67e3c182b15b0fe74ce6744a /src/security/vboot/common.c | |
parent | d32b6dee6bfd609ce44c195abd0410d5f56c8f5f (diff) | |
download | coreboot-986d50ea47ed9fc6f0177c1ab904ebfd7f39ec02.tar.xz |
src/security: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: I51f5764b57fb8b62e3a4b3d41bd32e5330a2983c
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40057
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/security/vboot/common.c')
-rw-r--r-- | src/security/vboot/common.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/security/vboot/common.c b/src/security/vboot/common.c index 855406547e..38469f8181 100644 --- a/src/security/vboot/common.c +++ b/src/security/vboot/common.c @@ -1,16 +1,5 @@ -/* - * This file is part of the coreboot project. - * - * - * 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. - * - * 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. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* This file is part of the coreboot project. */ #include <assert.h> #include <cbmem.h> |