mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
Introduce version pinning and license checcking
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.
This commit is contained in:
parent
1778b36a9a
commit
15e584f0ab
6 changed files with 296 additions and 19 deletions
34
.allowed-licenses
Normal file
34
.allowed-licenses
Normal file
|
@ -0,0 +1,34 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue