Skip to content

Commit d895458

Browse files
committed
Change license from "CeCILL-C V1" to "LGPL v2.1 or later"
Use the OSI-approved license "LGPL v2.1 or later". https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html Closes #321. Change-Id: I9eed7225b67e5aaa798d2bbc36b07fb1f60b2019 Signed-off-by: Quentin Bouget <[email protected]> Signed-off-by: Aurelien Degremont <[email protected]> Signed-off-by: Henri Doreau <[email protected]> Signed-off-by: Jens Getreu <[email protected]> Signed-off-by: Dominique Martinet <[email protected]> Signed-off-by: Remi Palancher <[email protected]> Signed-off-by: Stephane Thiell <[email protected]>
1 parent f15d6fa commit d895458

Some content is hidden

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

53 files changed

+1030
-1993
lines changed

COPYING.LGPLv2.1

Lines changed: 502 additions & 0 deletions
Large diffs are not rendered by default.

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-10-12 All contributors
2+
3+
* Change license from "CeCILL-C V1" to "LGPL v2.1 or later".
4+
15
2016-10-04 S. Thiell <[email protected]>
26

37
* setup.py: remove scripts/*; use console_scripts instead.

Licence_CeCILL-C_V1-en.txt

Lines changed: 0 additions & 517 deletions
This file was deleted.

Licence_CeCILL-C_V1-fr.txt

Lines changed: 0 additions & 521 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ of the library features.
1818
Requirements (v1.7)
1919
-------------------
2020

21-
* GNU/Linux, *BSD, Mac OS X
21+
* GNU/Linux, BSD, Mac OS X
2222
* OpenSSH (ssh/scp) or rsh
2323
* Python 2.x (x >= 4)
2424
* PyYAML (optional)
2525

2626
License
2727
-------
2828

29-
ClusterShell is distributed under the CeCILL-C license, a French transposition
30-
of the GNU LGPL, and is fully LGPL-compatible (see Licence_CeCILL-C_V1-en.txt).
29+
ClusterShell is distributed under the GNU Lesser General Public License version
30+
2.1 or later (LGPL v2.1+). Read the file `COPYING.LGPLv2.1` for details.
3131

3232
Documentation
3333
-------------

clustershell.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 1%{?dist}
66
Summary: Python framework for efficient cluster administration
77

88
Group: System Environment/Base
9-
License: CeCILL-C
9+
License: LGPLv2+
1010
URL: http://cea-hpc.github.io/clustershell/
1111
Source0: https://github.com/cea-hpc/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1212
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -68,7 +68,7 @@ rm -rf %{buildroot}
6868

6969
%files
7070
%defattr(-,root,root,-)
71-
%doc README.md ChangeLog Licence_CeCILL-C_V1-en.txt Licence_CeCILL-C_V1-fr.txt
71+
%doc ChangeLog COPYING.LGPLv2.1 README.md
7272
%doc doc/examples
7373
%doc doc/sphinx
7474
%{_mandir}/man1/clubak.1*

doc/man/man1/clubak.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH CLUBAK 1 "2016-02-28" "1.7.1" "ClusterShell User Manual"
3+
.TH CLUBAK 1 "2016-10-12" "1.7.2" "ClusterShell User Manual"
44
.SH NAME
55
clubak \- format output from clush/pdsh-like output and more
66
.
@@ -138,6 +138,6 @@ node2: 9
138138
.SH AUTHOR
139139
Stephane Thiell <[email protected]>
140140
.SH COPYRIGHT
141-
CeCILL-C V1
141+
GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
142142
.\" Generated by docutils manpage writer.
143143
.

doc/man/man1/clush.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH CLUSH 1 "2016-06-18" "1.7.2" "ClusterShell User Manual"
3+
.TH CLUSH 1 "2016-10-12" "1.7.2" "ClusterShell User Manual"
44
.SH NAME
55
clush \- execute shell commands on a cluster
66
.
@@ -390,6 +390,6 @@ File in which interactive \fBclush\fP command history is saved.
390390
.SH AUTHOR
391391
Stephane Thiell <[email protected]>
392392
.SH COPYRIGHT
393-
CeCILL-C V1
393+
GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
394394
.\" Generated by docutils manpage writer.
395395
.

doc/man/man1/nodeset.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH NODESET 1 "2016-06-18" "1.7.2" "ClusterShell User Manual"
3+
.TH NODESET 1 "2016-10-12" "1.7.2" "ClusterShell User Manual"
44
.SH NAME
55
nodeset \- compute advanced nodeset operations
66
.
@@ -425,6 +425,6 @@ node[1\-2,4,7\-8]
425425
.SH AUTHOR
426426
Stephane Thiell <[email protected]>
427427
.SH COPYRIGHT
428-
CeCILL-C V1
428+
GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
429429
.\" Generated by docutils manpage writer.
430430
.

doc/man/man5/clush.conf.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH CLUSH.CONF 5 "2016-06-18" "1.7.2" "ClusterShell User Manual"
3+
.TH CLUSH.CONF 5 "2016-10-12" "1.7.2" "ClusterShell User Manual"
44
.SH NAME
55
clush.conf \- Configuration file for clush
66
.
@@ -174,6 +174,6 @@ from \fIclush.conf\fP\&. External commands whose outputs were used by \fBclush\
174174
.SH AUTHOR
175175
Stephane Thiell, <[email protected]>
176176
.SH COPYRIGHT
177-
CeCILL-C V1
177+
GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
178178
.\" Generated by docutils manpage writer.
179179
.

0 commit comments

Comments
 (0)