david/ipxe
Archived
1
0

[legal] Add missing FILE_LICENCE declarations

Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Marin Hannache 2013-07-15 12:30:57 +02:00 committed by Michael Brown
parent 918fb43743
commit 9b93b669d1
11 changed files with 22 additions and 0 deletions

View File

@ -7,6 +7,8 @@
* *
*/ */
FILE_LICENCE ( GPL2_OR_LATER );
#define UACCESS_EFI #define UACCESS_EFI
#define IOAPI_X86 #define IOAPI_X86
#define PCIAPI_EFI #define PCIAPI_EFI

View File

@ -7,6 +7,8 @@
* *
*/ */
FILE_LICENCE ( GPL2_OR_LATER );
#define CONSOLE_LINUX #define CONSOLE_LINUX
#define TIMER_LINUX #define TIMER_LINUX
#define UACCESS_LINUX #define UACCESS_LINUX

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
FILE_LICENCE ( BSD2 );
static const u32 ar5416Modes[][6] = { static const u32 ar5416Modes[][6] = {
{0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0}, {0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0},
{0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0}, {0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0},

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
FILE_LICENCE ( BSD2 );
static const u32 ar5416Modes_9100[][6] = { static const u32 ar5416Modes_9100[][6] = {
{0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0}, {0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0},
{0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0}, {0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0},

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
FILE_LICENCE ( BSD2 );
static const u32 ar9280Modes_9280_2[][6] = { static const u32 ar9280Modes_9280_2[][6] = {
{0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0}, {0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0},
{0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0}, {0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0},

View File

@ -16,6 +16,8 @@
#ifndef AR9002_PHY_H #ifndef AR9002_PHY_H
#define AR9002_PHY_H #define AR9002_PHY_H
FILE_LICENCE ( BSD2 );
#define AR_PHY_TEST 0x9800 #define AR_PHY_TEST 0x9800
#define PHY_AGC_CLR 0x10000000 #define PHY_AGC_CLR 0x10000000
#define RFSILENT_BB 0x00002000 #define RFSILENT_BB 0x00002000

View File

@ -17,6 +17,8 @@
#ifndef ATH9K_HW_OPS_H #ifndef ATH9K_HW_OPS_H
#define ATH9K_HW_OPS_H #define ATH9K_HW_OPS_H
FILE_LICENCE ( BSD2 );
#include "hw.h" #include "hw.h"
/* Hardware core and driver accessible callbacks */ /* Hardware core and driver accessible callbacks */

View File

@ -17,6 +17,8 @@
#ifndef PHY_H #ifndef PHY_H
#define PHY_H #define PHY_H
FILE_LICENCE ( BSD2 );
#define CHANSEL_DIV 15 #define CHANSEL_DIV 15
#define CHANSEL_2G(_freq) (((_freq) * 0x10000) / CHANSEL_DIV) #define CHANSEL_2G(_freq) (((_freq) * 0x10000) / CHANSEL_DIV)
#define CHANSEL_5G(_freq) (((_freq) * 0x8000) / CHANSEL_DIV) #define CHANSEL_5G(_freq) (((_freq) * 0x8000) / CHANSEL_DIV)

View File

@ -17,6 +17,8 @@
#ifndef REG_H #ifndef REG_H
#define REG_H #define REG_H
FILE_LICENCE ( BSD2 );
#include "../reg.h" #include "../reg.h"
#define AR_CR 0x0008 #define AR_CR 0x0008

View File

@ -1,6 +1,8 @@
#ifndef _IPXE_EFI_PROCESSOR_BIND_H #ifndef _IPXE_EFI_PROCESSOR_BIND_H
#define _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 * EFI header files rely on having the CPU architecture directory
* present in the search path in order to pick up ProcessorBind.h. We * present in the search path in order to pick up ProcessorBind.h. We

View File

@ -21,6 +21,8 @@
* trailing whitespace. * trailing whitespace.
*/ */
FILE_LICENCE ( GPL2_OR_LATER );
/* EFI headers rudely redefine NULL */ /* EFI headers rudely redefine NULL */
#undef NULL #undef NULL