diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-04-20 03:55:09 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-04-20 03:55:09 +0000 |
commit | 325a50fc572516a171d640765d6ddf9b20be14dc (patch) | |
tree | 49b22d114313070b14cc1359eb5b3c357fd39415 /ext/openssl/ossl_digest.h | |
parent | c97064c79d585e1fa118056895b5633c1e61e028 (diff) | |
download | ruby-325a50fc572516a171d640765d6ddf9b20be14dc.tar.gz |
* ext/openssl/*: use license instead of licence.
[fix GH-876][ci skip] Patch by @davydovanton
* lib/net/https.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_digest.h')
-rw-r--r-- | ext/openssl/ossl_digest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_digest.h b/ext/openssl/ossl_digest.h index 8cc5b1bc56..d5abd279ad 100644 --- a/ext/openssl/ossl_digest.h +++ b/ext/openssl/ossl_digest.h @@ -5,7 +5,7 @@ * All rights reserved. */ /* - * This program is licenced under the same licence as Ruby. + * This program is licensed under the same licence as Ruby. * (See the file 'LICENCE'.) */ #if !defined(_OSSL_DIGEST_H_) |