diff options
Diffstat (limited to 'main/openssl/crypto/asn1/charmap.pl')
-rw-r--r-- | main/openssl/crypto/asn1/charmap.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/openssl/crypto/asn1/charmap.pl b/main/openssl/crypto/asn1/charmap.pl index 2875c598..25ebf2c2 100644 --- a/main/openssl/crypto/asn1/charmap.pl +++ b/main/openssl/crypto/asn1/charmap.pl @@ -1,5 +1,8 @@ #!/usr/local/bin/perl -w +# Written by Dr Stephen N Henson (steve@openssl.org). +# Licensed under the terms of the OpenSSL license. + use strict; my ($i, @arr); |