Skip to content

Commit 9e4d3e8

Browse files
authoredApr 11, 2022
license rework (magpylib#515)
1 parent 77b6a44 commit 9e4d3e8

File tree

4 files changed

+22
-663
lines changed

4 files changed

+22
-663
lines changed
 

‎LICENSE

+12-657
Large diffs are not rendered by default.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<p align="center"> Documentation:
1616
<a href="https://magpylib.readthedocs.io/en/latest/"> <img align='center' src="https://readthedocs.org/projects/magpylib/badge/?version=latest"> </a>
17-
<a href="https://www.gnu.org/licenses/agpl-3.0"> <img align='center' src="https://img.shields.io/badge/License-AGPL%20v3-blue.svg"> </a>
17+
<a href="https://opensource.org/licenses/BSD-2-Clause"> <img align='center' src="https://img.shields.io/badge/License-BSD_2--Clause-orange.svg"> </a>
1818
</p>
1919

2020
<p align="center"> Test Coverage:

‎docs/_pages/page_09_contguide.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
## Credits
1919

20-
We want to thank a lot of ppl who have helped to realize and advance this project over the years. The project was supported by CTR-AG and is now supported by the [Silicon Austria Labs](https://silicon-austria-labs.com/) public research center.
20+
We want to thank a lot of ppl who have helped to realize and advance this project over the years. The project was initiated at CTR-AG and is now supported by the [Silicon Austria Labs](https://silicon-austria-labs.com/) public research center.
2121

2222
## Contributions
2323

24-
We welcome any feedback (Bug reports, feature requests, comments, really anything 😃) via email [magpylib@gmail.com](mailto:magpylib@gmail.com) or through [gitHub](https://github.com/magpylib/magpylib/issues) channels.
24+
We welcome any feedback (Bug reports, feature requests, comments, ...) via email [magpylib@gmail.com](mailto:magpylib@gmail.com) or through [gitHub](https://github.com/magpylib/magpylib/issues) channels.
2525

2626
## Citation
2727

@@ -42,4 +42,8 @@ doi = {10.1016/j.softx.2020.100466}
4242

4343
## License
4444

45-
Magpylib is published under the open source [AGPL v3](https://www.gnu.org/licenses/agpl-3.0.de.html) license. If you are interested in a non-disclosure private license, please contact us at <mailto:magpylib@gmail.com>.
45+
Magpylib is published under the open source [FreeBSD](https://www.freebsd.org/copyright/freebsd-license/) license.
46+
47+
- *Permissions:* Commercial use, Modification, Distribution, Private use
48+
- *Limitations:* Liability, Warranty
49+
- *Conditions:* License and copyright notice

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
_author = "Michael Ortner"
3232
_projectUrl = "https://github.com/magpylib/magpylib"
3333
_release = "release"
34-
_license = "GNU Affero General Public License v3 or later (AGPLv3+) (AGPL-3.0-or-later)"
34+
_license = "2-Clause BSD License, Simplified BSD License, FreeBSD License"
3535

3636
with open("README.md", "r") as fh:
3737
long_description = fh.read()
@@ -90,7 +90,7 @@ def run(self):
9090
"Intended Audience :: Developers",
9191
"Intended Audience :: Science/Research",
9292
"Intended Audience :: Education",
93-
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
93+
"License :: OSI Approved :: BSD License",
9494
"Operating System :: OS Independent",
9595
],
9696
python_requires="~=3.7",

0 commit comments

Comments
 (0)
Please sign in to comment.