]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
copyright: updated year ranges out of sync
authorDaniel Stenberg <daniel@haxx.se>
Sat, 23 May 2020 22:02:33 +0000 (00:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 May 2020 22:02:33 +0000 (00:02 +0200)
... and whitelisted a few more files in the the copyright.pl script.

curl-config.in
lib/curl_addrinfo.h
lib/setup-vms.h
lib/vauth/cleartext.c
lib/vauth/krb5_sspi.c
lib/vauth/spnego_sspi.c
lib/vauth/vauth.c
scripts/copyright.pl
src/tool_formparse.h

index 86cf8b21c9a292e092bebaabbae34a7587c98681..25ce8ba178d26917917f91825b4e7023d87724ab 100644 (file)
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2001 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2001 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
index 9be475021cfa78f85e12404fe86426ff28c6f600..a0cade614e1bfb90b692bb8ddf56dff038bddfb1 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -40,7 +40,6 @@
 #  include <stdlib.h>
 #endif
 
-
 /*
  * Curl_addrinfo is our internal struct definition that we use to allow
  * consistent internal handling of this data. We use this even when the
index 482e69e46e3017f24277acf0293ad0eec73f9caf..0e39c9f6b6b30d7843232f37ecd8be435be6ae06 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
index 001f6ea9a91bc58acf4e71d04c0527aa5b9ee046..3a5c9430f481c216a68df95d8c54b4b7c90a1c30 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
index a8e1528eab848138f51152d3f8bb44843740600f..1fb6257ea974aee37f0c439718f15774959f8ccc 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 2014 - 2019, Steve Holme, <steve_holme@hotmail.com>.
+ * Copyright (C) 2014 - 2020, Steve Holme, <steve_holme@hotmail.com>.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
index 041cfb5f99cf49882cd884f70ad96b7ceefb511a..194f250f87fd3cb0298a358a583bc69182ab5f4c 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
index 4cb6f8b91eb02e1cf526dfbf065ed6fe42cf5308..d98e66c68a8cdf374e8ff21c1fbf2a45152b867e 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 2014 - 2019, Steve Holme, <steve_holme@hotmail.com>.
+ * Copyright (C) 2014 - 2020, Steve Holme, <steve_holme@hotmail.com>.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
index bdf23dd7a3665701f2fb7608371fec3d4661a186..1c6d1b8959b7b078ec5769ca199a82751c1d5a5b 100755 (executable)
@@ -55,6 +55,7 @@ my @whitelist=(
     'curl_multi_socket_all.3',
     'curl_strnequal.3',
     'symbols-in-versions',
+    'options-in-versions',
 
     # macos-framework files
     '^lib\/libcurl.plist',
@@ -84,6 +85,9 @@ my @whitelist=(
     '^src\/macos\/curl.mcp.xml.sit.hqx',
     '^src\/macos\/src\/curl_GUSIConfig.cpp',
 
+    # checksrc control files
+    '\.checksrc$',
+
     );
 
 sub scanfile {
index 16c354404c8bad0bc6326d8d5545e0752f97e191..5c1525e67512fc3379d691d5ae5aa24daab5c779 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms