From 60c3c331161133048e2577ac19d4a4b6b138834a Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 28 Aug 2022 19:12:50 +0800 Subject: [PATCH] license --- .gitignore | 2 ++ demos/sm2/sm2_encrypt_demo.c | 2 +- demos/sm2/sm2_keygen_demo.c | 2 +- demos/sm2/sm2_private_key_demo.c | 2 +- demos/sm2/sm2_private_key_parse_demo.c | 2 +- demos/sm2/sm2_public_key_demo.c | 2 +- demos/sm2/sm2_sign_ctx_demo.c | 2 +- demos/sm2/sm2_sign_demo.c | 2 +- demos/sm2/sm2keyparse.c | 2 +- demos/sm3/sm3_demo.c | 2 +- demos/sm3/sm3_hmac_demo.c | 2 +- demos/sm3/sm3_kdf_demo.c | 2 +- demos/sm4/sm4_cbc_decrypt_update_demo.c | 2 +- demos/sm4/sm4_cbc_demo.c | 2 +- demos/sm4/sm4_cbc_encrypt_update_demo.c | 2 +- demos/sm4/sm4_cbc_padding_demo.c | 2 +- demos/sm4/sm4_ctr_demo.c | 2 +- demos/sm4/sm4_ctr_encrypt_update_demo.c | 2 +- demos/sm4/sm4_demo.c | 2 +- demos/sm4/sm4_gcm_demo.c | 2 +- demos/sm9/sm9_encrypt_demo.c | 2 +- demos/sm9/sm9_keygen_demo.c | 2 +- demos/sm9/sm9_sign_demo.c | 2 +- demos/tlcp/tlcp_get.c | 2 +- demos/tlcp/tlcp_post.c | 2 +- demos/tlcp/url_parser.c | 2 +- demos/tlcp/url_parser.h | 2 +- demos/zuc/zuc_demo.c | 2 +- include/gmssl/aes.h | 2 +- include/gmssl/asn1.h | 2 +- include/gmssl/base64.h | 2 +- include/gmssl/block_cipher.h | 2 +- include/gmssl/chacha20.h | 2 +- include/gmssl/cms.h | 2 +- include/gmssl/des.h | 2 +- include/gmssl/digest.h | 2 +- include/gmssl/ec.h | 2 +- include/gmssl/endian.h | 2 +- include/gmssl/error.h | 2 +- include/gmssl/gcm.h | 2 +- include/gmssl/gf128.h | 2 +- include/gmssl/hash_drbg.h | 2 +- include/gmssl/hex.h | 2 +- include/gmssl/hkdf.h | 2 +- include/gmssl/hmac.h | 2 +- include/gmssl/md5.h | 2 +- include/gmssl/mem.h | 2 +- include/gmssl/oid.h | 2 +- include/gmssl/pbkdf2.h | 2 +- include/gmssl/pem.h | 2 +- include/gmssl/pkcs8.h | 2 +- include/gmssl/rand.h | 2 +- include/gmssl/rc4.h | 2 +- include/gmssl/rsa.h | 2 +- include/gmssl/sdf.h | 2 +- include/gmssl/sha1.h | 2 +- include/gmssl/sha2.h | 2 +- include/gmssl/sha3.h | 2 +- include/gmssl/skf.h | 2 +- include/gmssl/sm2.h | 2 +- include/gmssl/sm3.h | 2 +- include/gmssl/sm4.h | 2 +- include/gmssl/sm9.h | 2 +- include/gmssl/tls.h | 2 +- include/gmssl/version.h | 2 +- include/gmssl/x509.h | 2 +- include/gmssl/x509_alg.h | 2 +- include/gmssl/x509_crl.h | 2 +- include/gmssl/x509_ext.h | 2 +- include/gmssl/x509_oid.h | 2 +- include/gmssl/x509_req.h | 2 +- include/gmssl/x509_str.h | 2 +- include/gmssl/zuc.h | 2 +- src/aes.c | 2 +- src/aes_modes.c | 2 +- src/asn1.c | 2 +- src/base64.c | 2 +- src/block_cipher.c | 2 +- src/chacha20.c | 2 +- src/cms.c | 2 +- src/debug.c | 2 +- src/des.c | 2 +- src/digest.c | 2 +- src/ec.c | 2 +- src/gcm.c | 2 +- src/gf128.c | 2 +- src/hash_drbg.c | 2 +- src/hex.c | 2 +- src/hkdf.c | 2 +- src/hmac.c | 2 +- src/md5.c | 2 +- src/pbkdf2.c | 2 +- src/pem.c | 2 +- src/pkcs8.c | 2 +- src/rand.c | 2 +- src/rc4.c | 2 +- src/rdrand.c | 2 +- src/rsa.c | 2 +- src/sdf/sdf.c | 2 +- src/sdf/sdf.h | 2 +- src/sdf/sdf_dummy.c | 2 +- src/sdf/sdf_ext.c | 2 +- src/sdf/sdf_ext.h | 2 +- src/sdf/sdf_int.h | 2 +- src/sdf/sdf_lib.c | 2 +- src/sdf/sdf_meth.c | 2 +- src/sdf/sdf_sansec.c | 2 +- src/sdf/sdf_sansec.h | 2 +- src/sgd.h | 2 +- src/sha1.c | 2 +- src/sha256.c | 2 +- src/sha512.c | 2 +- src/skf/skf.c | 2 +- src/skf/skf.h | 2 +- src/skf/skf_dummy.c | 2 +- src/skf/skf_ext.c | 2 +- src/skf/skf_ext.h | 2 +- src/skf/skf_int.h | 2 +- src/skf/skf_lib.c | 2 +- src/skf/skf_meth.c | 2 +- src/skf/skf_prn.c | 2 +- src/skf/skf_wisec.c | 2 +- src/skf/skf_wisec.h | 2 +- src/sm2_alg.c | 2 +- src/sm2_key.c | 2 +- src/sm2_lib.c | 2 +- src/sm3.c | 2 +- src/sm3_hmac.c | 2 +- src/sm3_kdf.c | 2 +- src/sm4_common.c | 2 +- src/sm4_enc.c | 2 +- src/sm4_lcl.h | 2 +- src/sm4_modes.c | 2 +- src/sm4_setkey.c | 2 +- src/sm9_alg.c | 2 +- src/sm9_key.c | 2 +- src/sm9_lib.c | 2 +- src/tlcp.c | 2 +- src/tls.c | 2 +- src/tls12.c | 2 +- src/tls13.c | 2 +- src/tls_ext.c | 2 +- src/tls_trace.c | 2 +- src/version.c | 2 +- src/x509_alg.c | 2 +- src/x509_cer.c | 2 +- src/x509_crl.c | 2 +- src/x509_ext.c | 2 +- src/x509_oid.c | 2 +- src/x509_req.c | 2 +- src/x509_str.c | 2 +- src/zuc.c | 2 +- src/zuc_modes.c | 2 +- tests/aestest.c | 2 +- tests/asn1test.c | 2 +- tests/base64test.c | 2 +- tests/block_ciphertest.c | 2 +- tests/chacha20test.c | 2 +- tests/cmstest.c | 2 +- tests/destest.c | 2 +- tests/digesttest.c | 2 +- tests/ectest.c | 2 +- tests/gcmtest.c | 2 +- tests/gf128test.c | 2 +- tests/hash_drbgtest.c | 2 +- tests/hextest.c | 2 +- tests/hkdftest.c | 2 +- tests/hmactest.c | 2 +- tests/md5test.c | 2 +- tests/pbkdf2test.c | 2 +- tests/pemtest.c | 2 +- tests/pkcs8test.c | 2 +- tests/rc4test.c | 2 +- tests/sha1test.c | 2 +- tests/sha224test.c | 2 +- tests/sha256test.c | 2 +- tests/sha384test.c | 2 +- tests/sha512test.c | 2 +- tests/sm2test.c | 2 +- tests/sm3test.c | 2 +- tests/sm4test.c | 2 +- tests/sm9test.c | 2 +- tests/tls13test.c | 2 +- tests/tlstest.c | 2 +- tests/x509_algtest.c | 2 +- tests/x509_crltest.c | 2 +- tests/x509_exttest.c | 2 +- tests/x509_oidtest.c | 2 +- tests/x509_reqtest.c | 2 +- tests/x509_strtest.c | 2 +- tests/x509test.c | 2 +- tests/zuctest.c | 2 +- tools/certgen.c | 2 +- tools/certparse.c | 2 +- tools/certverify.c | 2 +- tools/cmsdecrypt.c | 2 +- tools/cmsencrypt.c | 2 +- tools/cmsparse.c | 2 +- tools/cmssign.c | 2 +- tools/cmsverify.c | 2 +- tools/copyright.sh | 6 +++--- tools/crlparse.c | 2 +- tools/crlverify.c | 2 +- tools/gmssl.c | 2 +- tools/pbkdf2.c | 2 +- tools/rand.c | 2 +- tools/reqgen.c | 2 +- tools/reqparse.c | 2 +- tools/reqsign.c | 2 +- tools/sdfutil.c | 2 +- tools/skfutil.c | 2 +- tools/sm2decrypt.c | 2 +- tools/sm2encrypt.c | 2 +- tools/sm2keygen.c | 2 +- tools/sm2sign.c | 2 +- tools/sm2verify.c | 2 +- tools/sm3.c | 2 +- tools/sm3hmac.c | 2 +- tools/sm4.c | 2 +- tools/sm9decrypt.c | 2 +- tools/sm9encrypt.c | 2 +- tools/sm9keygen.c | 2 +- tools/sm9setup.c | 2 +- tools/sm9sign.c | 2 +- tools/sm9verify.c | 2 +- tools/tlcp_client.c | 2 +- tools/tlcp_server.c | 2 +- tools/tls12_client.c | 2 +- tools/tls12_server.c | 2 +- tools/tls13_client.c | 2 +- tools/tls13_server.c | 2 +- tools/version.c | 2 +- tools/zuc.c | 2 +- 233 files changed, 236 insertions(+), 234 deletions(-) diff --git a/.gitignore b/.gitignore index cd2c6f1b..a14644dc 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,8 @@ /test/*.pd /test/*.p +/demos/*.pem + /util/shlib_wrap.sh # Fuzz stuff. diff --git a/demos/sm2/sm2_encrypt_demo.c b/demos/sm2/sm2_encrypt_demo.c index bd6ec212..6c4a4410 100644 --- a/demos/sm2/sm2_encrypt_demo.c +++ b/demos/sm2/sm2_encrypt_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm2/sm2_keygen_demo.c b/demos/sm2/sm2_keygen_demo.c index 813c8fc9..dbabf098 100644 --- a/demos/sm2/sm2_keygen_demo.c +++ b/demos/sm2/sm2_keygen_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm2/sm2_private_key_demo.c b/demos/sm2/sm2_private_key_demo.c index 4e675991..d64ae240 100644 --- a/demos/sm2/sm2_private_key_demo.c +++ b/demos/sm2/sm2_private_key_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm2/sm2_private_key_parse_demo.c b/demos/sm2/sm2_private_key_parse_demo.c index b1544af7..6bad772c 100644 --- a/demos/sm2/sm2_private_key_parse_demo.c +++ b/demos/sm2/sm2_private_key_parse_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm2/sm2_public_key_demo.c b/demos/sm2/sm2_public_key_demo.c index ccb44cbe..710c6078 100644 --- a/demos/sm2/sm2_public_key_demo.c +++ b/demos/sm2/sm2_public_key_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm2/sm2_sign_ctx_demo.c b/demos/sm2/sm2_sign_ctx_demo.c index 57642b92..965cf7e4 100644 --- a/demos/sm2/sm2_sign_ctx_demo.c +++ b/demos/sm2/sm2_sign_ctx_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm2/sm2_sign_demo.c b/demos/sm2/sm2_sign_demo.c index 26208be8..de0cdf8f 100644 --- a/demos/sm2/sm2_sign_demo.c +++ b/demos/sm2/sm2_sign_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm2/sm2keyparse.c b/demos/sm2/sm2keyparse.c index c4382823..cc69de97 100644 --- a/demos/sm2/sm2keyparse.c +++ b/demos/sm2/sm2keyparse.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm3/sm3_demo.c b/demos/sm3/sm3_demo.c index 82e350ac..2844d348 100644 --- a/demos/sm3/sm3_demo.c +++ b/demos/sm3/sm3_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm3/sm3_hmac_demo.c b/demos/sm3/sm3_hmac_demo.c index 4cd6b959..234ef822 100644 --- a/demos/sm3/sm3_hmac_demo.c +++ b/demos/sm3/sm3_hmac_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm3/sm3_kdf_demo.c b/demos/sm3/sm3_kdf_demo.c index f07343bb..5c0ecbbf 100644 --- a/demos/sm3/sm3_kdf_demo.c +++ b/demos/sm3/sm3_kdf_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_cbc_decrypt_update_demo.c b/demos/sm4/sm4_cbc_decrypt_update_demo.c index 035fb8d0..f75a582b 100644 --- a/demos/sm4/sm4_cbc_decrypt_update_demo.c +++ b/demos/sm4/sm4_cbc_decrypt_update_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_cbc_demo.c b/demos/sm4/sm4_cbc_demo.c index bde0e9dc..e1272c2d 100644 --- a/demos/sm4/sm4_cbc_demo.c +++ b/demos/sm4/sm4_cbc_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_cbc_encrypt_update_demo.c b/demos/sm4/sm4_cbc_encrypt_update_demo.c index 3faa445e..21a51981 100644 --- a/demos/sm4/sm4_cbc_encrypt_update_demo.c +++ b/demos/sm4/sm4_cbc_encrypt_update_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_cbc_padding_demo.c b/demos/sm4/sm4_cbc_padding_demo.c index 2f0bdda3..720e2485 100644 --- a/demos/sm4/sm4_cbc_padding_demo.c +++ b/demos/sm4/sm4_cbc_padding_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_ctr_demo.c b/demos/sm4/sm4_ctr_demo.c index 6c0d6492..53ba8e3e 100644 --- a/demos/sm4/sm4_ctr_demo.c +++ b/demos/sm4/sm4_ctr_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_ctr_encrypt_update_demo.c b/demos/sm4/sm4_ctr_encrypt_update_demo.c index fabdb4bc..947edcd7 100644 --- a/demos/sm4/sm4_ctr_encrypt_update_demo.c +++ b/demos/sm4/sm4_ctr_encrypt_update_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_demo.c b/demos/sm4/sm4_demo.c index 14934c86..fbc0fd99 100644 --- a/demos/sm4/sm4_demo.c +++ b/demos/sm4/sm4_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm4/sm4_gcm_demo.c b/demos/sm4/sm4_gcm_demo.c index 57d53bc9..e1a8cdd4 100644 --- a/demos/sm4/sm4_gcm_demo.c +++ b/demos/sm4/sm4_gcm_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm9/sm9_encrypt_demo.c b/demos/sm9/sm9_encrypt_demo.c index 488bd4a1..e5d27296 100644 --- a/demos/sm9/sm9_encrypt_demo.c +++ b/demos/sm9/sm9_encrypt_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm9/sm9_keygen_demo.c b/demos/sm9/sm9_keygen_demo.c index 3d4512aa..0c645ffd 100644 --- a/demos/sm9/sm9_keygen_demo.c +++ b/demos/sm9/sm9_keygen_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/sm9/sm9_sign_demo.c b/demos/sm9/sm9_sign_demo.c index c97849fc..f7d5b190 100644 --- a/demos/sm9/sm9_sign_demo.c +++ b/demos/sm9/sm9_sign_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/tlcp/tlcp_get.c b/demos/tlcp/tlcp_get.c index f9726e66..6eedd349 100644 --- a/demos/tlcp/tlcp_get.c +++ b/demos/tlcp/tlcp_get.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/tlcp/tlcp_post.c b/demos/tlcp/tlcp_post.c index 4d4a3d2e..604a7cde 100644 --- a/demos/tlcp/tlcp_post.c +++ b/demos/tlcp/tlcp_post.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/tlcp/url_parser.c b/demos/tlcp/url_parser.c index 0a505412..d581d79c 100644 --- a/demos/tlcp/url_parser.c +++ b/demos/tlcp/url_parser.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/tlcp/url_parser.h b/demos/tlcp/url_parser.h index 12596cc9..5faba44c 100644 --- a/demos/tlcp/url_parser.h +++ b/demos/tlcp/url_parser.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/demos/zuc/zuc_demo.c b/demos/zuc/zuc_demo.c index 3ddd57c3..af383117 100644 --- a/demos/zuc/zuc_demo.c +++ b/demos/zuc/zuc_demo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/aes.h b/include/gmssl/aes.h index 56eb5a90..e43b27ac 100644 --- a/include/gmssl/aes.h +++ b/include/gmssl/aes.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/asn1.h b/include/gmssl/asn1.h index 5ccbc024..b8d667a8 100644 --- a/include/gmssl/asn1.h +++ b/include/gmssl/asn1.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/base64.h b/include/gmssl/base64.h index f9a369db..e981aef6 100644 --- a/include/gmssl/base64.h +++ b/include/gmssl/base64.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/block_cipher.h b/include/gmssl/block_cipher.h index c98dfefa..e9286635 100644 --- a/include/gmssl/block_cipher.h +++ b/include/gmssl/block_cipher.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/chacha20.h b/include/gmssl/chacha20.h index 9a92dd51..6021575a 100644 --- a/include/gmssl/chacha20.h +++ b/include/gmssl/chacha20.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/cms.h b/include/gmssl/cms.h index 34d0924a..64ed93ce 100644 --- a/include/gmssl/cms.h +++ b/include/gmssl/cms.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/des.h b/include/gmssl/des.h index 4e6a8263..c79d281d 100644 --- a/include/gmssl/des.h +++ b/include/gmssl/des.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/digest.h b/include/gmssl/digest.h index 0cdf4d50..043d6b2a 100644 --- a/include/gmssl/digest.h +++ b/include/gmssl/digest.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/ec.h b/include/gmssl/ec.h index c11ff4fe..2dc1c00b 100644 --- a/include/gmssl/ec.h +++ b/include/gmssl/ec.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/endian.h b/include/gmssl/endian.h index d84b93ea..8f4345c2 100644 --- a/include/gmssl/endian.h +++ b/include/gmssl/endian.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/error.h b/include/gmssl/error.h index 7bd94d17..c9dc3399 100644 --- a/include/gmssl/error.h +++ b/include/gmssl/error.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/gcm.h b/include/gmssl/gcm.h index faa30be5..7d6b017b 100644 --- a/include/gmssl/gcm.h +++ b/include/gmssl/gcm.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/gf128.h b/include/gmssl/gf128.h index bb0faa84..8263e4ab 100644 --- a/include/gmssl/gf128.h +++ b/include/gmssl/gf128.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/hash_drbg.h b/include/gmssl/hash_drbg.h index f7e9ffa7..db6d1876 100644 --- a/include/gmssl/hash_drbg.h +++ b/include/gmssl/hash_drbg.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/hex.h b/include/gmssl/hex.h index 734fcaf5..9917618f 100644 --- a/include/gmssl/hex.h +++ b/include/gmssl/hex.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/hkdf.h b/include/gmssl/hkdf.h index 045a36ff..bbefded3 100644 --- a/include/gmssl/hkdf.h +++ b/include/gmssl/hkdf.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/hmac.h b/include/gmssl/hmac.h index b6c4b9df..670586aa 100644 --- a/include/gmssl/hmac.h +++ b/include/gmssl/hmac.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/md5.h b/include/gmssl/md5.h index f345e91a..dc4b91d7 100644 --- a/include/gmssl/md5.h +++ b/include/gmssl/md5.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/mem.h b/include/gmssl/mem.h index 5479fb2c..9a57eb78 100644 --- a/include/gmssl/mem.h +++ b/include/gmssl/mem.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/oid.h b/include/gmssl/oid.h index 43a3a43d..90774b26 100644 --- a/include/gmssl/oid.h +++ b/include/gmssl/oid.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/pbkdf2.h b/include/gmssl/pbkdf2.h index c63f0e1b..20aabb51 100644 --- a/include/gmssl/pbkdf2.h +++ b/include/gmssl/pbkdf2.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/pem.h b/include/gmssl/pem.h index de08790b..cdaaabb5 100644 --- a/include/gmssl/pem.h +++ b/include/gmssl/pem.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/pkcs8.h b/include/gmssl/pkcs8.h index 6cd38e5e..7a4c506d 100644 --- a/include/gmssl/pkcs8.h +++ b/include/gmssl/pkcs8.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/rand.h b/include/gmssl/rand.h index 8a16003c..4742c0d0 100644 --- a/include/gmssl/rand.h +++ b/include/gmssl/rand.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/rc4.h b/include/gmssl/rc4.h index e3596f07..a6a523c3 100644 --- a/include/gmssl/rc4.h +++ b/include/gmssl/rc4.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/rsa.h b/include/gmssl/rsa.h index 84eab8a5..4d170c4a 100644 --- a/include/gmssl/rsa.h +++ b/include/gmssl/rsa.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sdf.h b/include/gmssl/sdf.h index e92343c4..77cf6a08 100644 --- a/include/gmssl/sdf.h +++ b/include/gmssl/sdf.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sha1.h b/include/gmssl/sha1.h index 288e7866..38aef90b 100644 --- a/include/gmssl/sha1.h +++ b/include/gmssl/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sha2.h b/include/gmssl/sha2.h index 43722bc0..816ca949 100644 --- a/include/gmssl/sha2.h +++ b/include/gmssl/sha2.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sha3.h b/include/gmssl/sha3.h index ed35c5a6..cb546cc1 100644 --- a/include/gmssl/sha3.h +++ b/include/gmssl/sha3.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/skf.h b/include/gmssl/skf.h index b855b6f7..2f23de8f 100644 --- a/include/gmssl/skf.h +++ b/include/gmssl/skf.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sm2.h b/include/gmssl/sm2.h index decfeab9..4c8d02ab 100644 --- a/include/gmssl/sm2.h +++ b/include/gmssl/sm2.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sm3.h b/include/gmssl/sm3.h index 82d62bb4..9b9be2b0 100644 --- a/include/gmssl/sm3.h +++ b/include/gmssl/sm3.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sm4.h b/include/gmssl/sm4.h index 24f41e42..d8a4b111 100644 --- a/include/gmssl/sm4.h +++ b/include/gmssl/sm4.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/sm9.h b/include/gmssl/sm9.h index fd5ac151..fd9059f5 100644 --- a/include/gmssl/sm9.h +++ b/include/gmssl/sm9.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/tls.h b/include/gmssl/tls.h index fc74d324..c698c03e 100644 --- a/include/gmssl/tls.h +++ b/include/gmssl/tls.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/version.h b/include/gmssl/version.h index 2391975f..f0ed16c5 100644 --- a/include/gmssl/version.h +++ b/include/gmssl/version.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/x509.h b/include/gmssl/x509.h index 51986d79..999fb593 100644 --- a/include/gmssl/x509.h +++ b/include/gmssl/x509.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/x509_alg.h b/include/gmssl/x509_alg.h index 5b43a663..3bd150bd 100644 --- a/include/gmssl/x509_alg.h +++ b/include/gmssl/x509_alg.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/x509_crl.h b/include/gmssl/x509_crl.h index 811dcff2..593957c7 100644 --- a/include/gmssl/x509_crl.h +++ b/include/gmssl/x509_crl.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/x509_ext.h b/include/gmssl/x509_ext.h index 3595d18d..241a18de 100644 --- a/include/gmssl/x509_ext.h +++ b/include/gmssl/x509_ext.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/x509_oid.h b/include/gmssl/x509_oid.h index 1f1b004a..14ffa644 100644 --- a/include/gmssl/x509_oid.h +++ b/include/gmssl/x509_oid.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/x509_req.h b/include/gmssl/x509_req.h index 9e670df2..fb9faf30 100644 --- a/include/gmssl/x509_req.h +++ b/include/gmssl/x509_req.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/x509_str.h b/include/gmssl/x509_str.h index 38256996..ff8b1c9e 100644 --- a/include/gmssl/x509_str.h +++ b/include/gmssl/x509_str.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/include/gmssl/zuc.h b/include/gmssl/zuc.h index 5daa7e16..20024266 100644 --- a/include/gmssl/zuc.h +++ b/include/gmssl/zuc.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/aes.c b/src/aes.c index 5529c79e..004db05b 100644 --- a/src/aes.c +++ b/src/aes.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/aes_modes.c b/src/aes_modes.c index 57b2b4e3..a71272bd 100644 --- a/src/aes_modes.c +++ b/src/aes_modes.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/asn1.c b/src/asn1.c index f23065c4..1b1ae4e3 100644 --- a/src/asn1.c +++ b/src/asn1.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/base64.c b/src/base64.c index 0aa992a3..04ff2404 100644 --- a/src/base64.c +++ b/src/base64.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/block_cipher.c b/src/block_cipher.c index dc8d5381..0db0fa83 100644 --- a/src/block_cipher.c +++ b/src/block_cipher.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/chacha20.c b/src/chacha20.c index 96b01b62..424e61e6 100644 --- a/src/chacha20.c +++ b/src/chacha20.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/cms.c b/src/cms.c index a7dbac23..bca3d7df 100644 --- a/src/cms.c +++ b/src/cms.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/debug.c b/src/debug.c index 07a2589c..1e929fd0 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/des.c b/src/des.c index 283df428..408b331e 100644 --- a/src/des.c +++ b/src/des.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/digest.c b/src/digest.c index bbb48cf3..fa38f05e 100644 --- a/src/digest.c +++ b/src/digest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/ec.c b/src/ec.c index ede26b6b..f8bb0346 100644 --- a/src/ec.c +++ b/src/ec.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/gcm.c b/src/gcm.c index 36121dfd..e146f8ae 100644 --- a/src/gcm.c +++ b/src/gcm.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/gf128.c b/src/gf128.c index 0056b8f3..8f39969a 100644 --- a/src/gf128.c +++ b/src/gf128.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/hash_drbg.c b/src/hash_drbg.c index d7ea70ad..4d248807 100644 --- a/src/hash_drbg.c +++ b/src/hash_drbg.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/hex.c b/src/hex.c index bcdc4bb9..68bde977 100644 --- a/src/hex.c +++ b/src/hex.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/hkdf.c b/src/hkdf.c index ac8a2aa4..b5514e5f 100644 --- a/src/hkdf.c +++ b/src/hkdf.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/hmac.c b/src/hmac.c index 798461e1..03dce8e8 100644 --- a/src/hmac.c +++ b/src/hmac.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/md5.c b/src/md5.c index a833588e..d7a25d24 100644 --- a/src/md5.c +++ b/src/md5.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/pbkdf2.c b/src/pbkdf2.c index b8093b8b..98647b6e 100644 --- a/src/pbkdf2.c +++ b/src/pbkdf2.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/pem.c b/src/pem.c index aaefa393..5b28a23b 100644 --- a/src/pem.c +++ b/src/pem.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/pkcs8.c b/src/pkcs8.c index 6296f378..636ec774 100644 --- a/src/pkcs8.c +++ b/src/pkcs8.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/rand.c b/src/rand.c index 3ef082de..5e34ada7 100644 --- a/src/rand.c +++ b/src/rand.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/rc4.c b/src/rc4.c index 89fbf547..b1fd2524 100644 --- a/src/rc4.c +++ b/src/rc4.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/rdrand.c b/src/rdrand.c index 5a1ad280..ee8d3259 100644 --- a/src/rdrand.c +++ b/src/rdrand.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/rsa.c b/src/rsa.c index c8284c1e..a09ef5af 100644 --- a/src/rsa.c +++ b/src/rsa.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf.c b/src/sdf/sdf.c index 950d240f..3c0a71c9 100644 --- a/src/sdf/sdf.c +++ b/src/sdf/sdf.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf.h b/src/sdf/sdf.h index 70e2be0d..af56440b 100644 --- a/src/sdf/sdf.h +++ b/src/sdf/sdf.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_dummy.c b/src/sdf/sdf_dummy.c index eb369d89..eb213e07 100644 --- a/src/sdf/sdf_dummy.c +++ b/src/sdf/sdf_dummy.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_ext.c b/src/sdf/sdf_ext.c index ac66e676..03ce5c21 100644 --- a/src/sdf/sdf_ext.c +++ b/src/sdf/sdf_ext.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_ext.h b/src/sdf/sdf_ext.h index 4bfdb314..5b4e0cc8 100644 --- a/src/sdf/sdf_ext.h +++ b/src/sdf/sdf_ext.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_int.h b/src/sdf/sdf_int.h index 4e3027d1..d07522ff 100644 --- a/src/sdf/sdf_int.h +++ b/src/sdf/sdf_int.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_lib.c b/src/sdf/sdf_lib.c index 4d4e97ab..46c5fb02 100644 --- a/src/sdf/sdf_lib.c +++ b/src/sdf/sdf_lib.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_meth.c b/src/sdf/sdf_meth.c index 180635f5..b26fd467 100644 --- a/src/sdf/sdf_meth.c +++ b/src/sdf/sdf_meth.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_sansec.c b/src/sdf/sdf_sansec.c index b04a3ffc..52b72182 100644 --- a/src/sdf/sdf_sansec.c +++ b/src/sdf/sdf_sansec.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sdf/sdf_sansec.h b/src/sdf/sdf_sansec.h index 694e750d..aced93d4 100644 --- a/src/sdf/sdf_sansec.h +++ b/src/sdf/sdf_sansec.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sgd.h b/src/sgd.h index 95dd5125..2f6586b6 100644 --- a/src/sgd.h +++ b/src/sgd.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sha1.c b/src/sha1.c index 22fc4cc4..722be524 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sha256.c b/src/sha256.c index e7db8d2a..ad159d64 100644 --- a/src/sha256.c +++ b/src/sha256.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sha512.c b/src/sha512.c index 26e08151..d3a5667d 100644 --- a/src/sha512.c +++ b/src/sha512.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf.c b/src/skf/skf.c index dd6bee30..d9c0f1ae 100644 --- a/src/skf/skf.c +++ b/src/skf/skf.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf.h b/src/skf/skf.h index 7780be87..4be3524e 100644 --- a/src/skf/skf.h +++ b/src/skf/skf.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_dummy.c b/src/skf/skf_dummy.c index 0a37f4cb..3d1e88b6 100644 --- a/src/skf/skf_dummy.c +++ b/src/skf/skf_dummy.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_ext.c b/src/skf/skf_ext.c index 88ddb651..c76dc38b 100644 --- a/src/skf/skf_ext.c +++ b/src/skf/skf_ext.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_ext.h b/src/skf/skf_ext.h index 69506af5..7040cec4 100644 --- a/src/skf/skf_ext.h +++ b/src/skf/skf_ext.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_int.h b/src/skf/skf_int.h index ff3b4a78..d1929ce7 100644 --- a/src/skf/skf_int.h +++ b/src/skf/skf_int.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_lib.c b/src/skf/skf_lib.c index 4187e363..bd6354c8 100644 --- a/src/skf/skf_lib.c +++ b/src/skf/skf_lib.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_meth.c b/src/skf/skf_meth.c index 48a91ec4..601ba2e5 100644 --- a/src/skf/skf_meth.c +++ b/src/skf/skf_meth.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_prn.c b/src/skf/skf_prn.c index 04238d41..df201b62 100644 --- a/src/skf/skf_prn.c +++ b/src/skf/skf_prn.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_wisec.c b/src/skf/skf_wisec.c index 67844ed2..df12a86f 100644 --- a/src/skf/skf_wisec.c +++ b/src/skf/skf_wisec.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/skf/skf_wisec.h b/src/skf/skf_wisec.h index 455ccf1e..d90b7ddb 100644 --- a/src/skf/skf_wisec.h +++ b/src/skf/skf_wisec.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm2_alg.c b/src/sm2_alg.c index 4165f3e6..7d57e74e 100644 --- a/src/sm2_alg.c +++ b/src/sm2_alg.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm2_key.c b/src/sm2_key.c index 234edd5a..2f038bf9 100644 --- a/src/sm2_key.c +++ b/src/sm2_key.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm2_lib.c b/src/sm2_lib.c index b1295008..0cd0ee5a 100644 --- a/src/sm2_lib.c +++ b/src/sm2_lib.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm3.c b/src/sm3.c index 8765bbe1..1853b62c 100644 --- a/src/sm3.c +++ b/src/sm3.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm3_hmac.c b/src/sm3_hmac.c index ef056779..76011a74 100644 --- a/src/sm3_hmac.c +++ b/src/sm3_hmac.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm3_kdf.c b/src/sm3_kdf.c index 5858ea4f..a2f46bff 100644 --- a/src/sm3_kdf.c +++ b/src/sm3_kdf.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm4_common.c b/src/sm4_common.c index 956dbc68..276623cf 100644 --- a/src/sm4_common.c +++ b/src/sm4_common.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm4_enc.c b/src/sm4_enc.c index b5ed0491..360d5533 100644 --- a/src/sm4_enc.c +++ b/src/sm4_enc.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm4_lcl.h b/src/sm4_lcl.h index ae5ab9c6..ddf039f2 100644 --- a/src/sm4_lcl.h +++ b/src/sm4_lcl.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm4_modes.c b/src/sm4_modes.c index d66b72e2..656b7a0a 100644 --- a/src/sm4_modes.c +++ b/src/sm4_modes.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm4_setkey.c b/src/sm4_setkey.c index 3c232616..3612e364 100644 --- a/src/sm4_setkey.c +++ b/src/sm4_setkey.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm9_alg.c b/src/sm9_alg.c index c7b9364d..afa0f38b 100644 --- a/src/sm9_alg.c +++ b/src/sm9_alg.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm9_key.c b/src/sm9_key.c index 13b2f5c4..72c420a3 100644 --- a/src/sm9_key.c +++ b/src/sm9_key.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/sm9_lib.c b/src/sm9_lib.c index cf96e705..558793bc 100644 --- a/src/sm9_lib.c +++ b/src/sm9_lib.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/tlcp.c b/src/tlcp.c index 15173e7b..e1cde11c 100644 --- a/src/tlcp.c +++ b/src/tlcp.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/tls.c b/src/tls.c index 0877ffb7..7c42dbf3 100644 --- a/src/tls.c +++ b/src/tls.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/tls12.c b/src/tls12.c index 5d30dffc..c5a4110f 100644 --- a/src/tls12.c +++ b/src/tls12.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/tls13.c b/src/tls13.c index 8daabf07..534e2c81 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/tls_ext.c b/src/tls_ext.c index 24402842..3c18bbf4 100644 --- a/src/tls_ext.c +++ b/src/tls_ext.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/tls_trace.c b/src/tls_trace.c index ac81bf0a..6811ca2b 100644 --- a/src/tls_trace.c +++ b/src/tls_trace.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/version.c b/src/version.c index 3dc91110..ad92691f 100644 --- a/src/version.c +++ b/src/version.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/x509_alg.c b/src/x509_alg.c index 18d1cc98..a59f2ccc 100644 --- a/src/x509_alg.c +++ b/src/x509_alg.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/x509_cer.c b/src/x509_cer.c index 137ca54c..e5a36551 100644 --- a/src/x509_cer.c +++ b/src/x509_cer.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/x509_crl.c b/src/x509_crl.c index 90bb8333..f078d465 100644 --- a/src/x509_crl.c +++ b/src/x509_crl.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/x509_ext.c b/src/x509_ext.c index f1e26492..36f5b835 100644 --- a/src/x509_ext.c +++ b/src/x509_ext.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/x509_oid.c b/src/x509_oid.c index e81031d2..fa670bcf 100644 --- a/src/x509_oid.c +++ b/src/x509_oid.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/x509_req.c b/src/x509_req.c index 6313d47b..6120a5a7 100644 --- a/src/x509_req.c +++ b/src/x509_req.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/x509_str.c b/src/x509_str.c index d6614822..e8400b76 100644 --- a/src/x509_str.c +++ b/src/x509_str.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/zuc.c b/src/zuc.c index 6a6923a9..0a09a9d7 100644 --- a/src/zuc.c +++ b/src/zuc.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/src/zuc_modes.c b/src/zuc_modes.c index 6055f5bc..80a620dc 100644 --- a/src/zuc_modes.c +++ b/src/zuc_modes.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/aestest.c b/tests/aestest.c index f91175a9..cef666e1 100644 --- a/tests/aestest.c +++ b/tests/aestest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/asn1test.c b/tests/asn1test.c index 9975878b..8826e4cd 100644 --- a/tests/asn1test.c +++ b/tests/asn1test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/base64test.c b/tests/base64test.c index 768e390c..ef2ae234 100644 --- a/tests/base64test.c +++ b/tests/base64test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/block_ciphertest.c b/tests/block_ciphertest.c index 9547eba1..83426df5 100644 --- a/tests/block_ciphertest.c +++ b/tests/block_ciphertest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/chacha20test.c b/tests/chacha20test.c index 862af062..b6a105d4 100644 --- a/tests/chacha20test.c +++ b/tests/chacha20test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/cmstest.c b/tests/cmstest.c index 00d5a43e..8bf34cb3 100644 --- a/tests/cmstest.c +++ b/tests/cmstest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/destest.c b/tests/destest.c index 3e4c49db..35d08ddf 100644 --- a/tests/destest.c +++ b/tests/destest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/digesttest.c b/tests/digesttest.c index 1464f3db..8c9051ac 100644 --- a/tests/digesttest.c +++ b/tests/digesttest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/ectest.c b/tests/ectest.c index 3b8e9f14..7b15f4b1 100644 --- a/tests/ectest.c +++ b/tests/ectest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/gcmtest.c b/tests/gcmtest.c index 56eadad9..d15e1b57 100644 --- a/tests/gcmtest.c +++ b/tests/gcmtest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/gf128test.c b/tests/gf128test.c index f434cc9c..ad64956a 100644 --- a/tests/gf128test.c +++ b/tests/gf128test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/hash_drbgtest.c b/tests/hash_drbgtest.c index c835ab1e..b9b4aa46 100644 --- a/tests/hash_drbgtest.c +++ b/tests/hash_drbgtest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/hextest.c b/tests/hextest.c index f8ed0268..38157ca9 100644 --- a/tests/hextest.c +++ b/tests/hextest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/hkdftest.c b/tests/hkdftest.c index 4b2d2ef8..42858fc9 100644 --- a/tests/hkdftest.c +++ b/tests/hkdftest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/hmactest.c b/tests/hmactest.c index 404f81b5..48b76ba8 100644 --- a/tests/hmactest.c +++ b/tests/hmactest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/md5test.c b/tests/md5test.c index 04111692..ca7fba2a 100644 --- a/tests/md5test.c +++ b/tests/md5test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/pbkdf2test.c b/tests/pbkdf2test.c index 57f8b602..26cbefb4 100644 --- a/tests/pbkdf2test.c +++ b/tests/pbkdf2test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/pemtest.c b/tests/pemtest.c index 88f896ab..f58e10e9 100644 --- a/tests/pemtest.c +++ b/tests/pemtest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/pkcs8test.c b/tests/pkcs8test.c index 09b7ad1e..f1c59d54 100644 --- a/tests/pkcs8test.c +++ b/tests/pkcs8test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/rc4test.c b/tests/rc4test.c index 9265fe71..7ea6ed12 100644 --- a/tests/rc4test.c +++ b/tests/rc4test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sha1test.c b/tests/sha1test.c index 2a5bb32c..a9953de8 100644 --- a/tests/sha1test.c +++ b/tests/sha1test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sha224test.c b/tests/sha224test.c index e9e94ce5..eee88d3c 100644 --- a/tests/sha224test.c +++ b/tests/sha224test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sha256test.c b/tests/sha256test.c index c0de8a7e..b31182ec 100644 --- a/tests/sha256test.c +++ b/tests/sha256test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sha384test.c b/tests/sha384test.c index 4f5088e1..a98fe715 100644 --- a/tests/sha384test.c +++ b/tests/sha384test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sha512test.c b/tests/sha512test.c index cd95dfa9..f71f847e 100644 --- a/tests/sha512test.c +++ b/tests/sha512test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sm2test.c b/tests/sm2test.c index 59622337..5680609d 100644 --- a/tests/sm2test.c +++ b/tests/sm2test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sm3test.c b/tests/sm3test.c index 0339a1c3..f67d2ba3 100644 --- a/tests/sm3test.c +++ b/tests/sm3test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sm4test.c b/tests/sm4test.c index c23489e6..3543fd3e 100644 --- a/tests/sm4test.c +++ b/tests/sm4test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/sm9test.c b/tests/sm9test.c index dabbae9f..7647e3a6 100644 --- a/tests/sm9test.c +++ b/tests/sm9test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/tls13test.c b/tests/tls13test.c index 6ca4a374..82b4f394 100644 --- a/tests/tls13test.c +++ b/tests/tls13test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/tlstest.c b/tests/tlstest.c index 402b3545..4e57a6c0 100644 --- a/tests/tlstest.c +++ b/tests/tlstest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/x509_algtest.c b/tests/x509_algtest.c index bb12cf0b..be71cad4 100644 --- a/tests/x509_algtest.c +++ b/tests/x509_algtest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/x509_crltest.c b/tests/x509_crltest.c index 73c04d3e..95211737 100644 --- a/tests/x509_crltest.c +++ b/tests/x509_crltest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/x509_exttest.c b/tests/x509_exttest.c index 9668aa59..d0405b77 100644 --- a/tests/x509_exttest.c +++ b/tests/x509_exttest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/x509_oidtest.c b/tests/x509_oidtest.c index fb73eecc..1f15f1e4 100644 --- a/tests/x509_oidtest.c +++ b/tests/x509_oidtest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/x509_reqtest.c b/tests/x509_reqtest.c index 7f89d8b5..be9edf77 100644 --- a/tests/x509_reqtest.c +++ b/tests/x509_reqtest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/x509_strtest.c b/tests/x509_strtest.c index a7fe8d81..62f444f9 100644 --- a/tests/x509_strtest.c +++ b/tests/x509_strtest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/x509test.c b/tests/x509test.c index b16efd30..ac586bee 100644 --- a/tests/x509test.c +++ b/tests/x509test.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tests/zuctest.c b/tests/zuctest.c index e2bd1b35..f58c2cea 100644 --- a/tests/zuctest.c +++ b/tests/zuctest.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/certgen.c b/tools/certgen.c index 19b340d7..2478d757 100644 --- a/tools/certgen.c +++ b/tools/certgen.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/certparse.c b/tools/certparse.c index f6ba6437..4a925e3a 100644 --- a/tools/certparse.c +++ b/tools/certparse.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/certverify.c b/tools/certverify.c index 4078187b..64eba1f5 100644 --- a/tools/certverify.c +++ b/tools/certverify.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/cmsdecrypt.c b/tools/cmsdecrypt.c index 07c9d658..2b676f60 100644 --- a/tools/cmsdecrypt.c +++ b/tools/cmsdecrypt.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/cmsencrypt.c b/tools/cmsencrypt.c index 7ed80426..551d6630 100644 --- a/tools/cmsencrypt.c +++ b/tools/cmsencrypt.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/cmsparse.c b/tools/cmsparse.c index 0efab849..24b7f094 100644 --- a/tools/cmsparse.c +++ b/tools/cmsparse.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/cmssign.c b/tools/cmssign.c index 40335745..d4e7104c 100644 --- a/tools/cmssign.c +++ b/tools/cmssign.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/cmsverify.c b/tools/cmsverify.c index fdc03a27..c928abeb 100644 --- a/tools/cmsverify.c +++ b/tools/cmsverify.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/copyright.sh b/tools/copyright.sh index 7c6022fb..ca44f748 100755 --- a/tools/copyright.sh +++ b/tools/copyright.sh @@ -3,13 +3,13 @@ YEAR=`date "+%Y"` COPYRIGHT="" COPYRIGHT+="/*"$'\n' -COPYRIGHT+=" * Copyright $YEAR The GmSSL Project. All Rights Reserved."$'\n' +COPYRIGHT+=" * Copyright 2014-$YEAR The GmSSL Project. All Rights Reserved."$'\n' COPYRIGHT+=" *"$'\n' COPYRIGHT+=" * Licensed under the Apache License, Version 2.0 (the "License"); you may"$'\n' COPYRIGHT+=" * not use this file except in compliance with the License."$'\n' COPYRIGHT+=" *"$'\n' COPYRIGHT+=" * http://www.apache.org/licenses/LICENSE-2.0"$'\n' -COPYRIGHT+=" */"$'\n' +COPYRIGHT+=" */" COPYRIGHT_FILE=copyright.txt echo "$COPYRIGHT" > $COPYRIGHT_FILE TEMP_FILE=tempfile.temp @@ -50,4 +50,4 @@ function getDir() { getDir .. -rm -f $COPYRIGHT_FILE \ No newline at end of file +rm -f $COPYRIGHT_FILE diff --git a/tools/crlparse.c b/tools/crlparse.c index 1ee0b2f4..15b703d6 100644 --- a/tools/crlparse.c +++ b/tools/crlparse.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/crlverify.c b/tools/crlverify.c index 5378d5a2..8ff24044 100644 --- a/tools/crlverify.c +++ b/tools/crlverify.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/gmssl.c b/tools/gmssl.c index 02c7f780..273c7833 100644 --- a/tools/gmssl.c +++ b/tools/gmssl.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/pbkdf2.c b/tools/pbkdf2.c index 7284f856..56592d1a 100644 --- a/tools/pbkdf2.c +++ b/tools/pbkdf2.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/rand.c b/tools/rand.c index 7ecabcdd..0cb76aef 100644 --- a/tools/rand.c +++ b/tools/rand.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/reqgen.c b/tools/reqgen.c index de59a397..24563f50 100644 --- a/tools/reqgen.c +++ b/tools/reqgen.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/reqparse.c b/tools/reqparse.c index 14e0bfc8..2ab5b1c4 100644 --- a/tools/reqparse.c +++ b/tools/reqparse.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/reqsign.c b/tools/reqsign.c index c16ccbdf..5de12cad 100644 --- a/tools/reqsign.c +++ b/tools/reqsign.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sdfutil.c b/tools/sdfutil.c index 09502afd..5b8f1492 100644 --- a/tools/sdfutil.c +++ b/tools/sdfutil.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/skfutil.c b/tools/skfutil.c index 8c2e9cae..9a8ec59d 100644 --- a/tools/skfutil.c +++ b/tools/skfutil.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm2decrypt.c b/tools/sm2decrypt.c index 5c6e54c0..11b5b65b 100644 --- a/tools/sm2decrypt.c +++ b/tools/sm2decrypt.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm2encrypt.c b/tools/sm2encrypt.c index c75c7948..1cc1bcf2 100644 --- a/tools/sm2encrypt.c +++ b/tools/sm2encrypt.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm2keygen.c b/tools/sm2keygen.c index 4bf09057..26497137 100644 --- a/tools/sm2keygen.c +++ b/tools/sm2keygen.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm2sign.c b/tools/sm2sign.c index 3fc6468a..9e77eb8d 100644 --- a/tools/sm2sign.c +++ b/tools/sm2sign.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm2verify.c b/tools/sm2verify.c index 7cd30461..ed199176 100644 --- a/tools/sm2verify.c +++ b/tools/sm2verify.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm3.c b/tools/sm3.c index a8520d2c..77448051 100644 --- a/tools/sm3.c +++ b/tools/sm3.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm3hmac.c b/tools/sm3hmac.c index cfb51988..748c894d 100644 --- a/tools/sm3hmac.c +++ b/tools/sm3hmac.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm4.c b/tools/sm4.c index 5a047349..bf086591 100644 --- a/tools/sm4.c +++ b/tools/sm4.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm9decrypt.c b/tools/sm9decrypt.c index 46cba1dd..79bbdc91 100644 --- a/tools/sm9decrypt.c +++ b/tools/sm9decrypt.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm9encrypt.c b/tools/sm9encrypt.c index e18b5bee..3836b772 100644 --- a/tools/sm9encrypt.c +++ b/tools/sm9encrypt.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm9keygen.c b/tools/sm9keygen.c index 04fa6bce..0de77652 100644 --- a/tools/sm9keygen.c +++ b/tools/sm9keygen.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm9setup.c b/tools/sm9setup.c index 2967178a..ac7c9411 100644 --- a/tools/sm9setup.c +++ b/tools/sm9setup.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm9sign.c b/tools/sm9sign.c index eefce4dc..77b7d2e4 100644 --- a/tools/sm9sign.c +++ b/tools/sm9sign.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/sm9verify.c b/tools/sm9verify.c index eb345959..9b446464 100644 --- a/tools/sm9verify.c +++ b/tools/sm9verify.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/tlcp_client.c b/tools/tlcp_client.c index 7a28716a..ba22a001 100644 --- a/tools/tlcp_client.c +++ b/tools/tlcp_client.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/tlcp_server.c b/tools/tlcp_server.c index cc30b101..7ef063e9 100644 --- a/tools/tlcp_server.c +++ b/tools/tlcp_server.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/tls12_client.c b/tools/tls12_client.c index 43728f51..a03d2859 100644 --- a/tools/tls12_client.c +++ b/tools/tls12_client.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/tls12_server.c b/tools/tls12_server.c index 87d5ae35..3c4210f0 100644 --- a/tools/tls12_server.c +++ b/tools/tls12_server.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/tls13_client.c b/tools/tls13_client.c index 742a370b..ad31da9c 100644 --- a/tools/tls13_client.c +++ b/tools/tls13_client.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/tls13_server.c b/tools/tls13_server.c index d30b0b88..6f6eb80c 100644 --- a/tools/tls13_server.c +++ b/tools/tls13_server.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/version.c b/tools/version.c index 8f2f5bc7..3ebe6c4b 100644 --- a/tools/version.c +++ b/tools/version.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. diff --git a/tools/zuc.c b/tools/zuc.c index e0c7ccb5..4bdc7d07 100644 --- a/tools/zuc.c +++ b/tools/zuc.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The GmSSL Project. All Rights Reserved. + * Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License.