From: Zdenek Dohnal Date: Thu, 27 Jan 2022 10:55:13 +0000 (+0100) Subject: Update copyrights X-Git-Tag: v2.4.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28c6bb137163672efe2307429654544e00b2a934;p=thirdparty%2Fcups.git Update copyrights --- diff --git a/DEVELOPING.md b/DEVELOPING.md index ffed19c539..c5e98870e6 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -137,7 +137,7 @@ the source file and the copyright and licensing notice: /* * Description of file contents. * - * Copyright © 2021 by OpenPrinting + * Copyright © 2021-2022 by OpenPrinting * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. @@ -379,7 +379,7 @@ of the file, and CUPS copyright and license notice: # # Makefile for ... # - # Copyright © 2021 by OpenPrinting + # Copyright © 2021-2022 by OpenPrinting # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. diff --git a/Makefile b/Makefile index 34bdba0c20..a28d7f2ad8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Top-level Makefile for CUPS. # -# Copyright © 2020 by OpenPrinting +# Copyright © 2020-2022 by OpenPrinting # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products, all rights reserved. # diff --git a/NOTICE b/NOTICE index 5fc6b4c46c..72a2f1bdba 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ CUPS -Copyright © 2020-2021 by OpenPrinting +Copyright © 2020-2022 by OpenPrinting Copyright © 2007-2019 by Apple Inc. Copyright © 1997-2007 by Easy Software Products. diff --git a/README.md b/README.md index 2c1efbfb8f..95ec63261e 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ This will prevent the filters from misinterpreting your print file. Legal Stuff ----------- -Copyright © 2020-2021 by OpenPrinting +Copyright © 2020-2022 by OpenPrinting Copyright © 2007-2020 by Apple Inc. diff --git a/backend/Makefile b/backend/Makefile index caa7b53d87..33ba7e72bd 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,7 +1,7 @@ # # Backend makefile for CUPS. # -# Copyright © 2021 by OpenPrinting. +# Copyright © 2021-2022 by OpenPrinting. # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products, all rights reserved. # diff --git a/backend/dnssd.c b/backend/dnssd.c index 610f3bc19e..81e5af3db9 100644 --- a/backend/dnssd.c +++ b/backend/dnssd.c @@ -1,7 +1,7 @@ /* * DNS-SD discovery backend for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2008-2018 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/backend/ipp.c b/backend/ipp.c index c4b34668e1..619bbb7d40 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -1,7 +1,7 @@ /* * IPP backend for CUPS. * - * Copyright © 2021 by OpenPrinting + * Copyright © 2021-2022 by OpenPrinting * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/snmp.c b/backend/snmp.c index a90515e3d5..12bc314300 100644 --- a/backend/snmp.c +++ b/backend/snmp.c @@ -1,7 +1,7 @@ /* * SNMP discovery backend for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2014 by Apple Inc. * Copyright © 2006-2007 by Easy Software Products, all rights reserved. * diff --git a/berkeley/lpq.c b/berkeley/lpq.c index 8e3410da78..153fe29243 100644 --- a/berkeley/lpq.c +++ b/berkeley/lpq.c @@ -1,7 +1,7 @@ /* * "lpq" command for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/berkeley/lpr.c b/berkeley/lpr.c index b4b64e6ac5..8affd3c99d 100644 --- a/berkeley/lpr.c +++ b/berkeley/lpr.c @@ -1,7 +1,7 @@ /* * "lpr" command for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/berkeley/lprm.c b/berkeley/lprm.c index cd6460431a..9da1165d79 100644 --- a/berkeley/lprm.c +++ b/berkeley/lprm.c @@ -1,7 +1,7 @@ /* * "lprm" command for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/admin.c b/cgi-bin/admin.c index 24cab0c36d..37f93b5d51 100644 --- a/cgi-bin/admin.c +++ b/cgi-bin/admin.c @@ -1,7 +1,7 @@ /* * Administration CGI for CUPS. * - * Copyright © 2021 by OpenPrinting + * Copyright © 2021-2022 by OpenPrinting * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 3a162b6d5a..9a9d480829 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -1,7 +1,7 @@ dnl dnl Common configuration stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2019 by Apple Inc. dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4 index bb8c022937..91ca677d69 100644 --- a/config-scripts/cups-compiler.m4 +++ b/config-scripts/cups-compiler.m4 @@ -1,7 +1,7 @@ dnl dnl Compiler tests for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2018 by Apple Inc. dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-defaults.m4 b/config-scripts/cups-defaults.m4 index ecbb291af7..2af98b23ae 100644 --- a/config-scripts/cups-defaults.m4 +++ b/config-scripts/cups-defaults.m4 @@ -1,7 +1,7 @@ dnl dnl Default cupsd configuration settings for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2018 by Apple Inc. dnl Copyright © 2006-2007 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-directories.m4 b/config-scripts/cups-directories.m4 index 2033d47fae..e92d6223f6 100644 --- a/config-scripts/cups-directories.m4 +++ b/config-scripts/cups-directories.m4 @@ -1,7 +1,7 @@ dnl dnl Directory stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2017 by Apple Inc. dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-dnssd.m4 b/config-scripts/cups-dnssd.m4 index 861fc8493a..0cee27b926 100644 --- a/config-scripts/cups-dnssd.m4 +++ b/config-scripts/cups-dnssd.m4 @@ -1,7 +1,7 @@ dnl dnl DNS Service Discovery (aka Bonjour) stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2019 by Apple Inc. dnl dnl Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/config-scripts/cups-gssapi.m4 b/config-scripts/cups-gssapi.m4 index 888cd95265..3a76fcbcb6 100644 --- a/config-scripts/cups-gssapi.m4 +++ b/config-scripts/cups-gssapi.m4 @@ -1,7 +1,7 @@ dnl dnl GSSAPI/Kerberos library detection for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright @ 2007-2017 by Apple Inc. dnl Copyright @ 2006-2007 by Easy Software Products. dnl diff --git a/config-scripts/cups-libtool.m4 b/config-scripts/cups-libtool.m4 index 1e57aeae58..e603c06c01 100644 --- a/config-scripts/cups-libtool.m4 +++ b/config-scripts/cups-libtool.m4 @@ -1,7 +1,7 @@ dnl dnl Libtool stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2018 by Apple Inc. dnl Copyright © 1997-2005 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-manpages.m4 b/config-scripts/cups-manpages.m4 index 9d1ba70a55..a92f4f6bac 100644 --- a/config-scripts/cups-manpages.m4 +++ b/config-scripts/cups-manpages.m4 @@ -1,7 +1,7 @@ dnl dnl Manpage stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2019 by Apple Inc. dnl Copyright © 1997-2006 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-opsys.m4 b/config-scripts/cups-opsys.m4 index d768fe0dec..36e000e10f 100644 --- a/config-scripts/cups-opsys.m4 +++ b/config-scripts/cups-opsys.m4 @@ -1,7 +1,7 @@ dnl dnl Operating system stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2019 by Apple Inc. dnl Copyright © 1997-2006 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-poll.m4 b/config-scripts/cups-poll.m4 index d07404dd8d..5923426bc6 100644 --- a/config-scripts/cups-poll.m4 +++ b/config-scripts/cups-poll.m4 @@ -1,7 +1,7 @@ dnl dnl Select/poll stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2011 by Apple Inc. dnl Copyright © 2006 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-tls.m4 b/config-scripts/cups-tls.m4 index 0d218a569f..93100011ff 100644 --- a/config-scripts/cups-tls.m4 +++ b/config-scripts/cups-tls.m4 @@ -1,7 +1,7 @@ dnl dnl TLS stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2021-2022 by OpenPrinting. dnl Copyright © 2007-2019 by Apple Inc. dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved. dnl diff --git a/config.h.in b/config.h.in index 41ec7fa220..c0c89bc2b1 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * Configuration file for CUPS. * - * Copyright © 2020-2021 by OpenPrinting + * Copyright © 2020-2022 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/configure.ac b/configure.ac index 4c3c6fa3b9..181d23e2e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl Configuration script for CUPS. dnl -dnl Copyright © 2020-2021 by OpenPrinting +dnl Copyright © 2020-2022 by OpenPrinting dnl Copyright © 2007-2020 by Apple Inc. dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved. dnl diff --git a/cups-config.in b/cups-config.in index f4bbed325f..d081df9e86 100755 --- a/cups-config.in +++ b/cups-config.in @@ -2,7 +2,7 @@ # # CUPS configuration utility. # -# Copyright © 2021 by OpenPrinting. +# Copyright © 2021-2022 by OpenPrinting. # Copyright © 2007-2019 by Apple Inc. # Copyright © 2001-2006 by Easy Software Products, all rights reserved. # diff --git a/cups.pc.in b/cups.pc.in index 217ff56fee..e98d4679be 100644 --- a/cups.pc.in +++ b/cups.pc.in @@ -1,7 +1,7 @@ # # CUPS pkg-config file # -# Copyright © 2021 by OpenPrinting. +# Copyright © 2021-2022 by OpenPrinting. # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. diff --git a/cups/Makefile b/cups/Makefile index 6bd72e1a8a..798b32199f 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -1,7 +1,7 @@ # # Library Makefile for CUPS. # -# Copyright © 2021 by OpenPrinting. +# Copyright © 2021-2022 by OpenPrinting. # Copyright © 2007-2021 by Apple Inc. # Copyright © 1997-2006 by Easy Software Products, all rights reserved. # diff --git a/cups/adminutil.c b/cups/adminutil.c index 2f277cc582..d66918cb75 100644 --- a/cups/adminutil.c +++ b/cups/adminutil.c @@ -1,7 +1,7 @@ /* * Administration utility API definitions for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 2001-2007 by Easy Software Products. * diff --git a/cups/cupspm.md b/cups/cupspm.md index c5d50f697c..9ebff737dc 100644 --- a/cups/cupspm.md +++ b/cups/cupspm.md @@ -1,7 +1,7 @@ --- title: CUPS Programming Manual author: Michael R Sweet -copyright: Copyright © 2021 by OpenPrinting. All Rights Reserved. +copyright: Copyright © 2021-2022 by OpenPrinting. All Rights Reserved. version: 2.4.0 ... diff --git a/cups/dest-options.c b/cups/dest-options.c index 61a14e1415..a1f01d0c63 100644 --- a/cups/dest-options.c +++ b/cups/dest-options.c @@ -1,7 +1,7 @@ /* * Destination option/media support for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2012-2019 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/cups/dest.c b/cups/dest.c index 820e88f720..56e7423153 100644 --- a/cups/dest.c +++ b/cups/dest.c @@ -1,7 +1,7 @@ /* * User-defined destination (and option) support for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cups/getdevices.c b/cups/getdevices.c index eca8bbbfc8..10acfcca29 100644 --- a/cups/getdevices.c +++ b/cups/getdevices.c @@ -1,7 +1,7 @@ /* * cupsGetDevices implementation for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2008-2016 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/cups/getputfile.c b/cups/getputfile.c index 527e6b09d1..734460bb83 100644 --- a/cups/getputfile.c +++ b/cups/getputfile.c @@ -1,7 +1,7 @@ /* * Get/put file functions for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cups/globals.c b/cups/globals.c index 3105f13baf..46daa18c54 100644 --- a/cups/globals.c +++ b/cups/globals.c @@ -1,7 +1,7 @@ /* * Global variable access routines for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/http-addrlist.c b/cups/http-addrlist.c index 6e73464cd9..ccf7b5192a 100644 --- a/cups/http-addrlist.c +++ b/cups/http-addrlist.c @@ -1,7 +1,7 @@ /* * HTTP address list routines for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/http-support.c b/cups/http-support.c index 3d1208789f..e02dffe440 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -1,7 +1,7 @@ /* * HTTP support routines for CUPS. * - * Copyright © 2020-2021 by OpenPrinting + * Copyright © 2020-2022 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/http.c b/cups/http.c index 4b6a24bd36..ecc3dab8ee 100644 --- a/cups/http.c +++ b/cups/http.c @@ -1,7 +1,7 @@ /* * HTTP routines for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/ppd.c b/cups/ppd.c index c255b93506..525df3592a 100644 --- a/cups/ppd.c +++ b/cups/ppd.c @@ -1,7 +1,7 @@ /* * PPD file routines for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/request.c b/cups/request.c index 2af2af8e39..c26749c33d 100644 --- a/cups/request.c +++ b/cups/request.c @@ -1,7 +1,7 @@ /* * IPP utilities for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cups/snprintf.c b/cups/snprintf.c index d927f0ecd3..6c3b4654b1 100644 --- a/cups/snprintf.c +++ b/cups/snprintf.c @@ -1,7 +1,7 @@ /* * snprintf functions for CUPS. * - * Copyright © 2021 by OpenPrinting + * Copyright © 2021-2022 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cups/testclient.c b/cups/testclient.c index baa407ec7b..25f7c4f750 100644 --- a/cups/testclient.c +++ b/cups/testclient.c @@ -1,7 +1,7 @@ /* * Simulated client test program for CUPS. * - * Copyright © 2020 by OpenPrinting + * Copyright © 2020-2022 by OpenPrinting * Copyright © 2017-2019 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/cups/testfile.c b/cups/testfile.c index 4efb55f27f..a32458be22 100644 --- a/cups/testfile.c +++ b/cups/testfile.c @@ -1,7 +1,7 @@ /* * File/directory test program for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cups/testhttp.c b/cups/testhttp.c index 313e4bb19f..2cda4f725d 100644 --- a/cups/testhttp.c +++ b/cups/testhttp.c @@ -1,7 +1,7 @@ /* * HTTP test program for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cups/testlang.c b/cups/testlang.c index 3c83ca61a6..406bf8cce1 100644 --- a/cups/testlang.c +++ b/cups/testlang.c @@ -5,7 +5,7 @@ * * ./testlang [-l locale] [-p ppd] ["String to localize"] * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2017 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cups/thread.c b/cups/thread.c index 0e01cbfcd9..f1dfbe02ef 100644 --- a/cups/thread.c +++ b/cups/thread.c @@ -1,7 +1,7 @@ /* * Threading primitives for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2009-2018 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/cups/tls-darwin.c b/cups/tls-darwin.c index 9834c3c26a..23376dae8a 100644 --- a/cups/tls-darwin.c +++ b/cups/tls-darwin.c @@ -1,7 +1,7 @@ /* * TLS support code for CUPS on macOS. * - * Copyright © 2021 by OpenPrinting + * Copyright © 2021-2022 by OpenPrinting * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/tls-gnutls.c b/cups/tls-gnutls.c index 93e27e1881..c55995b2bd 100644 --- a/cups/tls-gnutls.c +++ b/cups/tls-gnutls.c @@ -1,7 +1,7 @@ /* * TLS support code for CUPS using GNU TLS. * - * Copyright © 2020 by OpenPrinting + * Copyright © 2020-2022 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/tls.c b/cups/tls.c index 5ebbd51be5..273213cad5 100644 --- a/cups/tls.c +++ b/cups/tls.c @@ -1,7 +1,7 @@ /* * TLS routines for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright @2007-2014 by Apple Inc. * Copyright @ 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/tlscheck.c b/cups/tlscheck.c index a60797d430..0e6e3a3758 100644 --- a/cups/tlscheck.c +++ b/cups/tlscheck.c @@ -1,7 +1,7 @@ /* * TLS check program for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2017 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cups/usersys.c b/cups/usersys.c index 5e19c0ca6a..48ef1f6ac3 100644 --- a/cups/usersys.c +++ b/cups/usersys.c @@ -1,7 +1,7 @@ /* * User, system, and password routines for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/doc/Makefile b/doc/Makefile index 89883c2497..bfe599223a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ # # Documentation makefile for CUPS. # -# Copyright © 2021 by OpenPrinting. +# Copyright © 2021-2022 by OpenPrinting. # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products. # diff --git a/doc/da/index.html.in b/doc/da/index.html.in index bdc83b949a..e7db89abcb 100644 --- a/doc/da/index.html.in +++ b/doc/da/index.html.in @@ -47,6 +47,6 @@ - + diff --git a/doc/de/index.html.in b/doc/de/index.html.in index 2b3f3a6b1c..eb52203d7e 100644 --- a/doc/de/index.html.in +++ b/doc/de/index.html.in @@ -47,6 +47,6 @@ - + diff --git a/doc/es/index.html.in b/doc/es/index.html.in index 09eb64ce5f..78e8215472 100644 --- a/doc/es/index.html.in +++ b/doc/es/index.html.in @@ -47,6 +47,6 @@ - + diff --git a/doc/fr/index.html.in b/doc/fr/index.html.in index 20be6e833d..0d7cdcc9cf 100644 --- a/doc/fr/index.html.in +++ b/doc/fr/index.html.in @@ -47,6 +47,6 @@ - + diff --git a/doc/help/cupspm.html b/doc/help/cupspm.html index 3c20b7128b..17a829ffdf 100644 --- a/doc/help/cupspm.html +++ b/doc/help/cupspm.html @@ -8,7 +8,7 @@ - +