diff options
author | Martin Roth <martinroth@google.com> | 2016-01-12 10:40:18 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-13 22:54:02 +0100 |
commit | e44adfa5dee2773fce7c49bb97406d72221f2072 (patch) | |
tree | 4ad0bac35a593a02b855556210825333544c4a4b /src/arch/arm/id.S | |
parent | eb20e60c9cdcb5bf904a6f489d9971220697b5d6 (diff) | |
download | coreboot-e44adfa5dee2773fce7c49bb97406d72221f2072.tar.xz |
arch/arm: add missing license headers
These were all written as part of the coreboot project, so get
the standard coreboot license header.
Change-Id: I74438e8032c84f4190ef49f306969f7157234001
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12910
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/arch/arm/id.S')
-rw-r--r-- | src/arch/arm/id.S | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch/arm/id.S b/src/arch/arm/id.S index a588f1e1da..16173fb598 100644 --- a/src/arch/arm/id.S +++ b/src/arch/arm/id.S @@ -1,3 +1,16 @@ +/* + * 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. + */ + #include <build.h> .section ".id", "a", %progbits |