Skip to content

Commit 2292fec

Browse files
chore: change license to LGPLv3+
1 parent 083e197 commit 2292fec

File tree

6 files changed

+12
-684
lines changed

6 files changed

+12
-684
lines changed

LICENSE

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

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include cc3d.hpp
22
include cc3d_graphs.hpp
33
include cc3d_continuous.hpp
44
include LICENSE
5+
include COPYING.LESSER

cc3d.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
*
2929
* ----
3030
* This program is free software: you can redistribute it and/or modify
31-
* it under the terms of the GNU General Public License as published by
31+
* it under the terms of the Lesser GNU General Public License as published by
3232
* the Free Software Foundation, either version 3 of the License, or
3333
* (at your option) any later version.
3434
*
3535
* This program is distributed in the hope that it will be useful,
3636
* but WITHOUT ANY WARRANTY; without even the implied warranty of
3737
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38-
* GNU General Public License for more details.
38+
* Lesser GNU General Public License for more details.
3939
*
40-
* You should have received a copy of the GNU General Public License
40+
* You should have received a copy of the Lesser GNU General Public License
4141
* along with this program. If not, see <http://www.gnu.org/licenses/>.
4242
* ----
4343
*/

cc3d.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Date: August 2018 - June 2023
99
1010
---
1111
This program is free software: you can redistribute it and/or modify
12-
it under the terms of the GNU General Public License as published by
12+
it under the terms of the Lesser GNU General Public License as published by
1313
the Free Software Foundation, either version 3 of the License, or
1414
(at your option) any later version.
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
GNU General Public License for more details.
19+
Lesser GNU General Public License for more details.
2020
21-
You should have received a copy of the GNU General Public License
21+
You should have received a copy of the Lesser GNU General Public License
2222
along with this program. If not, see <http://www.gnu.org/licenses/>.
2323
---
2424

cc3d_continuous.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
* Affiliation: Princeton Neuroscience Institute
1313
* ----
1414
* This program is free software: you can redistribute it and/or modify
15-
* it under the terms of the GNU General Public License as published by
15+
* it under the terms of the Lesser GNU General Public License as published by
1616
* the Free Software Foundation, either version 3 of the License, or
1717
* (at your option) any later version.
1818
*
1919
* This program is distributed in the hope that it will be useful,
2020
* but WITHOUT ANY WARRANTY; without even the implied warranty of
2121
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22-
* GNU General Public License for more details.
22+
* Lesser GNU General Public License for more details.
2323
*
24-
* You should have received a copy of the GNU General Public License
24+
* You should have received a copy of the Lesser GNU General Public License
2525
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2626
* ----
2727
*/

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def requirements():
5757
package_data={
5858
'cc3d': [
5959
'LICENSE',
60+
'COPYING.LESSER',
6061
],
6162
},
6263
description="Connected components on discrete and continuous multilabel 3D and 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6).",
@@ -68,7 +69,7 @@ def requirements():
6869
classifiers=[
6970
"Intended Audience :: Developers",
7071
"Development Status :: 5 - Production/Stable",
71-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
72+
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
7273
"Programming Language :: Python",
7374
"Programming Language :: Python :: 3",
7475
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)