diff options
Diffstat (limited to 'src/include/gpxe/asn1.h')
-rw-r--r-- | src/include/gpxe/asn1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/asn1.h b/src/include/gpxe/asn1.h index 5440c48ca..477c209d3 100644 --- a/src/include/gpxe/asn1.h +++ b/src/include/gpxe/asn1.h @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #define ASN1_INTEGER 0x02 #define ASN1_BIT_STRING 0x03 #define ASN1_OCTET_STRING 0x04 |