From a7ee34259ea42ee180a3489556875cef5880f0ec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 19 Mar 2022 22:21:30 +0100 Subject: [PATCH] configure: bump the copyright year range int the generated output --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e76f223e6c..ed8018155c 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ XC_OVR_ZZ60 CURL_OVERRIDE_AUTOCONF dnl configure script copyright -AC_COPYRIGHT([Copyright (c) 1998 - 2021 Daniel Stenberg, +AC_COPYRIGHT([Copyright (c) 1998 - 2022 Daniel Stenberg, This configure script may be copied, distributed and modified under the terms of the curl license; see COPYING for more details])