[legal] Add a selection of FILE_LICENCE declarations

Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
This commit is contained in:
Michael Brown
2009-05-01 15:41:06 +01:00
parent 41307f2874
commit c44a193d0d
518 changed files with 1039 additions and 2 deletions

View File

@@ -16,6 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <gpxe/io.h>
#include <gpxe/pci.h>

View File

@@ -22,6 +22,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
/**

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <gpxe/pcibios.h>
#include <gpxe/pcidirect.h>

View File

@@ -21,6 +21,8 @@
* consider these trivial functions to be PD.
*/
FILE_LICENCE ( PUBLIC_DOMAIN );
#define __HAVE_ARCH_MEMCPY
extern void * __memcpy ( void *dest, const void *src, size_t len );

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#ifdef NAP_EFIX86
#define NAP_PREFIX_efix86
#else

View File

@@ -9,6 +9,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#ifdef PCIAPI_PCBIOS
#define PCIAPI_PREFIX_pcbios
#else

View File

@@ -1,6 +1,8 @@
#ifndef _PCIDIRECT_H
#define _PCIDIRECT_H
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
#include <gpxe/io.h>

View File

@@ -16,6 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <gpxe/nap.h>
#include <gpxe/efi/efi.h>

View File

@@ -16,6 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdlib.h>
#include <gpxe/init.h>
#include <gpxe/efi/efi.h>

View File

@@ -16,6 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdlib.h>
#include <gpxe/efi/efi.h>