diff options
author | Kazuki Yamaguchi <[email protected]> | 2024-05-01 17:10:44 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-06-08 10:59:17 +0000 |
commit | 69c0b1438a45938e79e63407035f116de4634dcb (patch) | |
tree | 6b38f27c553bd248269774a99030507d96f65b31 /ext/openssl/ossl_asn1.h | |
parent | 6475b093fbfbed8009577d2ffb31256afe705ffa (diff) |
[ruby/openssl] Fix references to the license text
Update the references to the file "LICENCE" with "COPYING".
The file LICENCE doesn't exist in ruby/ruby nor ruby/openssl. This has
been always the case since OpenSSL for Ruby 2 was merged to the ruby
tree as a standard library in 2003.
In OpenSSL for Ruby 2's CVS repository[1], the LICENCE file contained
an old version of the Ruby License, identical to the COPYING file that
was in Ruby's tree at that time (r4128[2]).
[1] http://cvs.savannah.gnu.org/viewvc/rubypki/ossl2/LICENCE?revision=1.1.1.1&view=markup
[2] https://github.com/ruby/ruby/blob/231247c010acba191b78ed2d1310c935e63ad919/COPYING
https://github.com/ruby/openssl/commit/5bccf07d04
Diffstat (limited to 'ext/openssl/ossl_asn1.h')
-rw-r--r-- | ext/openssl/ossl_asn1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_asn1.h b/ext/openssl/ossl_asn1.h index 939a96ce74..f47e353948 100644 --- a/ext/openssl/ossl_asn1.h +++ b/ext/openssl/ossl_asn1.h @@ -5,7 +5,7 @@ */ /* * This program is licensed under the same licence as Ruby. - * (See the file 'LICENCE'.) + * (See the file 'COPYING'.) */ #if !defined(_OSSL_ASN1_H_) #define _OSSL_ASN1_H_ |