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