forked from kompetenzinventar/ki-backend
make project reuse compliant
This commit is contained in:
17
README.md
17
README.md
@ -1,3 +1,9 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
|
||||
# Kompetenzinventar Backend
|
||||
|
||||
[](https://drone.wtf-eg.de/kompetenzinventar/ki-backend)
|
||||
@ -152,7 +158,12 @@ Für die Produktionsumgebung wird [waitress](https://docs.pylonsproject.org/proj
|
||||
[`run_prod.py`](./run_prod.py) führt die DB Migrationen aus und startet den Server.
|
||||
|
||||
|
||||
## Quellen
|
||||
## Lizenzen
|
||||
|
||||
* [`./data/iso_639_1.csv`](https://de.wikipedia.org/wiki/Liste_der_ISO-639-1-Codes)
|
||||
* [`./data/imgs/flags`](https://github.com/gosquared/flags)
|
||||
Dieses Projekt erfüllt die [REUSE](https://reuse.software/) Spezifikation.
|
||||
|
||||
Die Lizenzen aller Dateien im Projekt können mit diesem Kommando aufgelistet werden:
|
||||
|
||||
```
|
||||
reuse spdx
|
||||
```
|
||||
|
Reference in New Issue
Block a user