summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/aes.h')
-rw-r--r--src/include/gpxe/aes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/aes.h b/src/include/gpxe/aes.h
index bdb4b351..bdc32bd6 100644
--- a/src/include/gpxe/aes.h
+++ b/src/include/gpxe/aes.h
@@ -1,6 +1,8 @@
#ifndef _GPXE_AES_H
#define _GPXE_AES_H
+FILE_LICENCE ( GPL2_OR_LATER );
+
struct cipher_algorithm;
extern struct cipher_algorithm aes_cbc_algorithm;