From 3b517101563cb224dda2e2780db4c6eef32ded38 Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Sat, 20 Mar 2010 13:09:39 -0400 Subject: [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files Changes were made to files where the licence text within the files themselves confirms that the files are GPL version 2 or later. Signed-off-by: Shao Miller Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/crypto/axtls/aes.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/crypto/axtls/aes.c') 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 -- cgit