diff options
author | Martin Roth <martinroth@google.com> | 2016-01-12 11:12:39 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-14 22:48:17 +0100 |
commit | a7cf7b7776c32dc036158415aa84f494bafcf586 (patch) | |
tree | cc201f5baeec1ddff1d70fb6cb416bf183891397 /src/arch/x86/include/stdint.h | |
parent | 45a221de7923d6c1d52f9ca14a3419e7d0803636 (diff) |
arch/x86/include: add missing license headers
These were all written as part of the coreboot project, so get
the standard coreboot license header.
Change-Id: I51e1e504b3bc7be2a00c9356d8775b87f2a1db5a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12912
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/x86/include/stdint.h')
-rw-r--r-- | src/arch/x86/include/stdint.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch/x86/include/stdint.h b/src/arch/x86/include/stdint.h index c817e1b61f..16f6acd74c 100644 --- a/src/arch/x86/include/stdint.h +++ b/src/arch/x86/include/stdint.h @@ -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. + */ + #ifndef X86_STDINT_H #define X86_STDINT_H |