diff options
author | Martin Roth <martinroth@google.com> | 2016-01-21 13:15:16 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-26 04:44:20 +0100 |
commit | 4af5886ab12e852f4a28aaeaeb2c19873193c601 (patch) | |
tree | bb5ca959eeff5cc84d9c261b3f5ad096a19e22eb /src/arch/arm64 | |
parent | 345f2b7d6bb0d67d9836a687041d9dbf4af755a3 (diff) | |
download | coreboot-4af5886ab12e852f4a28aaeaeb2c19873193c601.tar.xz |
src/arch: Update license headers missing paragraph 2
For the coreboot license header, we want to use two paragraphs.
See the section 'Common License Header' in the coreboot wiki
for more details.
Change-Id: I4a43f3573364a17b5d7f63b1f83b8ae424981b18
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13118
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/arch/arm64')
-rw-r--r-- | src/arch/arm64/eabi_compat.c | 5 | ||||
-rw-r--r-- | src/arch/arm64/include/armv8/arch/io.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/arch/arm64/eabi_compat.c b/src/arch/arm64/eabi_compat.c index c27c54e350..b443e0045c 100644 --- a/src/arch/arm64/eabi_compat.c +++ b/src/arch/arm64/eabi_compat.c @@ -7,6 +7,11 @@ * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either 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. */ #include <console/console.h> diff --git a/src/arch/arm64/include/armv8/arch/io.h b/src/arch/arm64/include/armv8/arch/io.h index bac64c3d18..f60e1f4d64 100644 --- a/src/arch/arm64/include/armv8/arch/io.h +++ b/src/arch/arm64/include/armv8/arch/io.h @@ -9,6 +9,11 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * + * 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. + * * Modifications: * 08-Apr-2013 G Replaced several macros with inlines for type safety. * 16-Sep-1996 RMK Inlined the inx/outx functions & optimised for both |