summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarin Hannache2013-07-15 12:30:57 +0200
committerMichael Brown2013-07-15 13:41:46 +0200
commit9b93b669d13611763470f190954cbb711448f749 (patch)
treef2df56d6646bc07845b3ede582a0877c9f582cfd
parent[realtek] Allow extra space in RX buffers (diff)
downloadipxe-9b93b669d13611763470f190954cbb711448f749.tar.gz
ipxe-9b93b669d13611763470f190954cbb711448f749.tar.xz
ipxe-9b93b669d13611763470f190954cbb711448f749.zip
[legal] Add missing FILE_LICENCE declarations
Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r--src/config/defaults/efi.h2
-rw-r--r--src/config/defaults/linux.h2
-rw-r--r--src/drivers/net/ath/ath9k/ar5008_initvals.h2
-rw-r--r--src/drivers/net/ath/ath9k/ar9001_initvals.h2
-rw-r--r--src/drivers/net/ath/ath9k/ar9002_initvals.h2
-rw-r--r--src/drivers/net/ath/ath9k/ar9002_phy.h2
-rw-r--r--src/drivers/net/ath/ath9k/hw-ops.h2
-rw-r--r--src/drivers/net/ath/ath9k/phy.h2
-rw-r--r--src/drivers/net/ath/ath9k/reg.h2
-rw-r--r--src/include/ipxe/efi/ProcessorBind.h2
-rw-r--r--src/include/ipxe/efi/efi.h2
11 files changed, 22 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 7385aeabc..4276d9366 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#define UACCESS_EFI
#define IOAPI_X86
#define PCIAPI_EFI
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h
index 2b565943f..bc5ba7851 100644
--- a/src/config/defaults/linux.h
+++ b/src/config/defaults/linux.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#define CONSOLE_LINUX
#define TIMER_LINUX
#define UACCESS_LINUX
diff --git a/src/drivers/net/ath/ath9k/ar5008_initvals.h b/src/drivers/net/ath/ath9k/ar5008_initvals.h
index 479aed547..fcc155654 100644
--- a/src/drivers/net/ath/ath9k/ar5008_initvals.h
+++ b/src/drivers/net/ath/ath9k/ar5008_initvals.h
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+FILE_LICENCE ( BSD2 );
+
static const u32 ar5416Modes[][6] = {
{0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0},
{0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0},
diff --git a/src/drivers/net/ath/ath9k/ar9001_initvals.h b/src/drivers/net/ath/ath9k/ar9001_initvals.h
index 7dca47443..6c1ccd50e 100644
--- a/src/drivers/net/ath/ath9k/ar9001_initvals.h
+++ b/src/drivers/net/ath/ath9k/ar9001_initvals.h
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+FILE_LICENCE ( BSD2 );
+
static const u32 ar5416Modes_9100[][6] = {
{0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0},
{0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0},
diff --git a/src/drivers/net/ath/ath9k/ar9002_initvals.h b/src/drivers/net/ath/ath9k/ar9002_initvals.h
index dd121513b..d7a5ac09f 100644
--- a/src/drivers/net/ath/ath9k/ar9002_initvals.h
+++ b/src/drivers/net/ath/ath9k/ar9002_initvals.h
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+FILE_LICENCE ( BSD2 );
+
static const u32 ar9280Modes_9280_2[][6] = {
{0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0},
{0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0},
diff --git a/src/drivers/net/ath/ath9k/ar9002_phy.h b/src/drivers/net/ath/ath9k/ar9002_phy.h
index 453af6dc5..71d9162c9 100644
--- a/src/drivers/net/ath/ath9k/ar9002_phy.h
+++ b/src/drivers/net/ath/ath9k/ar9002_phy.h
@@ -16,6 +16,8 @@
#ifndef AR9002_PHY_H
#define AR9002_PHY_H
+FILE_LICENCE ( BSD2 );
+
#define AR_PHY_TEST 0x9800
#define PHY_AGC_CLR 0x10000000
#define RFSILENT_BB 0x00002000
diff --git a/src/drivers/net/ath/ath9k/hw-ops.h b/src/drivers/net/ath/ath9k/hw-ops.h
index 65cff3b08..51c7b08e4 100644
--- a/src/drivers/net/ath/ath9k/hw-ops.h
+++ b/src/drivers/net/ath/ath9k/hw-ops.h
@@ -17,6 +17,8 @@
#ifndef ATH9K_HW_OPS_H
#define ATH9K_HW_OPS_H
+FILE_LICENCE ( BSD2 );
+
#include "hw.h"
/* Hardware core and driver accessible callbacks */
diff --git a/src/drivers/net/ath/ath9k/phy.h b/src/drivers/net/ath/ath9k/phy.h
index 8b380305b..28f59ecd9 100644
--- a/src/drivers/net/ath/ath9k/phy.h
+++ b/src/drivers/net/ath/ath9k/phy.h
@@ -17,6 +17,8 @@
#ifndef PHY_H
#define PHY_H
+FILE_LICENCE ( BSD2 );
+
#define CHANSEL_DIV 15
#define CHANSEL_2G(_freq) (((_freq) * 0x10000) / CHANSEL_DIV)
#define CHANSEL_5G(_freq) (((_freq) * 0x8000) / CHANSEL_DIV)
diff --git a/src/drivers/net/ath/ath9k/reg.h b/src/drivers/net/ath/ath9k/reg.h
index c18ee9921..67762b6d1 100644
--- a/src/drivers/net/ath/ath9k/reg.h
+++ b/src/drivers/net/ath/ath9k/reg.h
@@ -17,6 +17,8 @@
#ifndef REG_H
#define REG_H
+FILE_LICENCE ( BSD2 );
+
#include "../reg.h"
#define AR_CR 0x0008
diff --git a/src/include/ipxe/efi/ProcessorBind.h b/src/include/ipxe/efi/ProcessorBind.h
index 535cd4ce0..1294459f9 100644
--- a/src/include/ipxe/efi/ProcessorBind.h
+++ b/src/include/ipxe/efi/ProcessorBind.h
@@ -1,6 +1,8 @@
#ifndef _IPXE_EFI_PROCESSOR_BIND_H
#define _IPXE_EFI_PROCESSOR_BIND_H
+FILE_LICENCE ( GPL2_OR_LATER );
+
/*
* EFI header files rely on having the CPU architecture directory
* present in the search path in order to pick up ProcessorBind.h. We
diff --git a/src/include/ipxe/efi/efi.h b/src/include/ipxe/efi/efi.h
index 0a21c6e74..a98b5588d 100644
--- a/src/include/ipxe/efi/efi.h
+++ b/src/include/ipxe/efi/efi.h
@@ -21,6 +21,8 @@
* trailing whitespace.
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
/* EFI headers rudely redefine NULL */
#undef NULL