mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
Introduces version pinning via pip-tools for reproducible builds. Introduces license checking via pip-licenses and CircleCI. Licenses are only checked for new builds and when requirements.txt changes. The list of allowed licenses is kept in a separate file to be able to distinguish changes in CI-Configuration/Tools and license list changes.
34 lines
697 B
Text
34 lines
697 B
Text
# Allowed licenses for this project, one license per line
|
|
|
|
# Variants of the Apache Software License
|
|
Apache
|
|
Apache License 2.0
|
|
Apache Software License
|
|
Apache Software License, BSD License
|
|
|
|
# Variants of the BSD License
|
|
BSD
|
|
BSD License
|
|
|
|
# Variants of the LGPL
|
|
GNU Library or Lesser General Public License (LGPL)
|
|
LGPL
|
|
|
|
# Variants of the HPND License
|
|
Historical Permission Notice and Disclaimer (HPND)
|
|
|
|
# Variants of the MIT License
|
|
MIT
|
|
MIT License
|
|
MIT License, Mozilla Public License 2.0 (MPL 2.0)
|
|
|
|
# Variants of the MLP
|
|
MPL
|
|
MPL 2.0
|
|
Mozilla Public License 2.0 (MPL 2.0)
|
|
|
|
# Public Domain Variants
|
|
Public Domain
|
|
|
|
# Variants of the Python Software Foundation License
|
|
Python Software Foundation License
|