Skip to content

Commit b6b71e7

Browse files
authored
Merge pull request #754 from rhenium/ky/clarify-license
Clarify license
2 parents ca630ee + 5bccf07 commit b6b71e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+61
-61
lines changed

LICENSE.txt renamed to COPYING

File renamed without changes.

ext/openssl/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
= Licence
1010
This program is licensed under the same licence as Ruby.
11-
(See the file 'LICENCE'.)
11+
(See the file 'COPYING'.)
1212
=end
1313

1414
require "mkmf"

ext/openssl/openssl_missing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#include RUBY_EXTCONF_H
1111

ext/openssl/openssl_missing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#if !defined(_OSSL_OPENSSL_MISSING_H_)
1111
#define _OSSL_OPENSSL_MISSING_H_

ext/openssl/ossl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#include "ossl.h"
1111
#include <stdarg.h> /* for ossl_raise */

ext/openssl/ossl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#if !defined(_OSSL_H_)
1111
#define _OSSL_H_

ext/openssl/ossl_asn1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#include "ossl.h"
1111

ext/openssl/ossl_asn1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#if !defined(_OSSL_ASN1_H_)
1111
#define _OSSL_ASN1_H_

ext/openssl/ossl_bio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#include "ossl.h"
1111

ext/openssl/ossl_bio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
* This program is licensed under the same licence as Ruby.
8-
* (See the file 'LICENCE'.)
8+
* (See the file 'COPYING'.)
99
*/
1010
#if !defined(_OSSL_BIO_H_)
1111
#define _OSSL_BIO_H_

0 commit comments

Comments
 (0)