]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add FILE_LICENCE macro to some GPL-v2 files
authorShao Miller <shao.miller@yrdsb.edu.on.ca>
Sat, 20 Mar 2010 22:05:59 +0000 (18:05 -0400)
committerMichael Brown <mcb30@ipxe.org>
Fri, 3 Dec 2010 23:23:35 +0000 (23:23 +0000)
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>
src/core/pcmcia.c
src/core/stringextra.c
src/include/i82365.h

index 72d59b7164047012f3a0d585526adc71f9662af8..f39cd04fee4ef050d26cee30873ad3f9ed6cff2e 100644 (file)
@@ -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>
index c2be4fc40d5699ba94c468221d0e0d22a00a09eb..0a509852e29bcfeae42567e911e5bc94ec909a73 100644 (file)
@@ -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>
index 3b0e00ca4c930578cb98b86e82c974d3d8e35475..a6f2b17bc9803addbc3fc3eef335743201c724be 100644 (file)
@@ -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