copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.

This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.

Closes #8869
This commit is contained in:
max.mehl 2022-05-17 11:16:50 +02:00 committed by Daniel Stenberg
parent 965119855d
commit ad9bc5976d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
1570 changed files with 4852 additions and 1132 deletions

View file

@ -1,3 +1,7 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
name: CodeQL
on: