Skip to content

Commit

Permalink
Merge pull request #754 from rhenium/ky/clarify-license
Browse files Browse the repository at this point in the history
Clarify license
  • Loading branch information
rhenium authored Jun 8, 2024
2 parents ca630ee + 5bccf07 commit b6b71e7
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion ext/openssl/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
= Licence
This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.)
(See the file 'COPYING'.)
=end

require "mkmf"
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/openssl_missing.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include RUBY_EXTCONF_H

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/openssl_missing.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_OPENSSL_MISSING_H_)
#define _OSSL_OPENSSL_MISSING_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"
#include <stdarg.h> /* for ossl_raise */
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_H_)
#define _OSSL_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_asn1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_bio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_BIO_H_)
#define _OSSL_BIO_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_bn.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
/* modified by Michal Rokos <m.rokos@sh.cvut.cz> */
#include "ossl.h"
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_bn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_BN_H_)
#define _OSSL_BN_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_cipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_CIPHER_H_)
#define _OSSL_CIPHER_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#ifndef OSSL_CONFIG_H
#define OSSL_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_digest.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_DIGEST_H_)
#define _OSSL_DIGEST_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#if !defined(OSSL_ENGINE_H)
#define OSSL_ENGINE_H
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_hmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_hmac.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_HMAC_H_)
#define _OSSL_HMAC_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ns_spki.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ns_spki.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_NS_SPKI_H_)
#define _OSSL_NS_SPKI_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ocsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ocsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#if !defined(_OSSL_OCSP_H_)
#define _OSSL_OCSP_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkcs12.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkcs12.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#if !defined(_OSSL_PKCS12_H_)
#define _OSSL_PKCS12_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkcs7.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkcs7.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_PKCS7_H_)
#define _OSSL_PKCS7_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_PKEY_H)
#define OSSL_PKEY_H
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkey_dh.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkey_dsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkey_rsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_provider.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_rand.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* All rights reserved.
*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_rand.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_RAND_H_)
#define _OSSL_RAND_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_SSL_H_)
#define _OSSL_SSL_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licenced under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ts.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licenced under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/

#if !defined(_OSSL_TS_H_)
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_x509.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_x509.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_X509_H_)
#define _OSSL_X509_H_
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_x509attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
* (See the file 'COPYING'.)
*/
#include "ossl.h"

Expand Down
Loading

0 comments on commit b6b71e7

Please sign in to comment.