From: Zdenek Dohnal Date: Fri, 12 Jan 2024 08:02:01 +0000 (+0100) Subject: Add/update copyrights X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535fdc2b38fc3f3819233344556c45f4e8d2620d;p=thirdparty%2Fcups.git Add/update copyrights --- diff --git a/Makedefs.in b/Makedefs.in index a935ab1627..59e095ad3b 100644 --- a/Makedefs.in +++ b/Makedefs.in @@ -1,7 +1,7 @@ # # Common makefile definitions for CUPS. # -# Copyright © 2021-2023 by OpenPrinting. +# Copyright © 2020-2024 by OpenPrinting. # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products, all rights reserved. # diff --git a/backend/Makefile b/backend/Makefile index 2074e4ce85..746ce6cba9 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,7 +1,7 @@ # # Backend makefile for CUPS. # -# Copyright © 2021-2023 by OpenPrinting. +# Copyright © 2020-2024 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 ba98826757..0107571cc3 100644 --- a/backend/dnssd.c +++ b/backend/dnssd.c @@ -1,7 +1,7 @@ /* * DNS-SD discovery backend for CUPS. * - * Copyright © 2021-2023 by OpenPrinting. + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2008-2018 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/backend/ieee1284.c b/backend/ieee1284.c index 93c5578d61..2be3a9b7e2 100644 --- a/backend/ieee1284.c +++ b/backend/ieee1284.c @@ -1,6 +1,7 @@ /* * IEEE-1284 support functions for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2015 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/lpd.c b/backend/lpd.c index 9c702029fc..bc13c6f6bf 100644 --- a/backend/lpd.c +++ b/backend/lpd.c @@ -1,6 +1,7 @@ /* * Line Printer Daemon backend for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/network.c b/backend/network.c index c331a3de9c..dac4ade659 100644 --- a/backend/network.c +++ b/backend/network.c @@ -1,6 +1,7 @@ /* * Common backend network APIs for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2016 by Apple Inc. * Copyright © 2006-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/pseudo b/backend/pseudo index e1598b0839..7e8094a5d9 100644 --- a/backend/pseudo +++ b/backend/pseudo @@ -2,7 +2,7 @@ # # Psuedo-backend for CUPS testing purposes. # -# Copyright © 2022-2023 by OpenPrinting. +# Copyright © 2020-2024 by OpenPrinting. # Copyright © 2011 by Apple Inc. # # Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/backend/runloop.c b/backend/runloop.c index 4759663ebd..79681c8902 100644 --- a/backend/runloop.c +++ b/backend/runloop.c @@ -1,6 +1,7 @@ /* * Common run loop APIs for CUPS backends. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2014 by Apple Inc. * Copyright © 2006-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/snmp-supplies.c b/backend/snmp-supplies.c index 5768d8d73c..7dd8e229d2 100644 --- a/backend/snmp-supplies.c +++ b/backend/snmp-supplies.c @@ -1,6 +1,7 @@ /* * SNMP supplies functions for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2008-2015 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 328b772584..f19a1f6d4f 100644 --- a/backend/snmp.c +++ b/backend/snmp.c @@ -1,7 +1,7 @@ /* * SNMP discovery backend for CUPS. * - * Copyright © 2021-2023 by OpenPrinting. + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2014 by Apple Inc. * Copyright © 2006-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/socket.c b/backend/socket.c index d23b7fec8d..2186a2ba1a 100644 --- a/backend/socket.c +++ b/backend/socket.c @@ -1,6 +1,7 @@ /* * AppSocket backend for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/test1284.c b/backend/test1284.c index 2da1086500..2d58450eae 100644 --- a/backend/test1284.c +++ b/backend/test1284.c @@ -1,6 +1,7 @@ /* * IEEE-1284 support functions test program for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2010 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products, all rights reserved. * diff --git a/backend/testbackend.c b/backend/testbackend.c index 827c9e2a93..4011963c35 100644 --- a/backend/testbackend.c +++ b/backend/testbackend.c @@ -1,6 +1,7 @@ /* * Backend test program for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2014 by Apple Inc. * Copyright © 1997-2005 by Easy Software Products, all rights reserved. * diff --git a/backend/testsupplies.c b/backend/testsupplies.c index 5643ea6d7e..105dce0993 100644 --- a/backend/testsupplies.c +++ b/backend/testsupplies.c @@ -1,6 +1,7 @@ /* * SNMP supplies test program for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2008-2011 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/backend/usb-darwin.c b/backend/usb-darwin.c index b2eb40a5fd..023e8a65a9 100644 --- a/backend/usb-darwin.c +++ b/backend/usb-darwin.c @@ -1,6 +1,7 @@ /* * USB backend for macOS. * + * Copyright © 2022-2024 by OpenPrinting. * Copyright © 2005-2021 Apple Inc. All rights reserved. * * IMPORTANT: This Apple software is supplied to you by Apple Computer, diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index 2fcb58f842..fd264d46ee 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -1,7 +1,7 @@ /* * LIBUSB interface code for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/backend/usb-unix.c b/backend/usb-unix.c index d256a813ba..c2cfce2667 100644 --- a/backend/usb-unix.c +++ b/backend/usb-unix.c @@ -3,6 +3,7 @@ * * This file is included from "usb.c" when compiled on UNIX/Linux. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2013 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/usb.c b/backend/usb.c index 96ccf3d08b..253cc53571 100644 --- a/backend/usb.c +++ b/backend/usb.c @@ -1,6 +1,7 @@ /* * USB printer backend for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2012 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/berkeley/Makefile b/berkeley/Makefile index 1860ac8a78..aed0e6a710 100644 --- a/berkeley/Makefile +++ b/berkeley/Makefile @@ -1,6 +1,7 @@ # # Berkeley commands makefile for CUPS. # +# Copyright © 2020-2024 by OpenPrinting. # Copyright 2007-2019 by Apple Inc. # Copyright 1997-2006 by Easy Software Products, all rights reserved. # diff --git a/berkeley/lpc.c b/berkeley/lpc.c index d19eb5a392..e81f166a83 100644 --- a/berkeley/lpc.c +++ b/berkeley/lpc.c @@ -1,6 +1,7 @@ /* * "lpc" command for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2014 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/berkeley/lpq.c b/berkeley/lpq.c index 551dbd849c..b47f99cb4b 100644 --- a/berkeley/lpq.c +++ b/berkeley/lpq.c @@ -1,7 +1,7 @@ /* * "lpq" command for CUPS. * - * Copyright © 2021-2023 by OpenPrinting. + * Copyright © 2020-2024 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 5036e574b4..287e5e2f4f 100644 --- a/berkeley/lpr.c +++ b/berkeley/lpr.c @@ -1,7 +1,7 @@ /* * "lpr" command for CUPS. * - * Copyright © 2021-2023 by OpenPrinting. + * Copyright © 2020-2024 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 eec125b620..d1ba53acb8 100644 --- a/berkeley/lprm.c +++ b/berkeley/lprm.c @@ -1,7 +1,7 @@ /* * "lprm" command for CUPS. * - * Copyright © 2021-2023 by OpenPrinting. + * Copyright © 2020-2024 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 00ff4a5460..f438f78f8d 100644 --- a/cgi-bin/Makefile +++ b/cgi-bin/Makefile @@ -1,7 +1,7 @@ # # CGI makefile for CUPS. # -# Copyright © 2022-2023 by OpenPrinting. +# Copyright © 2020-2024 by OpenPrinting. # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2006 by Easy Software Products. # diff --git a/cgi-bin/cgi-private.h b/cgi-bin/cgi-private.h index 5d14d8188a..23c3651bd5 100644 --- a/cgi-bin/cgi-private.h +++ b/cgi-bin/cgi-private.h @@ -1,6 +1,7 @@ /* * Private CGI definitions for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2011 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/cgi.h b/cgi-bin/cgi.h index 11acb224d2..2b7497a7de 100644 --- a/cgi-bin/cgi.h +++ b/cgi-bin/cgi.h @@ -1,6 +1,7 @@ /* * CGI support library definitions for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/classes.c b/cgi-bin/classes.c index 07fb858afe..602318308c 100644 --- a/cgi-bin/classes.c +++ b/cgi-bin/classes.c @@ -1,6 +1,7 @@ /* * Class status CGI for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2016 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/help-index.c b/cgi-bin/help-index.c index 13c87390b6..a3965f680e 100644 --- a/cgi-bin/help-index.c +++ b/cgi-bin/help-index.c @@ -1,6 +1,7 @@ /* * Online help index routines for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cgi-bin/help-index.h b/cgi-bin/help-index.h index c486fba05a..c6486f0152 100644 --- a/cgi-bin/help-index.h +++ b/cgi-bin/help-index.h @@ -1,6 +1,7 @@ /* * Online help index definitions for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2011 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * diff --git a/cgi-bin/help.c b/cgi-bin/help.c index efa1296c06..348971275e 100644 --- a/cgi-bin/help.c +++ b/cgi-bin/help.c @@ -1,6 +1,7 @@ /* * Online help CGI for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2011 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/html.c b/cgi-bin/html.c index 4c9d82276b..97490bf19c 100644 --- a/cgi-bin/html.c +++ b/cgi-bin/html.c @@ -1,6 +1,7 @@ /* * HTML support functions for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2011 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/ipp-var.c b/cgi-bin/ipp-var.c index ade70deac2..72401783c4 100644 --- a/cgi-bin/ipp-var.c +++ b/cgi-bin/ipp-var.c @@ -1,6 +1,7 @@ /* * CGI <-> IPP variable routines for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2016 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * diff --git a/cgi-bin/jobs.c b/cgi-bin/jobs.c index bc0ef43579..1217c1fd4f 100644 --- a/cgi-bin/jobs.c +++ b/cgi-bin/jobs.c @@ -1,6 +1,7 @@ /* * Job status CGI for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2014 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/printers.c b/cgi-bin/printers.c index 21b1fbb197..097ed6ba2c 100644 --- a/cgi-bin/printers.c +++ b/cgi-bin/printers.c @@ -1,6 +1,7 @@ /* * Printer status CGI for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2016 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/search.c b/cgi-bin/search.c index 8dc5b32d5c..f9411c19f3 100644 --- a/cgi-bin/search.c +++ b/cgi-bin/search.c @@ -1,6 +1,7 @@ /* * Search routines for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2018 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/template.c b/cgi-bin/template.c index acd3f43140..e3602c4e2c 100644 --- a/cgi-bin/template.c +++ b/cgi-bin/template.c @@ -1,6 +1,7 @@ /* * CGI template function. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2015 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * diff --git a/cgi-bin/testcgi.c b/cgi-bin/testcgi.c index a2276f42ea..ed636b5d17 100644 --- a/cgi-bin/testcgi.c +++ b/cgi-bin/testcgi.c @@ -1,6 +1,7 @@ /* * CGI test program for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2014 by Apple Inc. * Copyright 1997-2005 by Easy Software Products. * diff --git a/cgi-bin/testhi.c b/cgi-bin/testhi.c index dec6bdf765..26f867a976 100644 --- a/cgi-bin/testhi.c +++ b/cgi-bin/testhi.c @@ -1,6 +1,7 @@ /* * Help index test program for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2017 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * diff --git a/cgi-bin/testtemplate.c b/cgi-bin/testtemplate.c index 930bd6cac2..7f9ba78e8d 100644 --- a/cgi-bin/testtemplate.c +++ b/cgi-bin/testtemplate.c @@ -1,6 +1,7 @@ /* * CGI template test program for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2011 by Apple Inc. * Copyright 2006 by Easy Software Products. * diff --git a/cgi-bin/var.c b/cgi-bin/var.c index b2bcb00720..0e5f6a43ec 100644 --- a/cgi-bin/var.c +++ b/cgi-bin/var.c @@ -1,6 +1,7 @@ /* * CGI form variable and array functions for CUPS. * + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2005 by Easy Software Products. * diff --git a/conf/Makefile b/conf/Makefile index e249e60692..62aa0c6fd2 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -1,6 +1,7 @@ # # Configuration file makefile for CUPS. # +# Copyright © 2020-2024 by OpenPrinting. # Copyright 2007-2015 by Apple Inc. # Copyright 1993-2006 by Easy Software Products. # diff --git a/conf/mime.convs.in b/conf/mime.convs.in index 57b459d732..91f36e0f6f 100644 --- a/conf/mime.convs.in +++ b/conf/mime.convs.in @@ -5,6 +5,7 @@ # # Base MIME conversions file for CUPS. # +# Copyright © 2020-2024 by OpenPrinting. # Copyright © 2007-2016 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products. # diff --git a/conf/mime.types b/conf/mime.types index fcd6b6effe..c8603b02ed 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -5,6 +5,7 @@ # VERSIONS OF CUPS. Instead, create a "local.types" file that # reflects your local configuration changes. # +# Copyright © 2020-2024 by OpenPrinting. # Copyright © 2007-2017 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 d2a038fc04..3209032c1e 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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 09ef4bd1b1..802bf53824 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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 04a9f533f3..27e5bc4727 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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 407d053160..069ee7bab1 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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 f27c6fea22..2cfbc7b071 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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 e90b6a8641..0e78025a54 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 by OpenPrinting. dnl Copyright @ 2007-2017 by Apple Inc. dnl Copyright @ 2006-2007 by Easy Software Products. dnl diff --git a/config-scripts/cups-largefile.m4 b/config-scripts/cups-largefile.m4 index 4bf0ec1f8e..1537b058a8 100644 --- a/config-scripts/cups-largefile.m4 +++ b/config-scripts/cups-largefile.m4 @@ -1,7 +1,7 @@ dnl dnl Large file support stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2020-2024 by OpenPrinting. dnl Copyright © 2007-2011 by Apple Inc. dnl Copyright © 1997-2005 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-libtool.m4 b/config-scripts/cups-libtool.m4 index c9b9fafb7f..aa93784248 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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 04c3853dcb..bd169a2786 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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-network.m4 b/config-scripts/cups-network.m4 index b694643ed7..593a63d472 100644 --- a/config-scripts/cups-network.m4 +++ b/config-scripts/cups-network.m4 @@ -1,7 +1,7 @@ dnl dnl Networking stuff for CUPS. dnl -dnl Copyright © 2021-2023 by OpenPrinting. +dnl Copyright © 2020-2024 by OpenPrinting. dnl Copyright © 2007-2016 by Apple Inc. dnl Copyright © 1997-2005 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-opsys.m4 b/config-scripts/cups-opsys.m4 index 04f742ca79..7f4259bea7 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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-pam.m4 b/config-scripts/cups-pam.m4 index 5663c1f9eb..cf983b0311 100644 --- a/config-scripts/cups-pam.m4 +++ b/config-scripts/cups-pam.m4 @@ -1,7 +1,7 @@ dnl dnl PAM stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2020-2024 by OpenPrinting. dnl Copyright © 2007-2017 by Apple Inc. dnl Copyright © 1997-2005 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-sharedlibs.m4 b/config-scripts/cups-sharedlibs.m4 index 0fc90edb63..d4fb939b27 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 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-startup.m4 b/config-scripts/cups-startup.m4 index fb08286ac0..6d06a5a60b 100644 --- a/config-scripts/cups-startup.m4 +++ b/config-scripts/cups-startup.m4 @@ -1,7 +1,7 @@ dnl dnl Launch-on-demand/startup stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2020-2024 by OpenPrinting. dnl Copyright © 2007-2017 by Apple Inc. dnl Copyright © 1997-2005 by Easy Software Products, all rights reserved. dnl diff --git a/config-scripts/cups-threads.m4 b/config-scripts/cups-threads.m4 index 0bee39b871..9ee993fd16 100644 --- a/config-scripts/cups-threads.m4 +++ b/config-scripts/cups-threads.m4 @@ -1,7 +1,7 @@ dnl dnl Threading stuff for CUPS. dnl -dnl Copyright © 2021 by OpenPrinting. +dnl Copyright © 2020-2024 by OpenPrinting. dnl Copyright © 2007-2017 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 001478b27d..472b76b428 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-2023 by OpenPrinting. +dnl Copyright © 2020-2024 by OpenPrinting. dnl Copyright © 2007-2019 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 1f49bb9368..5d850a667a 100755 --- a/cups-config.in +++ b/cups-config.in @@ -2,7 +2,7 @@ # # CUPS configuration utility. # -# Copyright © 2021-2023 by OpenPrinting. +# Copyright © 2020-2024 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 eed8099168..9781b8b326 100644 --- a/cups.pc.in +++ b/cups.pc.in @@ -1,7 +1,7 @@ # # CUPS pkg-config file # -# Copyright © 2021-2023 by OpenPrinting. +# Copyright © 2020-2024 by OpenPrinting. # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. diff --git a/cups/Makefile b/cups/Makefile index f681f50ec9..5596d6315b 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -1,7 +1,7 @@ # # Library Makefile for CUPS. # -# Copyright © 2021-2023 by OpenPrinting. +# Copyright © 2022-2024 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 439936bc51..8c2ceb2594 100644 --- a/cups/adminutil.c +++ b/cups/adminutil.c @@ -1,7 +1,7 @@ /* * Administration utility API definitions for CUPS. * - * Copyright © 2021-2023 by OpenPrinting. + * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 2001-2007 by Easy Software Products. * diff --git a/cups/adminutil.h b/cups/adminutil.h index cf1a978e17..028acf8864 100644 --- a/cups/adminutil.h +++ b/cups/adminutil.h @@ -1,7 +1,7 @@ // // Administration utility API definitions for CUPS. // -// Copyright © 2023 by OpenPrinting. +// Copyright © 2020-2024 by OpenPrinting. // Copyright © 2007-2016 by Apple Inc. // Copyright © 2001-2007 by Easy Software Products. // diff --git a/cups/api-admin.header b/cups/api-admin.header index 73625c680f..8ef311dd25 100644 --- a/cups/api-admin.header +++ b/cups/api-admin.header @@ -1,6 +1,7 @@