diff options
| author | Michael Brown | 2009-05-01 16:41:06 +0200 |
|---|---|---|
| committer | Michael Brown | 2009-05-18 09:33:25 +0200 |
| commit | c44a193d0d147ed6f98741124569864e516e9d4b (patch) | |
| tree | 94a9b841e13eb643181e180f358c8612b1b29bfc /src/drivers/bus | |
| parent | [legal] Add licence.pl and %.licence make target (diff) | |
| download | ipxe-c44a193d0d147ed6f98741124569864e516e9d4b.tar.gz ipxe-c44a193d0d147ed6f98741124569864e516e9d4b.tar.xz ipxe-c44a193d0d147ed6f98741124569864e516e9d4b.zip | |
[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.
Diffstat (limited to 'src/drivers/bus')
| -rw-r--r-- | src/drivers/bus/eisa.c | 2 | ||||
| -rw-r--r-- | src/drivers/bus/isa.c | 2 | ||||
| -rw-r--r-- | src/drivers/bus/isapnp.c | 2 | ||||
| -rw-r--r-- | src/drivers/bus/mca.c | 2 | ||||
| -rw-r--r-- | src/drivers/bus/pci.c | 2 | ||||
| -rw-r--r-- | src/drivers/bus/pciextra.c | 2 |
6 files changed, 12 insertions, 0 deletions
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 <unistd.h> #include <gpxe/eisa.h> +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 <gpxe/io.h> #include <gpxe/isa.h> +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 <stdint.h> #include <stdlib.h> #include <string.h> 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 <stdint.h> #include <string.h> #include <stdlib.h> 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 <stdint.h> #include <stdlib.h> #include <stdio.h> 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 <stdint.h> #include <gpxe/pci.h> |
