Skip to content

Commit

Permalink
Fix the licences check
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Mar 29, 2024
1 parent 4f7ffaa commit 5cae6d3
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 246 deletions.
120 changes: 64 additions & 56 deletions datanommer.commands/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 0 additions & 43 deletions datanommer.commands/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,49 +50,6 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


[tool.liccheck]
authorized_licenses = [
"bsd",
"new bsd",
"simplified bsd",
"apache",
"apache 2.0",
"apache software",
"Apache License 2.0",
"Apache License, Version 2.0",
"gnu lgpl",
"gpl v2",
"GNU General Public License v2 or later (GPLv2+)",
"GNU General Public License v3 (GPLv3)",
"GNU General Public License v3 or later (GPLv3+)",
"GNU Library or Lesser General Public License (LGPL)",
"GNU Lesser General Public License v2 or later (LGPLv2+)",
"GNU Lesser General Public License v3 (LGPLv3)",
"GNU Lesser General Public License v3 or later (LGPLv3+)",
"GPLv3+",
"LGPLv2+",
"gpl v3",
"lgpl with exceptions or zpl",
"isc",
"isc license (iscl)",
"mit",
"python software foundation",
"zpl 2.1",
"mpl-2.0",
"MPL 2.0",
"Mozilla Public License 2.0 (MPL 2.0)",
"lgpl",
"CC0 (copyright waived)",
"Public Domain",
"Public Domain <http://unlicense.org>",
'Zope Public',
"The Unlicense (Unlicense)",
]

[tool.liccheck.authorized_packages]
twisted = "23.8.0"


[tool.towncrier]
package = "datanommer.commands"
directory = "news/"
Expand Down
Loading

0 comments on commit 5cae6d3

Please sign in to comment.