summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/hmac.h')
-rw-r--r--gpxe/src/include/gpxe/hmac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpxe/src/include/gpxe/hmac.h b/gpxe/src/include/gpxe/hmac.h
index 67aefdce..cb001b9d 100644
--- a/gpxe/src/include/gpxe/hmac.h
+++ b/gpxe/src/include/gpxe/hmac.h
@@ -6,6 +6,8 @@
* Keyed-Hashing for Message Authentication
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <gpxe/crypto.h>
/**