From c7a4df9e1ac86d51271c99d46dcb861f47718071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Wed, 11 Aug 2021 19:07:54 +0200 Subject: [PATCH] docs(license): migrate to GNU Affero General Public License v3 (#27) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- LICENSE | 517 -------------------------- LICENSE.md | 614 +++++++++++++++++++++++++++++++ kosmorrolib/__init__.py | 16 + kosmorrolib/__version__.py | 18 +- kosmorrolib/core.py | 16 + kosmorrolib/dateutil.py | 16 + kosmorrolib/enum.py | 16 + kosmorrolib/ephemerides.py | 16 + kosmorrolib/events.py | 16 + kosmorrolib/exceptions.py | 16 + kosmorrolib/model.py | 16 + setup.py | 20 +- tests.py | 16 + tests/__init__.py | 18 + tests/core.py | 18 + tests/data.py | 18 + tests/dateutil.py | 18 + tests/ephemerides.py | 18 + tests/events.py | 18 + tests/testutils.py | 18 + 21 files changed, 920 insertions(+), 521 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 60b0cec..da1f9a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ | New feature? | yes/no | Related issues | Fix #... | Has BC-break | yes/no -| License | CeCILL-C +| License | GNU AGPL-v3