From: Daniel Stenberg Date: Sat, 23 May 2020 22:02:33 +0000 (+0200) Subject: copyright: updated year ranges out of sync X-Git-Tag: curl-7_71_0~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d75e6ce85af240993f6fa89b939f437a9968ed64;p=thirdparty%2Fcurl.git copyright: updated year ranges out of sync ... and whitelisted a few more files in the the copyright.pl script. --- diff --git a/curl-config.in b/curl-config.in index 86cf8b21c9..25ce8ba178 100644 --- a/curl-config.in +++ b/curl-config.in @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2001 - 2018, Daniel Stenberg, , et al. +# Copyright (C) 2001 - 2020, 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 diff --git a/lib/curl_addrinfo.h b/lib/curl_addrinfo.h index 9be475021c..a0cade614e 100644 --- a/lib/curl_addrinfo.h +++ b/lib/curl_addrinfo.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, 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 @@ -40,7 +40,6 @@ # include #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 diff --git a/lib/setup-vms.h b/lib/setup-vms.h index 482e69e46e..0e39c9f6b6 100644 --- a/lib/setup-vms.h +++ b/lib/setup-vms.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, 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 diff --git a/lib/vauth/cleartext.c b/lib/vauth/cleartext.c index 001f6ea9a9..3a5c9430f4 100644 --- a/lib/vauth/cleartext.c +++ b/lib/vauth/cleartext.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, 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 diff --git a/lib/vauth/krb5_sspi.c b/lib/vauth/krb5_sspi.c index a8e1528eab..1fb6257ea9 100644 --- a/lib/vauth/krb5_sspi.c +++ b/lib/vauth/krb5_sspi.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2014 - 2019, Steve Holme, . + * Copyright (C) 2014 - 2020, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/lib/vauth/spnego_sspi.c b/lib/vauth/spnego_sspi.c index 041cfb5f99..194f250f87 100644 --- a/lib/vauth/spnego_sspi.c +++ b/lib/vauth/spnego_sspi.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, 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 diff --git a/lib/vauth/vauth.c b/lib/vauth/vauth.c index 4cb6f8b91e..d98e66c68a 100644 --- a/lib/vauth/vauth.c +++ b/lib/vauth/vauth.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2014 - 2019, Steve Holme, . + * Copyright (C) 2014 - 2020, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/scripts/copyright.pl b/scripts/copyright.pl index bdf23dd7a3..1c6d1b8959 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -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 { diff --git a/src/tool_formparse.h b/src/tool_formparse.h index 16c354404c..5c1525e675 100644 --- a/src/tool_formparse.h +++ b/src/tool_formparse.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, 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