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/crypto/asn1.c | 2 ++ src/crypto/axtls_aes.c | 2 ++ src/crypto/cbc.c | 2 ++ src/crypto/chap.c | 2 ++ src/crypto/crypto_null.c | 2 ++ src/crypto/hmac.c | 2 ++ src/crypto/md5.c | 2 ++ src/crypto/x509.c | 2 ++ 8 files changed, 16 insertions(+) (limited to 'src/crypto') diff --git a/src/crypto/asn1.c b/src/crypto/asn1.c index 25e7495bd..154a8a840 100644 --- a/src/crypto/asn1.c +++ b/src/crypto/asn1.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/crypto/axtls_aes.c b/src/crypto/axtls_aes.c index 51e1924ed..9e4044eaa 100644 --- a/src/crypto/axtls_aes.c +++ b/src/crypto/axtls_aes.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/crypto/cbc.c b/src/crypto/cbc.c index c7116ea95..1710203ca 100644 --- a/src/crypto/cbc.c +++ b/src/crypto/cbc.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/crypto/chap.c b/src/crypto/chap.c index d0784d250..8aa224c42 100644 --- a/src/crypto/chap.c +++ b/src/crypto/chap.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/crypto/crypto_null.c b/src/crypto/crypto_null.c index 8cc9217a4..61efb34ea 100644 --- a/src/crypto/crypto_null.c +++ b/src/crypto/crypto_null.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * @file * diff --git a/src/crypto/hmac.c b/src/crypto/hmac.c index be0298a78..d64730c02 100644 --- a/src/crypto/hmac.c +++ b/src/crypto/hmac.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * @file * diff --git a/src/crypto/md5.c b/src/crypto/md5.c index 72b291ac8..8c606398e 100644 --- a/src/crypto/md5.c +++ b/src/crypto/md5.c @@ -20,6 +20,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/crypto/x509.c b/src/crypto/x509.c index 35adfa387..31ed412f2 100644 --- a/src/crypto/x509.c +++ b/src/crypto/x509.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include -- cgit v1.2.3-55-g7522