From ad9bc5976d6661cd5b03ebc379313bf657701c14 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Tue, 17 May 2022 11:16:50 +0200 Subject: 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 --- scripts/mk-ca-bundle.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/mk-ca-bundle.pl') diff --git a/scripts/mk-ca-bundle.pl b/scripts/mk-ca-bundle.pl index 6c981ce1b..926478f12 100755 --- a/scripts/mk-ca-bundle.pl +++ b/scripts/mk-ca-bundle.pl @@ -19,6 +19,8 @@ # * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # * KIND, either express or implied. # * +# * SPDX-License-Identifier: curl +# * # *************************************************************************** # This Perl script creates a fresh ca-bundle.crt file for use with libcurl. # It downloads certdata.txt from Mozilla's source tree (see URL below), -- cgit v1.2.1