Use REUSE framework (#3546)

* 📄 add licenses

* 👷 add REUSE compliance check

* 📝 add badge for REUSE

Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Niels Lohmann
2022-07-20 12:38:07 +02:00
committed by GitHub
parent 2a9ae2b487
commit 527da54dcb
130 changed files with 1592 additions and 2545 deletions

View File

@@ -134,3 +134,12 @@ jobs:
run: |
. /opt/intel/oneapi/setvars.sh
cmake --build build --target ci_icpc
ci_reuse_compliance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: install REUSE tool
run: python -m pip install reuse
- name: REUSE lint
run: reuse lint