Skip to content

Commit

Permalink
[legal] Add FILE_LICENCE macro to some GPL-v2-or-later files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shao Miller authored and mcb30 committed Dec 3, 2010
1 parent 79a3799 commit 3b51710
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/i386/core/gdbmach.c
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/core/gdbserial.c
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/core/gdbstub.c
Expand Up @@ -16,6 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

FILE_LICENCE ( GPL2_OR_LATER );

/**
* @file
*
Expand Down
2 changes: 2 additions & 0 deletions src/core/gdbudp.c
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/crypto/axtls/aes.c
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/crypto/axtls/bigint.h
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/crypto/axtls/crypto.h
Expand Up @@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

FILE_LICENCE ( GPL2_OR_LATER );

/**
* @file crypto.h
*/
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/bus/virtio-ring.c
Expand Up @@ -14,6 +14,8 @@
*
*/

FILE_LICENCE ( GPL2_OR_LATER );

#include "etherboot.h"
#include "ipxe/io.h"
#include "ipxe/virtio-ring.h"
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/atl1e.h
Expand Up @@ -22,6 +22,8 @@
* Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

FILE_LICENCE ( GPL2_OR_LATER );

#ifndef _ATL1E_H_
#define _ATL1E_H_

Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/via-velocity.c
Expand Up @@ -38,6 +38,8 @@
* Indent Options: indent -kr -i8
*************************************************************************/

FILE_LICENCE ( GPL2_OR_LATER );

#include "etherboot.h"
#include "nic.h"
#include <ipxe/pci.h>
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/via-velocity.h
Expand Up @@ -24,6 +24,8 @@
* Copyright (c) 2006 by Timothy Legge <tlegge@rogers.com>
*/

FILE_LICENCE ( GPL2_OR_LATER );

#ifndef VELOCITY_H
#define VELOCITY_H

Expand Down

0 comments on commit 3b51710

Please sign in to comment.