]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add FILE_LICENCE macro to some GPL-v2-or-later files
authorShao Miller <shao.miller@yrdsb.edu.on.ca>
Sat, 20 Mar 2010 17:09:39 +0000 (13:09 -0400)
committerMichael Brown <mcb30@ipxe.org>
Fri, 3 Dec 2010 23:38:15 +0000 (23:38 +0000)
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>
src/arch/i386/core/gdbmach.c
src/core/gdbserial.c
src/core/gdbstub.c
src/core/gdbudp.c
src/crypto/axtls/aes.c
src/crypto/axtls/bigint.h
src/crypto/axtls/crypto.h
src/drivers/bus/virtio-ring.c
src/drivers/net/atl1e.h
src/drivers/net/via-velocity.c
src/drivers/net/via-velocity.h

index 396d340d56bc756744f7e145e1a7667e54299114..68b37c040552d67632922597e095980ceb1b3051 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <stddef.h>
 #include <stdio.h>
 #include <assert.h>
index d372da96416253ecf0a0cd2d685628e72c5fa5d0..ed217add0848c6dea2040afd19d0980e071ed118 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <assert.h>
 #include <ipxe/serial.h>
 #include <ipxe/gdbstub.h>
index 2cae29fecfeab0ea1bdc5633d13ca635c6b4ff08..34e6a037347f1dc4095f4b964ae773e2af7a4c3f 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /**
  * @file
  *
index 287ec6305fc3a3f0715dcde2a8f632d6ff879acd..9cb6572b7ebb5bdade898834d2b8f82d49a0e54f 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <stdio.h>
 #include <string.h>
 #include <byteswap.h>
index 0c0d7247aacf4be9702a418c46ecd1008bbe9877..87faaa1d2f30500334ee61452330f96452a1eed5 100644 (file)
@@ -16,6 +16,8 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /**
  * AES implementation - this is a small code version. There are much faster
  * versions around but they are much larger in size (i.e. they use large 
index f9a3c70b44c8e78c228274cede0c3b7a128d20b7..f5f3353110735c9d993ce1abaee224efbd9199f8 100644 (file)
@@ -16,6 +16,8 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #ifndef BIGINT_HEADER
 #define BIGINT_HEADER
 
index 12acb27f529bedfa076df3fc15cd16a3ee416667..a9893cf35a60a231a22cb8daac17bc4ec81e21d7 100644 (file)
@@ -16,6 +16,8 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /**
  * @file crypto.h
  */
index 987b319556b1d156480de33141cb02dd85aa6160..e55b6d0ed4d822deaad1af2b24e3988de4c573ab 100644 (file)
@@ -14,6 +14,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include "etherboot.h"
 #include "ipxe/io.h"
 #include "ipxe/virtio-ring.h"
index b09dbbc7dead25258a28a772531fa6d6b3e7f26b..e759ea49ba86ab7844adf0c9214c65bef355b714 100644 (file)
@@ -22,6 +22,8 @@
  * Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #ifndef _ATL1E_H_
 #define _ATL1E_H_
 
index 5b10b6e66baa4d83eee1ee351f8f92156eac4c8a..f2326b8d1260ae11a82c96c82746371455296103 100644 (file)
@@ -38,6 +38,8 @@
 *    Indent Options: indent -kr -i8
 *************************************************************************/
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include "etherboot.h"
 #include "nic.h"
 #include <ipxe/pci.h>
index a43028bd9063bb23342cc85a630104797a3d28f6..b657224d2248e95362ab1b57c7eb57d6d84101a8 100644 (file)
@@ -24,6 +24,8 @@
  *       Copyright (c) 2006 by Timothy Legge <tlegge@rogers.com>
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #ifndef VELOCITY_H
 #define VELOCITY_H