From: Zdenek Dohnal Date: Mon, 30 Jan 2023 08:52:35 +0000 (+0100) Subject: Update OpenPrinting copyrights X-Git-Tag: v2.4.3~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa46f4e534c2b6df68150dc81b79969a12335e68;p=thirdparty%2Fcups.git Update OpenPrinting copyrights --- diff --git a/DEVELOPING.md b/DEVELOPING.md index c5e98870e6..b841d37fb9 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-2022 by OpenPrinting + * Copyright © 2021-2023 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-2022 by OpenPrinting + # Copyright © 2021-2023 by OpenPrinting # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. diff --git a/Makefile b/Makefile index a28d7f2ad8..01321d526f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Top-level Makefile for CUPS. # -# Copyright © 2020-2022 by OpenPrinting +# Copyright © 2020-2023 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 72a2f1bdba..dc2e69337e 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ CUPS -Copyright © 2020-2022 by OpenPrinting +Copyright © 2020-2023 by OpenPrinting Copyright © 2007-2019 by Apple Inc. Copyright © 1997-2007 by Easy Software Products. diff --git a/README.md b/README.md index 48bd14a1dd..d610d26090 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ This will prevent the filters from misinterpreting your print file. Legal Stuff ----------- -Copyright © 2020-2022 by OpenPrinting +Copyright © 2020-2023 by OpenPrinting Copyright © 2007-2020 by Apple Inc. diff --git a/backend/Makefile b/backend/Makefile index e5dd7619e2..9153c87ae1 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,7 +1,7 @@ # # Backend makefile for CUPS. # -# Copyright © 2021-2022 by OpenPrinting. +# Copyright © 2021-2023 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 81e5af3db9..f8d582a5c2 100644 --- a/backend/dnssd.c +++ b/backend/dnssd.c @@ -1,7 +1,7 @@ /* * DNS-SD discovery backend for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 438773dfe9..7c8dea5e09 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -1,7 +1,7 @@ /* * IPP backend for CUPS. * - * Copyright © 2021-2022 by OpenPrinting + * Copyright © 2021-2023 by OpenPrinting * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/pseudo b/backend/pseudo index e64c9465a6..e1598b0839 100644 --- a/backend/pseudo +++ b/backend/pseudo @@ -2,7 +2,7 @@ # # Psuedo-backend for CUPS testing purposes. # -# Copyright © 2022 by OpenPrinting. +# Copyright © 2022-2023 by OpenPrinting. # Copyright © 2011 by Apple Inc. # # Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/backend/snmp.c b/backend/snmp.c index b552ecce2a..17a29f8eeb 100644 --- a/backend/snmp.c +++ b/backend/snmp.c @@ -1,7 +1,7 @@ /* * SNMP discovery backend for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 153fe29243..6592d31089 100644 --- a/berkeley/lpq.c +++ b/berkeley/lpq.c @@ -1,7 +1,7 @@ /* * "lpq" command for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 8affd3c99d..85fa079c52 100644 --- a/berkeley/lpr.c +++ b/berkeley/lpr.c @@ -1,7 +1,7 @@ /* * "lpr" command for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 18c982d149..83618bf27f 100644 --- a/berkeley/lprm.c +++ b/berkeley/lprm.c @@ -1,7 +1,7 @@ /* * "lprm" command for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile index 803dc6266a..9053f30572 100644 --- a/cgi-bin/Makefile +++ b/cgi-bin/Makefile @@ -1,7 +1,7 @@ # # CGI makefile for CUPS. # -# Copyright © 2022 by OpenPrinting. +# Copyright © 2022-2023 by OpenPrinting. # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2006 by Easy Software Products. # diff --git a/cgi-bin/admin.c b/cgi-bin/admin.c index 7ae2ddec74..53ff616cbc 100644 --- a/cgi-bin/admin.c +++ b/cgi-bin/admin.c @@ -1,7 +1,7 @@ /* * Administration CGI for CUPS. * - * Copyright © 2021-2022 by OpenPrinting + * Copyright © 2021-2023 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 9a9d480829..9e44dadbf6 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 b46c9b5dfb..266d909ed3 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 2af98b23ae..8678f6a7a7 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 e92d6223f6..bb6008c092 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 0cee27b926..0ae7225375 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 3a76fcbcb6..996bca8711 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 e084c793b6..c9b9fafb7f 100644 --- a/config-scripts/cups-libtool.m4 +++ b/config-scripts/cups-libtool.m4 @@ -1,7 +1,7 @@ dnl dnl GNU libtool stuff for CUPS. dnl -dnl Copyright © 2021-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 a92f4f6bac..04c3853dcb 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 36e000e10f..04f742ca79 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 5923426bc6..30b0a83892 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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-sharedlibs.m4 b/config-scripts/cups-sharedlibs.m4 index d6ff45eba6..c17cd48754 100644 --- a/config-scripts/cups-sharedlibs.m4 +++ b/config-scripts/cups-sharedlibs.m4 @@ -1,7 +1,7 @@ dnl dnl Shared library support for CUPS. dnl -dnl Copyright © 2021-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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-tls.m4 b/config-scripts/cups-tls.m4 index e9320f7553..783eed886d 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-2022 by OpenPrinting. +dnl Copyright © 2021-2023 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 62ea2ff5e7..6940b96044 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * Configuration file for CUPS. * - * Copyright © 2020-2022 by OpenPrinting + * Copyright © 2020-2023 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/configure.ac b/configure.ac index 47b1e791d6..487a75e66e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl Configuration script for CUPS. dnl -dnl Copyright © 2020-2022 by OpenPrinting +dnl Copyright © 2020-2023 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 d081df9e86..1f49bb9368 100755 --- a/cups-config.in +++ b/cups-config.in @@ -2,7 +2,7 @@ # # CUPS configuration utility. # -# Copyright © 2021-2022 by OpenPrinting. +# Copyright © 2021-2023 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 e98d4679be..eed8099168 100644 --- a/cups.pc.in +++ b/cups.pc.in @@ -1,7 +1,7 @@ # # CUPS pkg-config file # -# Copyright © 2021-2022 by OpenPrinting. +# Copyright © 2021-2023 by OpenPrinting. # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. diff --git a/cups/Makefile b/cups/Makefile index 4110b98d0b..10e4dc6315 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -1,7 +1,7 @@ # # Library Makefile for CUPS. # -# Copyright © 2021-2022 by OpenPrinting. +# Copyright © 2021-2023 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 e44189c61e..dadf5c438c 100644 --- a/cups/adminutil.c +++ b/cups/adminutil.c @@ -1,7 +1,7 @@ /* * Administration utility API definitions for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 2001-2007 by Easy Software Products. * diff --git a/cups/cups.h b/cups/cups.h index 5fe28728fe..ef0f0eabc4 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -1,7 +1,7 @@ /* * API definitions for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2020 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cups/cupspm.md b/cups/cupspm.md index 25575fb937..c55d2f124f 100644 --- a/cups/cupspm.md +++ b/cups/cupspm.md @@ -1,7 +1,7 @@ --- title: CUPS Programming Manual author: Michael R Sweet -copyright: Copyright © 2021-2022 by OpenPrinting. All Rights Reserved. +copyright: Copyright © 2021-2023 by OpenPrinting. All Rights Reserved. version: 2.4.0 ... diff --git a/cups/dest-options.c b/cups/dest-options.c index 55a75b794b..d0d683d7a6 100644 --- a/cups/dest-options.c +++ b/cups/dest-options.c @@ -1,7 +1,7 @@ /* * Destination option/media support for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 100560f978..6d8e08763a 100644 --- a/cups/dest.c +++ b/cups/dest.c @@ -1,7 +1,7 @@ /* * User-defined destination (and option) support for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cups/dir.c b/cups/dir.c index 0446424305..7a6a39c084 100644 --- a/cups/dir.c +++ b/cups/dir.c @@ -3,7 +3,7 @@ * * This set of APIs abstracts enumeration of directory entries. * - * Copyright © 2022 by OpenPrinting. + * Copyright © 2022-2023 by OpenPrinting. * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2005 by Easy Software Products, all rights reserved. * diff --git a/cups/getdevices.c b/cups/getdevices.c index 10acfcca29..175e8656f5 100644 --- a/cups/getdevices.c +++ b/cups/getdevices.c @@ -1,7 +1,7 @@ /* * cupsGetDevices implementation for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 e63396b4d3..9a053c862d 100644 --- a/cups/getputfile.c +++ b/cups/getputfile.c @@ -1,7 +1,7 @@ /* * Get/put file functions for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 2b0462ceb3..521b336be9 100644 --- a/cups/globals.c +++ b/cups/globals.c @@ -1,7 +1,7 @@ /* * Global variable access routines for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 c38c9107e6..4fde80c5f7 100644 --- a/cups/http-addrlist.c +++ b/cups/http-addrlist.c @@ -1,7 +1,7 @@ /* * HTTP address list routines for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 3c27e6ec6f..f92bcba480 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -1,7 +1,7 @@ /* * HTTP support routines for CUPS. * - * Copyright © 2020-2022 by OpenPrinting + * Copyright © 2020-2023 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 bcfb3b0df1..001490fbfc 100644 --- a/cups/http.c +++ b/cups/http.c @@ -1,7 +1,7 @@ /* * HTTP routines for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/ppd-cache.c b/cups/ppd-cache.c index 6c7f3a8e79..3c53f510dc 100644 --- a/cups/ppd-cache.c +++ b/cups/ppd-cache.c @@ -1,7 +1,7 @@ /* * PPD cache implementation for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2010-2021 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/cups/ppd.c b/cups/ppd.c index 50eec655c0..4ce9fcc5cd 100644 --- a/cups/ppd.c +++ b/cups/ppd.c @@ -1,7 +1,7 @@ /* * PPD file routines for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 f52a84a40a..6f71be73ab 100644 --- a/cups/request.c +++ b/cups/request.c @@ -1,7 +1,7 @@ /* * IPP utilities for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cups/snmp.c b/cups/snmp.c index a53efe7b1d..378e9e76e5 100644 --- a/cups/snmp.c +++ b/cups/snmp.c @@ -1,7 +1,7 @@ /* * SNMP functions for CUPS. * - * Copyright © 2022 by OpenPrinting. + * Copyright © 2022-2023 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 2006-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/snprintf.c b/cups/snprintf.c index 6c3b4654b1..170ddae449 100644 --- a/cups/snprintf.c +++ b/cups/snprintf.c @@ -1,7 +1,7 @@ /* * snprintf functions for CUPS. * - * Copyright © 2021-2022 by OpenPrinting + * Copyright © 2021-2023 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 1d468a402f..9235df0cd5 100644 --- a/cups/testclient.c +++ b/cups/testclient.c @@ -1,7 +1,7 @@ /* * Simulated client test program for CUPS. * - * Copyright © 2020-2022 by OpenPrinting + * Copyright © 2020-2023 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 a32458be22..e07c69b018 100644 --- a/cups/testfile.c +++ b/cups/testfile.c @@ -1,7 +1,7 @@ /* * File/directory test program for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 2cda4f725d..66a112ed87 100644 --- a/cups/testhttp.c +++ b/cups/testhttp.c @@ -1,7 +1,7 @@ /* * HTTP test program for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cups/testipp.c b/cups/testipp.c index e33d5ceed7..b31aae9ed9 100644 --- a/cups/testipp.c +++ b/cups/testipp.c @@ -1,7 +1,7 @@ /* * IPP test program for CUPS. * - * Copyright © 2022 by OpenPrinting. + * Copyright © 2022-2023 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2005 by Easy Software Products. * diff --git a/cups/testlang.c b/cups/testlang.c index 406bf8cce1..e0cd6b4f42 100644 --- a/cups/testlang.c +++ b/cups/testlang.c @@ -5,7 +5,7 @@ * * ./testlang [-l locale] [-p ppd] ["String to localize"] * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 f1dfbe02ef..a0d6eced06 100644 --- a/cups/thread.c +++ b/cups/thread.c @@ -1,7 +1,7 @@ /* * Threading primitives for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 666dbc4291..869e94db9d 100644 --- a/cups/tls-darwin.c +++ b/cups/tls-darwin.c @@ -1,7 +1,7 @@ /* * TLS support code for CUPS on macOS. * - * Copyright © 2021-2022 by OpenPrinting + * Copyright © 2021-2023 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 24f968d88f..b1fc298bf9 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-2022 by OpenPrinting + * Copyright © 2020-2023 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/tls-openssl.c b/cups/tls-openssl.c index 0aa05f01a5..7c769623b2 100644 --- a/cups/tls-openssl.c +++ b/cups/tls-openssl.c @@ -1,7 +1,7 @@ /* * TLS support code for CUPS using OpenSSL/LibreSSL. * - * Copyright © 2020-2022 by OpenPrinting + * Copyright © 2020-2023 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/tls-sspi.c b/cups/tls-sspi.c index 5a99ee8f0c..14f1a084a1 100644 --- a/cups/tls-sspi.c +++ b/cups/tls-sspi.c @@ -2,7 +2,7 @@ * TLS support for CUPS on Windows using the Security Support Provider * Interface (SSPI). * - * Copyright © 2020-2022 by OpenPrinting. + * Copyright © 2020-2023 by OpenPrinting. * Copyright © 2010-2018 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/cups/tls.c b/cups/tls.c index 43b988ba20..ff64d71325 100644 --- a/cups/tls.c +++ b/cups/tls.c @@ -1,7 +1,7 @@ /* * TLS routines for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 807e044b1d..11fa477d32 100644 --- a/cups/tlscheck.c +++ b/cups/tlscheck.c @@ -1,7 +1,7 @@ /* * TLS check program for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 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 8332fd670a..4e52ff7a74 100644 --- a/cups/usersys.c +++ b/cups/usersys.c @@ -1,7 +1,7 @@ /* * User, system, and password routines for CUPS. * - * Copyright © 2021-2022 by OpenPrinting. + * Copyright © 2021-2023 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/doc/Makefile b/doc/Makefile index bfe599223a..5ce55e4028 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ # # Documentation makefile for CUPS. # -# Copyright © 2021-2022 by OpenPrinting. +# Copyright © 2021-2023 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 284cd451e4..4708c1422b 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 642079e6a9..d208608bea 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 15675a91a5..8794f263d2 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 3081dd818b..ccc5f332fa 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 afec88f873..f5da8fe9fd 100644 --- a/doc/help/cupspm.html +++ b/doc/help/cupspm.html @@ -8,7 +8,7 @@ - +