david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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>
This commit is contained in:
Shao Miller 2010-03-20 18:05:59 -04:00 committed by Michael Brown
parent 87723a0f11
commit 79a3799c41
3 changed files with 7 additions and 0 deletions

View 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>

View 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>

View 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