diff options
author | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2010-03-20 18:05:59 -0400 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-12-03 23:23:35 +0000 |
commit | 79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46 (patch) | |
tree | b559be52bc1ef6b228450da8f274b065766e1cf1 | |
parent | 87723a0f11425fce10743cb31e0365a8eade4891 (diff) | |
download | ipxe-79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46.tar.gz |
[legal] Add FILE_LICENCE macro to some GPL-v2 files
Changes were made to files where the licence text within the files
themselves confirms that the files are GPL version 2.
Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r-- | src/core/pcmcia.c | 3 | ||||
-rw-r--r-- | src/core/stringextra.c | 2 | ||||
-rw-r--r-- | src/include/i82365.h | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c index 72d59b716..f39cd04fe 100644 --- a/src/core/pcmcia.c +++ b/src/core/pcmcia.c @@ -25,6 +25,9 @@ * at some point. If there's anything obvious or better, not-so-obvious, * please contact me by e-mail: anselm (AT) hoffmeister (DOT) be *THANKS* */ + +FILE_LICENCE ( GPL2_ONLY ); + #include <stdio.h> #include <pcmcia.h> #include <i82365.h> diff --git a/src/core/stringextra.c b/src/core/stringextra.c index c2be4fc40..0a509852e 100644 --- a/src/core/stringextra.c +++ b/src/core/stringextra.c @@ -10,6 +10,8 @@ * published by the Free Software Foundation. */ +FILE_LICENCE ( GPL2_ONLY ); + /* * stupid library routines.. The optimized versions should generally be found * as inline code in <asm-xx/string.h> diff --git a/src/include/i82365.h b/src/include/i82365.h index 3b0e00ca4..a6f2b17bc 100644 --- a/src/include/i82365.h +++ b/src/include/i82365.h @@ -14,6 +14,8 @@ * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. */ +FILE_LICENCE ( GPL2_ONLY ); + #ifndef _LINUX_I82365_H #define _LINUX_I82365_H |