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 --- MacOSX-Framework | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MacOSX-Framework') diff --git a/MacOSX-Framework b/MacOSX-Framework index cecefc7ca..97cd00b9b 100755 --- a/MacOSX-Framework +++ b/MacOSX-Framework @@ -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 script performs all of the steps needed to build a # universal binary libcurl.framework for Mac OS X 10.4 or greater. -- cgit v1.2.3