From d75e6ce85af240993f6fa89b939f437a9968ed64 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 24 May 2020 00:02:33 +0200 Subject: copyright: updated year ranges out of sync ... and whitelisted a few more files in the the copyright.pl script. --- curl-config.in | 2 +- lib/curl_addrinfo.h | 3 +-- lib/setup-vms.h | 2 +- lib/vauth/cleartext.c | 2 +- lib/vauth/krb5_sspi.c | 2 +- lib/vauth/spnego_sspi.c | 2 +- lib/vauth/vauth.c | 2 +- scripts/copyright.pl | 4 ++++ src/tool_formparse.h | 2 +- 9 files changed, 12 insertions(+), 9 deletions(-) diff --git a/curl-config.in b/curl-config.in index 86cf8b21c..25ce8ba17 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 9be475021..a0cade614 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 482e69e46..0e39c9f6b 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 001f6ea9a..3a5c9430f 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 a8e1528ea..1fb6257ea 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 041cfb5f9..194f250f8 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 4cb6f8b91..d98e66c68 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 bdf23dd7a..1c6d1b895 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 16c354404..5c1525e67 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 -- cgit v1.2.3