]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add missing FILE_LICENCE declarations
authorMarin Hannache <git@mareo.fr>
Mon, 15 Jul 2013 10:30:57 +0000 (12:30 +0200)
committerMichael Brown <mcb30@ipxe.org>
Mon, 15 Jul 2013 11:41:46 +0000 (13:41 +0200)
Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/efi.h
src/config/defaults/linux.h
src/drivers/net/ath/ath9k/ar5008_initvals.h
src/drivers/net/ath/ath9k/ar9001_initvals.h
src/drivers/net/ath/ath9k/ar9002_initvals.h
src/drivers/net/ath/ath9k/ar9002_phy.h
src/drivers/net/ath/ath9k/hw-ops.h
src/drivers/net/ath/ath9k/phy.h
src/drivers/net/ath/ath9k/reg.h
src/include/ipxe/efi/ProcessorBind.h
src/include/ipxe/efi/efi.h

index 7385aeabcccabf53913c4c89d092eb1424d76040..4276d9366c02e489a0c0563aec64212be17e855b 100644 (file)
@@ -7,6 +7,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #define UACCESS_EFI
 #define IOAPI_X86
 #define PCIAPI_EFI
index 2b565943f33ea42de368212e69fd238814824dfb..bc5ba7851a04c40e33461c5590db0b9453890ea3 100644 (file)
@@ -7,6 +7,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #define CONSOLE_LINUX
 #define TIMER_LINUX
 #define UACCESS_LINUX
index 479aed547206d6a342201e5d26ca79cf9e2cac88..fcc155654b65e7db1b8043e81e2774e15bd6003e 100644 (file)
@@ -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},
index 7dca47443ce8cfa3b453e1f90bf43701ad92e1bf..6c1ccd50edbd8e000d3258a2e6c253fdca8b6c6c 100644 (file)
@@ -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},
index dd121513b21298cc268fdeced4c8f2e07effc8a7..d7a5ac09f266d3d883efd42ce685f7118903eea1 100644 (file)
@@ -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},
index 453af6dc514b5f700a16a615d1f2ea3104191026..71d9162c9b738a1d20c1100749a62eb86a85a04b 100644 (file)
@@ -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
index 65cff3b08f9e71f8ad2515670b824f15061fe932..51c7b08e47c2056499de3ab6cd6bfe3993b6bdd3 100644 (file)
@@ -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 */
index 8b380305b0fc1acf8c2593acd474daa52f7eb6c9..28f59ecd9a07f4f378634fbfe8bc1591afb3c51b 100644 (file)
@@ -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)
index c18ee9921fb19ef9000122c21d1da887c5731094..67762b6d1ffcc7ee62eb4d695d5b8ca76e22bb90 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef REG_H
 #define REG_H
 
+FILE_LICENCE ( BSD2 );
+
 #include "../reg.h"
 
 #define AR_CR                0x0008
index 535cd4ce0f9b5d536f9e5bb50f49d6d4f0f39709..1294459f9ff4a698e8428d1f4131d89bb44cf453 100644 (file)
@@ -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
index 0a21c6e74b996f69d3724eb3e16611d1402f2ec4..a98b5588d4d3161055ddec3683e7c380940a149b 100644 (file)
@@ -21,6 +21,8 @@
  * trailing whitespace.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /* EFI headers rudely redefine NULL */
 #undef NULL