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 --- lib/psl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/psl.c') diff --git a/lib/psl.c b/lib/psl.c index e46091863..60c98a4ca 100644 --- a/lib/psl.c +++ b/lib/psl.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -18,6 +18,8 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * + * SPDX-License-Identifier: curl + * ***************************************************************************/ #include "curl_setup.h" -- cgit v1.2.1