diff options
Diffstat (limited to 'src/include/gpxe/x509.h')
-rw-r--r-- | src/include/gpxe/x509.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/x509.h b/src/include/gpxe/x509.h index 071e1de56..1b9d9aabb 100644 --- a/src/include/gpxe/x509.h +++ b/src/include/gpxe/x509.h @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <stdint.h> struct asn1_cursor; |