summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/include/stdint.h
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-01-12 10:40:18 -0700
committerMartin Roth <martinroth@google.com>2016-01-13 22:54:02 +0100
commite44adfa5dee2773fce7c49bb97406d72221f2072 (patch)
tree4ad0bac35a593a02b855556210825333544c4a4b /src/arch/arm/include/stdint.h
parenteb20e60c9cdcb5bf904a6f489d9971220697b5d6 (diff)
downloadcoreboot-e44adfa5dee2773fce7c49bb97406d72221f2072.tar.gz
coreboot-e44adfa5dee2773fce7c49bb97406d72221f2072.tar.bz2
coreboot-e44adfa5dee2773fce7c49bb97406d72221f2072.zip
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/include/stdint.h')
-rw-r--r--src/arch/arm/include/stdint.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch/arm/include/stdint.h b/src/arch/arm/include/stdint.h
index c50e664df19d..ede0ec9aef7d 100644
--- a/src/arch/arm/include/stdint.h
+++ b/src/arch/arm/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 ARM_STDINT_H
#define ARM_STDINT_H