summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_digest.c
diff options
context:
space:
mode:
authorhsbt <hsbt@ruby-lang.org>2015-04-20 03:55:09 +0000
committerhsbt <hsbt@ruby-lang.org>2015-04-20 03:55:09 +0000
commit44ad2b3937780040332d58302d38d31486e0fcc7 (patch)
tree70fe1bf4e10de4fdd7e3218ff823512d11a91329 /ext/openssl/ossl_digest.c
parent2613dabc4b6bda3d7056a6e92207746755405548 (diff)
downloadruby-openssl-history-44ad2b3937780040332d58302d38d31486e0fcc7.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.c')
-rw-r--r--ext/openssl/ossl_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_digest.c b/ext/openssl/ossl_digest.c
index 6ce5316..83dbc34 100644
--- a/ext/openssl/ossl_digest.c
+++ b/ext/openssl/ossl_digest.c
@@ -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'.)
*/
#include "ossl.h"