From c44a193d0d147ed6f98741124569864e516e9d4b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 1 May 2009 15:41:06 +0100 Subject: [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. --- src/drivers/bus/eisa.c | 2 ++ src/drivers/bus/isa.c | 2 ++ src/drivers/bus/isapnp.c | 2 ++ src/drivers/bus/mca.c | 2 ++ src/drivers/bus/pci.c | 2 ++ src/drivers/bus/pciextra.c | 2 ++ 6 files changed, 12 insertions(+) (limited to 'src/drivers/bus') diff --git a/src/drivers/bus/eisa.c b/src/drivers/bus/eisa.c index 1af56f2e8..b533364bd 100644 --- a/src/drivers/bus/eisa.c +++ b/src/drivers/bus/eisa.c @@ -7,6 +7,8 @@ #include #include +FILE_LICENCE ( GPL2_OR_LATER ); + static void eisabus_remove ( struct root_device *rootdev ); /** diff --git a/src/drivers/bus/isa.c b/src/drivers/bus/isa.c index eb49fbf2f..f458826d8 100644 --- a/src/drivers/bus/isa.c +++ b/src/drivers/bus/isa.c @@ -6,6 +6,8 @@ #include #include +FILE_LICENCE ( GPL2_OR_LATER ); + /* * isa.c implements a "classical" port-scanning method of ISA device * detection. The driver must provide a list of probe addresses diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c index 957a955b1..ccf6209fc 100644 --- a/src/drivers/bus/isapnp.c +++ b/src/drivers/bus/isapnp.c @@ -55,6 +55,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/drivers/bus/mca.c b/src/drivers/bus/mca.c index d6bb60f28..2815603ef 100644 --- a/src/drivers/bus/mca.c +++ b/src/drivers/bus/mca.c @@ -5,6 +5,8 @@ * */ +FILE_LICENCE ( BSD2 ); + #include #include #include diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 7f038c2b5..8899e6e1a 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -19,6 +19,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/drivers/bus/pciextra.c b/src/drivers/bus/pciextra.c index 4603bcb9a..1dd63ee34 100644 --- a/src/drivers/bus/pciextra.c +++ b/src/drivers/bus/pciextra.c @@ -1,3 +1,5 @@ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include -- cgit v1.2.3-55-g7522