summaryrefslogtreecommitdiffstats
path: root/src/core/pcmcia.c
diff options
context:
space:
mode:
authorShao Miller2010-03-20 23:05:59 +0100
committerMichael Brown2010-12-04 00:23:35 +0100
commit79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46 (patch)
treeb559be52bc1ef6b228450da8f274b065766e1cf1 /src/core/pcmcia.c
parent[libflat] Test A20 gate without switching to flat real mode (diff)
downloadipxe-79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46.tar.gz
ipxe-79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46.tar.xz
ipxe-79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46.zip
[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>
Diffstat (limited to 'src/core/pcmcia.c')
-rw-r--r--src/core/pcmcia.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c
index 72d59b71..f39cd04f 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>