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/bitbash | |
| 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/bitbash')
| -rw-r--r-- | src/drivers/bitbash/bitbash.c | 2 | ||||
| -rw-r--r-- | src/drivers/bitbash/i2c_bit.c | 2 | ||||
| -rw-r--r-- | src/drivers/bitbash/spi_bit.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/bitbash/bitbash.c b/src/drivers/bitbash/bitbash.c index c6f935202..3e558d5ce 100644 --- a/src/drivers/bitbash/bitbash.c +++ b/src/drivers/bitbash/bitbash.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <gpxe/bitbash.h> /** @file diff --git a/src/drivers/bitbash/i2c_bit.c b/src/drivers/bitbash/i2c_bit.c index b85057af1..131972708 100644 --- a/src/drivers/bitbash/i2c_bit.c +++ b/src/drivers/bitbash/i2c_bit.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <stddef.h> #include <stdint.h> #include <errno.h> diff --git a/src/drivers/bitbash/spi_bit.c b/src/drivers/bitbash/spi_bit.c index ef87b5a24..8b5060c19 100644 --- a/src/drivers/bitbash/spi_bit.c +++ b/src/drivers/bitbash/spi_bit.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <stddef.h> #include <stdint.h> #include <string.h> |
