Update license headers

This commit is contained in:
Nicolas Werner 2021-03-05 00:35:15 +01:00
parent e3803ceb9a
commit a6f0d2ea7d
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
225 changed files with 911 additions and 653 deletions

View file

@ -143,9 +143,12 @@ linting:
image: alpine:latest
tags: [docker]
before_script:
- apk update && apk add clang make git
- apk update && apk add clang make git python3 py3-pip
- export PATH="$PATH:/root/.local/bin"
- pip3 install --user reuse
script:
- make lint
- make license
appimage-amd64:
stage: build