Skip to content

Commit 654f238

Browse files
committed
Change license from EKOL to Apache-2.0
1 parent 887c085 commit 654f238

7 files changed

Lines changed: 208 additions & 168 deletions

File tree

LICENSE

Lines changed: 201 additions & 161 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ Also you should:
143143

144144
### License
145145

146-
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
146+
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
147147

148148
<p align="center"><a href="https://essentialkaos.com"><img src="https://gh.kaos.st/ekgh.svg"/></a></p>

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cli
22

33
// ////////////////////////////////////////////////////////////////////////////////// //
44
// //
5-
// Copyright (c) 2009-2020 ESSENTIAL KAOS //
5+
// Copyright (c) 2020 ESSENTIAL KAOS //
66
// Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> //
77
// //
88
// ////////////////////////////////////////////////////////////////////////////////// //

cli/details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cli
22

33
// ////////////////////////////////////////////////////////////////////////////////// //
44
// //
5-
// Copyright (c) 2009-2020 ESSENTIAL KAOS //
5+
// Copyright (c) 2020 ESSENTIAL KAOS //
66
// Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> //
77
// //
88
// ////////////////////////////////////////////////////////////////////////////////// //

cli/encoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cli
22

33
// ////////////////////////////////////////////////////////////////////////////////// //
44
// //
5-
// Copyright (c) 2009-2019 ESSENTIAL KAOS //
5+
// Copyright (c) 2020 ESSENTIAL KAOS //
66
// Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> //
77
// //
88
// ////////////////////////////////////////////////////////////////////////////////// //

common/sslcli.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Name: sslcli
4747
Version: 2.6.0
4848
Release: 0%{?dist}
4949
Group: Applications/System
50-
License: EKOL
50+
License: Apache License, Version 2.0
5151
URL: https://github.com/essentialkaos/sslcli
5252

5353
Source0: https://source.kaos.st/%{name}/%{name}-%{version}.tar.bz2
@@ -113,7 +113,7 @@ fi
113113

114114
%files
115115
%defattr(-,root,root,-)
116-
%doc LICENSE.EN LICENSE.RU
116+
%doc LICENSE
117117
%{_bindir}/%{name}
118118

119119
################################################################################

sslcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package main
44

55
// ////////////////////////////////////////////////////////////////////////////////// //
66
// //
7-
// Copyright (c) 2009-2020 ESSENTIAL KAOS //
7+
// Copyright (c) 2020 ESSENTIAL KAOS //
88
// Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> //
99
// //
1010
// ////////////////////////////////////////////////////////////////////////////////// //

0 commit comments

Comments
 (0)