diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-02 23:48:27 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-05 17:45:17 +0000 |
commit | 32859fccc6e472a2bf669c206f1c39c8af967c46 (patch) | |
tree | edbe73f64fc6ba8c3232b7e79532667a568366de /src/include/assert.h | |
parent | 4b42983c7a072011499e6a610cfccf3d30689b05 (diff) | |
download | coreboot-32859fccc6e472a2bf669c206f1c39c8af967c46.tar.gz coreboot-32859fccc6e472a2bf669c206f1c39c8af967c46.tar.bz2 coreboot-32859fccc6e472a2bf669c206f1c39c8af967c46.zip |
src/include: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: I2fa3bad88bb5b068baa1cfc6bbcddaabb09da1c5
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40053
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/include/assert.h')
-rw-r--r-- | src/include/assert.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/include/assert.h b/src/include/assert.h index fbaf11a4d616..492629dd300d 100644 --- a/src/include/assert.h +++ b/src/include/assert.h @@ -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. */ #ifndef __ASSERT_H__ #define __ASSERT_H__ |