diff options
Diffstat (limited to 'src/crypto')
| -rw-r--r-- | src/crypto/axtls/aes.c | 2 | ||||
| -rw-r--r-- | src/crypto/axtls/bigint.h | 2 | ||||
| -rw-r--r-- | src/crypto/axtls/crypto.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto/axtls/aes.c b/src/crypto/axtls/aes.c index 0c0d7247a..87faaa1d2 100644 --- a/src/crypto/axtls/aes.c +++ b/src/crypto/axtls/aes.c @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * AES implementation - this is a small code version. There are much faster * versions around but they are much larger in size (i.e. they use large diff --git a/src/crypto/axtls/bigint.h b/src/crypto/axtls/bigint.h index f9a3c70b4..f5f335311 100644 --- a/src/crypto/axtls/bigint.h +++ b/src/crypto/axtls/bigint.h @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +FILE_LICENCE ( GPL2_OR_LATER ); + #ifndef BIGINT_HEADER #define BIGINT_HEADER diff --git a/src/crypto/axtls/crypto.h b/src/crypto/axtls/crypto.h index 12acb27f5..a9893cf35 100644 --- a/src/crypto/axtls/crypto.h +++ b/src/crypto/axtls/crypto.h @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * @file crypto.h */ |
