Преглед на файлове

[legal] Add FILE_LICENCE macro to some GPL-v2-or-later files

Changes were made to files where the licence text within the files
themselves confirms that the files are GPL version 2 or later.

Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Shao Miller преди 14 години
родител
ревизия
3b51710156

+ 2
- 0
src/arch/i386/core/gdbmach.c Целия файл

16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
  */
17
  */
18
 
18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19
 #include <stddef.h>
21
 #include <stddef.h>
20
 #include <stdio.h>
22
 #include <stdio.h>
21
 #include <assert.h>
23
 #include <assert.h>

+ 2
- 0
src/core/gdbserial.c Целия файл

16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
  */
17
  */
18
 
18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19
 #include <assert.h>
21
 #include <assert.h>
20
 #include <ipxe/serial.h>
22
 #include <ipxe/serial.h>
21
 #include <ipxe/gdbstub.h>
23
 #include <ipxe/gdbstub.h>

+ 2
- 0
src/core/gdbstub.c Целия файл

16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
  */
17
  */
18
 
18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19
 /**
21
 /**
20
  * @file
22
  * @file
21
  *
23
  *

+ 2
- 0
src/core/gdbudp.c Целия файл

16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
  */
17
  */
18
 
18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19
 #include <stdio.h>
21
 #include <stdio.h>
20
 #include <string.h>
22
 #include <string.h>
21
 #include <byteswap.h>
23
 #include <byteswap.h>

+ 2
- 0
src/crypto/axtls/aes.c Целия файл

16
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
  */
17
  */
18
 
18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19
 /**
21
 /**
20
  * AES implementation - this is a small code version. There are much faster
22
  * AES implementation - this is a small code version. There are much faster
21
  * versions around but they are much larger in size (i.e. they use large 
23
  * versions around but they are much larger in size (i.e. they use large 

+ 2
- 0
src/crypto/axtls/bigint.h Целия файл

16
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
  */
17
  */
18
 
18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19
 #ifndef BIGINT_HEADER
21
 #ifndef BIGINT_HEADER
20
 #define BIGINT_HEADER
22
 #define BIGINT_HEADER
21
 
23
 

+ 2
- 0
src/crypto/axtls/crypto.h Целия файл

16
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
  */
17
  */
18
 
18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19
 /**
21
 /**
20
  * @file crypto.h
22
  * @file crypto.h
21
  */
23
  */

+ 2
- 0
src/drivers/bus/virtio-ring.c Целия файл

14
  *
14
  *
15
  */
15
  */
16
 
16
 
17
+FILE_LICENCE ( GPL2_OR_LATER );
18
+
17
 #include "etherboot.h"
19
 #include "etherboot.h"
18
 #include "ipxe/io.h"
20
 #include "ipxe/io.h"
19
 #include "ipxe/virtio-ring.h"
21
 #include "ipxe/virtio-ring.h"

+ 2
- 0
src/drivers/net/atl1e.h Целия файл

22
  * Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22
  * Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
  */
23
  */
24
 
24
 
25
+FILE_LICENCE ( GPL2_OR_LATER );
26
+
25
 #ifndef _ATL1E_H_
27
 #ifndef _ATL1E_H_
26
 #define _ATL1E_H_
28
 #define _ATL1E_H_
27
 
29
 

+ 2
- 0
src/drivers/net/via-velocity.c Целия файл

38
 *    Indent Options: indent -kr -i8
38
 *    Indent Options: indent -kr -i8
39
 *************************************************************************/
39
 *************************************************************************/
40
 
40
 
41
+FILE_LICENCE ( GPL2_OR_LATER );
42
+
41
 #include "etherboot.h"
43
 #include "etherboot.h"
42
 #include "nic.h"
44
 #include "nic.h"
43
 #include <ipxe/pci.h>
45
 #include <ipxe/pci.h>

+ 2
- 0
src/drivers/net/via-velocity.h Целия файл

24
  *       Copyright (c) 2006 by Timothy Legge <tlegge@rogers.com>
24
  *       Copyright (c) 2006 by Timothy Legge <tlegge@rogers.com>
25
  */
25
  */
26
 
26
 
27
+FILE_LICENCE ( GPL2_OR_LATER );
28
+
27
 #ifndef VELOCITY_H
29
 #ifndef VELOCITY_H
28
 #define VELOCITY_H
30
 #define VELOCITY_H
29
 
31
 

Loading…
Отказ
Запис