diff options
Diffstat (limited to 'src/crypto/axtls/aes.c')
-rw-r--r-- | src/crypto/axtls/aes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/axtls/aes.c b/src/crypto/axtls/aes.c index 0c0d7247..87faaa1d 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 |