Skip to content

Commit

Permalink
chore: change license to LGPLv3+
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Apr 12, 2024
1 parent 083e197 commit 2292fec
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 684 deletions.
674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include cc3d.hpp
include cc3d_graphs.hpp
include cc3d_continuous.hpp
include LICENSE
include COPYING.LESSER
6 changes: 3 additions & 3 deletions cc3d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
*
* ----
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the Lesser GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* Lesser GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the Lesser GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*/
Expand Down
6 changes: 3 additions & 3 deletions cc3d.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Date: August 2018 - June 2023
---
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the Lesser GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Lesser GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the Lesser GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
---
Expand Down
6 changes: 3 additions & 3 deletions cc3d_continuous.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
* Affiliation: Princeton Neuroscience Institute
* ----
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the Lesser GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* Lesser GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the Lesser GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*/
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def requirements():
package_data={
'cc3d': [
'LICENSE',
'COPYING.LESSER',
],
},
description="Connected components on discrete and continuous multilabel 3D and 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6).",
Expand All @@ -68,7 +69,7 @@ def requirements():
classifiers=[
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 2292fec

Please sign in to comment.