Browse Source

[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>
tags/v1.20.1
Shao Miller 14 years ago
parent
commit
79a3799c41
3 changed files with 7 additions and 0 deletions
  1. 3
    0
      src/core/pcmcia.c
  2. 2
    0
      src/core/stringextra.c
  3. 2
    0
      src/include/i82365.h

+ 3
- 0
src/core/pcmcia.c View File

@@ -25,6 +25,9 @@
25 25
  *	at some point. If there's anything obvious or better, not-so-obvious,
26 26
  *	please contact me by e-mail: anselm (AT) hoffmeister (DOT) be   *THANKS*
27 27
  */
28
+
29
+FILE_LICENCE ( GPL2_ONLY );
30
+
28 31
 #include <stdio.h>
29 32
 #include <pcmcia.h>
30 33
 #include <i82365.h>

+ 2
- 0
src/core/stringextra.c View File

@@ -10,6 +10,8 @@
10 10
  * published by the Free Software Foundation.
11 11
  */
12 12
 
13
+FILE_LICENCE ( GPL2_ONLY );
14
+
13 15
 /*
14 16
  * stupid library routines.. The optimized versions should generally be found
15 17
  * as inline code in <asm-xx/string.h>

+ 2
- 0
src/include/i82365.h View File

@@ -14,6 +14,8 @@
14 14
  * are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
15 15
  */
16 16
 
17
+FILE_LICENCE ( GPL2_ONLY );
18
+
17 19
 #ifndef _LINUX_I82365_H
18 20
 #define _LINUX_I82365_H
19 21
 

Loading…
Cancel
Save