summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authormax.mehl <max.mehl@fsfe.org>2022-05-17 11:16:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-06-13 09:13:00 +0200
commitad9bc5976d6661cd5b03ebc379313bf657701c14 (patch)
tree426eda5bab8991572f9e80b11844eb525ce18163 /winbuild
parent965119855d74c918372099bdcf81efa76b7a6988 (diff)
downloadcurl-ad9bc5976d6661cd5b03ebc379313bf657701c14.tar.gz
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
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/.gitignore4
-rw-r--r--winbuild/Makefile.vc2
-rw-r--r--winbuild/MakefileBuild.vc2
-rw-r--r--winbuild/README.md6
-rwxr-xr-xwinbuild/gen_resp_file.bat4
-rw-r--r--winbuild/makedebug.cmd4
6 files changed, 20 insertions, 2 deletions
diff --git a/winbuild/.gitignore b/winbuild/.gitignore
index 01f28f323..c3e10a0c6 100644
--- a/winbuild/.gitignore
+++ b/winbuild/.gitignore
@@ -1,2 +1,6 @@
+# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+#
+# SPDX-License-Identifier: curl
+
*.idb
*.inc
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc
index 48b0acc37..594b16fcc 100644
--- a/winbuild/Makefile.vc
+++ b/winbuild/Makefile.vc
@@ -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
+#
#***************************************************************************
!IF "$(MODE)"=="static"
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 33f779467..1bdbf79a4 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -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
+#
#***************************************************************************
###########################################################################
diff --git a/winbuild/README.md b/winbuild/README.md
index 3f664c010..22ecfe4ef 100644
--- a/winbuild/README.md
+++ b/winbuild/README.md
@@ -1,3 +1,9 @@
+<!--
+Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+
+SPDX-License-Identifier: curl
+-->
+
# Building curl with Visual C++
This document describes how to compile, build and install curl and libcurl
diff --git a/winbuild/gen_resp_file.bat b/winbuild/gen_resp_file.bat
index e19e14bd2..70332e720 100755
--- a/winbuild/gen_resp_file.bat
+++ b/winbuild/gen_resp_file.bat
@@ -6,7 +6,7 @@ rem * / __| | | | |_) | |
rem * | (__| |_| | _ <| |___
rem * \___|\___/|_| \_\_____|
rem *
-rem * Copyright (C) 2011 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+rem * Copyright (C) 2011 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
rem *
rem * This software is licensed as described in the file COPYING, which
rem * you should have received as part of this distribution. The terms
@@ -18,6 +18,8 @@ rem * furnished to do so, under the terms of the COPYING file.
rem *
rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
rem * KIND, either express or implied.
+rem *
+rem * SPDX-License-Identifier: curl
rem *
rem ***************************************************************************
diff --git a/winbuild/makedebug.cmd b/winbuild/makedebug.cmd
index 28484cfc0..e7de73d0e 100644
--- a/winbuild/makedebug.cmd
+++ b/winbuild/makedebug.cmd
@@ -6,7 +6,7 @@ rem * / __| | | | |_) | |
rem * | (__| |_| | _ <| |___
rem * \___|\___/|_| \_\_____|
rem *
-rem * Copyright (C) 2018 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+rem * Copyright (C) 2018 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
rem *
rem * This software is licensed as described in the file COPYING, which
rem * you should have received as part of this distribution. The terms
@@ -18,6 +18,8 @@ rem * furnished to do so, under the terms of the COPYING file.
rem *
rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
rem * KIND, either express or implied.
+rem *
+rem * SPDX-License-Identifier: curl
rem *
rem ***************************************************************************