From: Zdenek Dohnal Date: Tue, 7 Jan 2025 15:33:28 +0000 (+0100) Subject: Revert "Update copyrights" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b6aade9abea77f3299dc82c63a8a3d0de65cc8;p=thirdparty%2Fcups.git Revert "Update copyrights" This reverts commit d91cfb1c26c4d70ecfb62e64d897c8ae0ed97c5f. --- diff --git a/DEVELOPING.md b/DEVELOPING.md index 8244c710d8..9fac6ea4e2 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-2025 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-2025 by OpenPrinting + # Copyright © 2021-2023 by OpenPrinting # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. diff --git a/Makedefs.in b/Makedefs.in index 3407da4d4b..27de43b26f 100644 --- a/Makedefs.in +++ b/Makedefs.in @@ -1,7 +1,7 @@ # # Common makefile definitions for CUPS. # -# Copyright © 2020-2025 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/Makefile b/Makefile index 0a853a1b7e..ea9d6bd614 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Top-level Makefile for CUPS. # -# Copyright © 2020-2025 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/NOTICE b/NOTICE index 4f08f01436..dc2e69337e 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ CUPS -Copyright © 2020-2025 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 9acc749186..082b241667 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ end up as pull requests on Github. Legal Stuff ----------- -Copyright © 2020-2025 by OpenPrinting +Copyright © 2020-2023 by OpenPrinting Copyright © 2007-2020 by Apple Inc. diff --git a/backend/Makefile b/backend/Makefile index 1a87f5a4de..746ce6cba9 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,7 +1,7 @@ # # Backend makefile for CUPS. # -# Copyright © 2020-2025 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 2f4164c87a..006becbdbe 100644 --- a/backend/dnssd.c +++ b/backend/dnssd.c @@ -1,7 +1,7 @@ // // DNS-SD discovery backend for CUPS. // -// Copyright © 2020-2025 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 d93bf15409..2be3a9b7e2 100644 --- a/backend/ieee1284.c +++ b/backend/ieee1284.c @@ -1,7 +1,7 @@ /* * IEEE-1284 support functions for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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/ipp.c b/backend/ipp.c index 72fd31e1e0..9f783b8598 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -1,7 +1,7 @@ /* * IPP backend for CUPS. * - * Copyright © 2021-2025 by OpenPrinting + * Copyright © 2021-2024 by OpenPrinting * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/backend/lpd.c b/backend/lpd.c index fc17b9b8e6..bc13c6f6bf 100644 --- a/backend/lpd.c +++ b/backend/lpd.c @@ -1,7 +1,7 @@ /* * Line Printer Daemon backend for CUPS. * - * Copyright © 2020-2025 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/network.c b/backend/network.c index f7205c3f44..dac4ade659 100644 --- a/backend/network.c +++ b/backend/network.c @@ -1,7 +1,7 @@ /* * Common backend network APIs for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 aa5e694734..7e8094a5d9 100644 --- a/backend/pseudo +++ b/backend/pseudo @@ -2,7 +2,7 @@ # # Psuedo-backend for CUPS testing purposes. # -# Copyright © 2020-2025 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 50094fe638..79681c8902 100644 --- a/backend/runloop.c +++ b/backend/runloop.c @@ -1,7 +1,7 @@ /* * Common run loop APIs for CUPS backends. * - * Copyright © 2020-2025 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/snmp-supplies.c b/backend/snmp-supplies.c index 45d7cb22ba..7dd8e229d2 100644 --- a/backend/snmp-supplies.c +++ b/backend/snmp-supplies.c @@ -1,7 +1,7 @@ /* * SNMP supplies functions for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 7aa2241dc6..1e7f0005b0 100644 --- a/backend/snmp.c +++ b/backend/snmp.c @@ -1,7 +1,7 @@ /* * SNMP discovery backend for CUPS. * - * Copyright © 2020-2025 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 1e87403349..2186a2ba1a 100644 --- a/backend/socket.c +++ b/backend/socket.c @@ -1,7 +1,7 @@ /* * AppSocket backend for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 d6f376bcc1..2d58450eae 100644 --- a/backend/test1284.c +++ b/backend/test1284.c @@ -1,7 +1,7 @@ /* * IEEE-1284 support functions test program for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 8341bfbe98..4011963c35 100644 --- a/backend/testbackend.c +++ b/backend/testbackend.c @@ -1,7 +1,7 @@ /* * Backend test program for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 0a016949d2..105dce0993 100644 --- a/backend/testsupplies.c +++ b/backend/testsupplies.c @@ -1,7 +1,7 @@ /* * SNMP supplies test program for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 3db4c3bc3c..5040c604e4 100644 --- a/backend/usb-darwin.c +++ b/backend/usb-darwin.c @@ -1,7 +1,7 @@ /* * USB backend for macOS. * - * Copyright © 2022-2025 by OpenPrinting. + * 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 1b02735c78..4fbb0b6020 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -1,7 +1,7 @@ /* * LIBUSB interface code for CUPS. * - * Copyright © 2020-2025 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 7c5b67bda9..c2cfce2667 100644 --- a/backend/usb-unix.c +++ b/backend/usb-unix.c @@ -3,7 +3,7 @@ * * This file is included from "usb.c" when compiled on UNIX/Linux. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 582a13952c..253cc53571 100644 --- a/backend/usb.c +++ b/backend/usb.c @@ -1,7 +1,7 @@ /* * USB printer backend for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 0cdd59bae6..aed0e6a710 100644 --- a/berkeley/Makefile +++ b/berkeley/Makefile @@ -1,7 +1,7 @@ # # Berkeley commands makefile for CUPS. # -# Copyright © 2020-2025 by OpenPrinting. +# 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 424c71fce7..e81f166a83 100644 --- a/berkeley/lpc.c +++ b/berkeley/lpc.c @@ -1,7 +1,7 @@ /* * "lpc" command for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 acd322897b..b47f99cb4b 100644 --- a/berkeley/lpq.c +++ b/berkeley/lpq.c @@ -1,7 +1,7 @@ /* * "lpq" command for CUPS. * - * Copyright © 2020-2025 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 ac177906be..287e5e2f4f 100644 --- a/berkeley/lpr.c +++ b/berkeley/lpr.c @@ -1,7 +1,7 @@ /* * "lpr" command for CUPS. * - * Copyright © 2020-2025 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 120fd6e97a..d1ba53acb8 100644 --- a/berkeley/lprm.c +++ b/berkeley/lprm.c @@ -1,7 +1,7 @@ /* * "lprm" command for CUPS. * - * Copyright © 2020-2025 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 b556389844..f438f78f8d 100644 --- a/cgi-bin/Makefile +++ b/cgi-bin/Makefile @@ -1,7 +1,7 @@ # # CGI makefile for CUPS. # -# Copyright © 2020-2025 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/admin.c b/cgi-bin/admin.c index f273faadfe..0032fbd5aa 100644 --- a/cgi-bin/admin.c +++ b/cgi-bin/admin.c @@ -1,7 +1,7 @@ /* * Administration CGI for CUPS. * - * Copyright © 2021-2025 by OpenPrinting + * Copyright © 2021-2024 by OpenPrinting * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/cgi-bin/cgi-private.h b/cgi-bin/cgi-private.h index a906462839..ffc798f627 100644 --- a/cgi-bin/cgi-private.h +++ b/cgi-bin/cgi-private.h @@ -1,7 +1,7 @@ /* * Private CGI definitions for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 e1321110c8..0f97727789 100644 --- a/cgi-bin/cgi.h +++ b/cgi-bin/cgi.h @@ -1,7 +1,7 @@ /* * CGI support library definitions for CUPS. * - * Copyright © 2020-2025 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/classes.c b/cgi-bin/classes.c index 549b2bcba4..eb83a920d6 100644 --- a/cgi-bin/classes.c +++ b/cgi-bin/classes.c @@ -1,7 +1,7 @@ /* * Class status CGI for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 14c5f90093..9dbc23cb7b 100644 --- a/cgi-bin/help-index.c +++ b/cgi-bin/help-index.c @@ -1,7 +1,7 @@ /* * Online help index routines for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 e9277a0d09..21c07bd395 100644 --- a/cgi-bin/help-index.h +++ b/cgi-bin/help-index.h @@ -1,7 +1,7 @@ /* * Online help index definitions for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 145480de2d..4b18f0dbdf 100644 --- a/cgi-bin/help.c +++ b/cgi-bin/help.c @@ -1,7 +1,7 @@ /* * Online help CGI for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 a9787a6834..41d7b09daa 100644 --- a/cgi-bin/html.c +++ b/cgi-bin/html.c @@ -1,7 +1,7 @@ /* * HTML support functions for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 676001525e..0f00a75118 100644 --- a/cgi-bin/ipp-var.c +++ b/cgi-bin/ipp-var.c @@ -1,7 +1,7 @@ /* * CGI <-> IPP variable routines for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 66c938c50f..66a4f81a2a 100644 --- a/cgi-bin/jobs.c +++ b/cgi-bin/jobs.c @@ -1,7 +1,7 @@ /* * Job status CGI for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 b921ddb76d..b20c0a9ff2 100644 --- a/cgi-bin/printers.c +++ b/cgi-bin/printers.c @@ -1,7 +1,7 @@ /* * Printer status CGI for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 b96bf9f066..106d15406b 100644 --- a/cgi-bin/search.c +++ b/cgi-bin/search.c @@ -1,7 +1,7 @@ /* * Search routines for CUPS. * - * Copyright © 2020-2025 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/template.c b/cgi-bin/template.c index 47b1306899..931e660ce4 100644 --- a/cgi-bin/template.c +++ b/cgi-bin/template.c @@ -1,7 +1,7 @@ /* * CGI template function. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 c0dc5b97c1..836a237c53 100644 --- a/cgi-bin/testcgi.c +++ b/cgi-bin/testcgi.c @@ -1,7 +1,7 @@ /* * CGI test program for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 3802ec6b34..61afae422b 100644 --- a/cgi-bin/testhi.c +++ b/cgi-bin/testhi.c @@ -1,7 +1,7 @@ /* * Help index test program for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 28fe2767de..a68a4b7595 100644 --- a/cgi-bin/testtemplate.c +++ b/cgi-bin/testtemplate.c @@ -1,7 +1,7 @@ /* * CGI template test program for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 59c8d961c9..fdc6fa7b57 100644 --- a/cgi-bin/var.c +++ b/cgi-bin/var.c @@ -1,7 +1,7 @@ /* * CGI form variable and array functions for CUPS. * - * Copyright © 2020-2025 by OpenPrinting. + * 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 7a2514300f..62aa0c6fd2 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -1,7 +1,7 @@ # # Configuration file makefile for CUPS. # -# Copyright © 2020-2025 by OpenPrinting. +# 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 6466deb83f..91f36e0f6f 100644 --- a/conf/mime.convs.in +++ b/conf/mime.convs.in @@ -5,7 +5,7 @@ # # Base MIME conversions file for CUPS. # -# Copyright © 2020-2025 by OpenPrinting. +# 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 58e7ca8035..62c4889d4a 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -5,7 +5,7 @@ # VERSIONS OF CUPS. Instead, create a "local.types" file that # reflects your local configuration changes. # -# Copyright © 2020-2025 by OpenPrinting. +# 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 45dd353491..572382987a 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 © 2020-2025 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 34e08b0435..9180546466 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 © 2020-2025 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 999a8849de..c9608c5bdb 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 © 2020-2025 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 3fe9775c3a..032707b991 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 © 2020-2025 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 09ebb936a3..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 © 2020-2025 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 41ab20bbba..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 © 2020-2025 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 b882f37442..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 © 2020-2025 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 d7733104b3..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 © 2020-2025 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 7969659df5..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 © 2020-2025 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 c7e432cd6b..c3c699b282 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 © 2020-2025 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 19eb4b337f..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 © 2020-2025 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 da7f1796fc..f4d6ecbd95 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 © 2020-2025 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 ca6b69db04..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 © 2020-2025 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 d1e69aa3b5..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 © 2020-2025 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 6171a15ecc..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 © 2020-2025 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 e0286daf19..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 © 2020-2025 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.h.in b/config.h.in index a83266442d..5731867913 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * Configuration file for CUPS. * - * Copyright © 2020-2025 by OpenPrinting + * Copyright © 2020-2024 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * diff --git a/configure.ac b/configure.ac index 4c622607b1..fe2e252e4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl Configuration script for CUPS. dnl -dnl Copyright © 2020-2025 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 aacac6f481..5d850a667a 100755 --- a/cups-config.in +++ b/cups-config.in @@ -2,7 +2,7 @@ # # CUPS configuration utility. # -# Copyright © 2020-2025 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 0eaa7e59b0..56f17f8cff 100644 --- a/cups.pc.in +++ b/cups.pc.in @@ -1,7 +1,7 @@ # # CUPS pkg-config file # -# Copyright © 2020-2025 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 6f21cd06c7..af187500c0 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -1,7 +1,7 @@ # # Library Makefile for CUPS. # -# Copyright © 2022-2025 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 ad2262ff9c..448164a366 100644 --- a/cups/adminutil.c +++ b/cups/adminutil.c @@ -1,7 +1,7 @@ /* * Administration utility API definitions for CUPS. * - * Copyright © 2020-2025 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 ce0783ab8d..028acf8864 100644 --- a/cups/adminutil.h +++ b/cups/adminutil.h @@ -1,7 +1,7 @@ // // Administration utility API definitions for CUPS. // -// Copyright © 2020-2025 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 fed0fbcb40..8ef311dd25 100644 --- a/cups/api-admin.header +++ b/cups/api-admin.header @@ -1,7 +1,7 @@