From: Michael R Sweet Date: Mon, 1 Mar 2021 11:11:21 +0000 (-0500) Subject: Update copyrights to point to OpenPrinting instead of me personally. X-Git-Tag: v2.4b1~254 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bc4919f1e89f7dba5dc58244142c984c68211cd;p=thirdparty%2Fcups.git Update copyrights to point to OpenPrinting instead of me personally. --- diff --git a/Makefile b/Makefile index 638df2602d..50261e32e7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Top-level Makefile for CUPS. # -# Copyright © 2020 by Michael R Sweet +# Copyright © 2020 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 b922370656..5fc6b4c46c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ CUPS -Copyright © 2020-2021 by Michael R Sweet +Copyright © 2020-2021 by OpenPrinting Copyright © 2007-2019 by Apple Inc. Copyright © 1997-2007 by Easy Software Products. diff --git a/config.h.in b/config.h.in index 6343e6dd04..4807b09e46 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * Configuration file for CUPS. * - * Copyright 2020 by Michael R Sweet + * Copyright 2020 by OpenPrinting * Copyright 2007-2019 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * diff --git a/cups/http-support.c b/cups/http-support.c index a4bc079b44..33ccd4e71a 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -1,7 +1,7 @@ /* * HTTP support routines for CUPS. * - * Copyright © 2020 by Michael R Sweet + * Copyright © 2020 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/cups/snprintf.c b/cups/snprintf.c index e559ebfc4e..ff680321a0 100644 --- a/cups/snprintf.c +++ b/cups/snprintf.c @@ -1,7 +1,7 @@ /* * snprintf functions for CUPS. * - * Copyright © 2021 by Michael R Sweet + * Copyright © 2021 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 c8ec513279..0c06d3bc3c 100644 --- a/cups/testclient.c +++ b/cups/testclient.c @@ -1,7 +1,7 @@ /* * Simulated client test program for CUPS. * - * Copyright © 2020 by Michael R Sweet + * Copyright © 2020 by OpenPrinting * Copyright © 2017-2019 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more diff --git a/cups/tls-gnutls.c b/cups/tls-gnutls.c index 4850383e10..a99b27a13e 100644 --- a/cups/tls-gnutls.c +++ b/cups/tls-gnutls.c @@ -1,7 +1,7 @@ /* * TLS support code for CUPS using GNU TLS. * - * Copyright © 2020 by Michael R Sweet + * Copyright © 2020 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/man/cups-files.conf.5 b/man/cups-files.conf.5 index dab8cce71f..50e616f2ef 100644 --- a/man/cups-files.conf.5 +++ b/man/cups-files.conf.5 @@ -294,6 +294,4 @@ command is used instead. .BR subscriptions.conf (5), CUPS Online Help (http://localhost:631/help) .SH COPYRIGHT -Copyright \[co] 2020 by Michael R Sweet -.br -Copyright \[co] 2021 by OpenPrinting. +Copyright \[co] 2020-2021 by OpenPrinting. diff --git a/man/cups-lpd.8 b/man/cups-lpd.8 index 5ed5004c88..cc8ae5f7d7 100644 --- a/man/cups-lpd.8 +++ b/man/cups-lpd.8 @@ -114,5 +114,4 @@ service using the corresponding control program. CUPS Online Help (http://localhost:631/help), RFC 2569 .SH COPYRIGHT -Copyright \[co] 2020 by Michael R Sweet -Copyright \[co] 2021 by OpenPrinting. +Copyright \[co] 2020-2021 by OpenPrinting. diff --git a/man/cupsd.conf.5 b/man/cupsd.conf.5 index faccaf6288..d8942a9ed7 100644 --- a/man/cupsd.conf.5 +++ b/man/cupsd.conf.5 @@ -904,6 +904,4 @@ Require authentication for accesses from outside the 10. network: .BR subscriptions.conf (5), CUPS Online Help (http://localhost:631/help) .SH COPYRIGHT -Copyright \[co] 2020 by Michael R Sweet -.br -Copyright \[co] 2021 by OpenPrinting. +Copyright \[co] 2020-2021 by OpenPrinting. diff --git a/packaging/cups.list.in b/packaging/cups.list.in index a167a99176..0392f060b7 100644 --- a/packaging/cups.list.in +++ b/packaging/cups.list.in @@ -1,7 +1,7 @@ # # ESP Package Manager (EPM) file list for CUPS. # -# Copyright © 2020 by Michael R Sweet +# Copyright © 2020 by OpenPrinting # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products, all rights reserved. # diff --git a/packaging/cups.spec.in b/packaging/cups.spec.in index 59caee08ac..6edd2147b5 100644 --- a/packaging/cups.spec.in +++ b/packaging/cups.spec.in @@ -3,7 +3,7 @@ # # Original version by Jason McMullan . # -# Copyright © 2020 by Michael R Sweet +# Copyright © 2020 by OpenPrinting # Copyright © 2007-2019 by Apple Inc. # Copyright © 1999-2007 by Easy Software Products, all rights reserved. # diff --git a/scheduler/Makefile b/scheduler/Makefile index c67b63c1b0..138f174add 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -1,7 +1,7 @@ # # Scheduler Makefile for CUPS. # -# Copyright © 2020 by Michael R Sweet +# Copyright © 2020 by OpenPrinting # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products, all rights reserved. # diff --git a/scheduler/cupsfilter.c b/scheduler/cupsfilter.c index fdffd02603..54f6ba5b85 100644 --- a/scheduler/cupsfilter.c +++ b/scheduler/cupsfilter.c @@ -1,7 +1,7 @@ /* * Filtering program for CUPS. * - * Copyright © 2021 by Michael R Sweet + * Copyright © 2021 by OpenPrinting * Copyright © 2007-2016 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products, all rights reserved. * diff --git a/scheduler/ipp.c b/scheduler/ipp.c index 00ab92976d..0167f4ed80 100644 --- a/scheduler/ipp.c +++ b/scheduler/ipp.c @@ -1,7 +1,7 @@ /* * IPP routines for the CUPS scheduler. * - * Copyright © 2020 by Michael R Sweet + * Copyright © 2020 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/scheduler/printers.c b/scheduler/printers.c index 7e9a9f265c..41a2e610fb 100644 --- a/scheduler/printers.c +++ b/scheduler/printers.c @@ -1,7 +1,7 @@ /* * Printer routines for the CUPS scheduler. * - * Copyright © 2020 by Michael R Sweet + * Copyright © 2020 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 8efc6c1437..835c6906bc 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -3,7 +3,7 @@ # Perform the complete set of IPP compliance tests specified in the # CUPS Software Test Plan. # -# Copyright © 2020-2021 by Michael R Sweet +# Copyright © 2020-2021 by OpenPrinting # Copyright © 2007-2019 by Apple Inc. # Copyright © 1997-2007 by Easy Software Products, all rights reserved. # diff --git a/vcnet/config.h b/vcnet/config.h index 51b316a50e..6705bf18ef 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -1,7 +1,7 @@ /* * Configuration file for CUPS on Windows. * - * Copyright © 2021 by Michael R Sweet + * Copyright © 2021 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * @@ -100,8 +100,8 @@ typedef unsigned long useconds_t; * Version of software... */ -#define CUPS_SVERSION "CUPS v2.3.4op1" -#define CUPS_MINIMAL "CUPS/2.3.4op1" +#define CUPS_SVERSION "CUPS v2.4rc1" +#define CUPS_MINIMAL "CUPS/2.4rc1" /* diff --git a/xcode/config.h b/xcode/config.h index 40a4b7d3bf..668fd43648 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -1,7 +1,7 @@ /* * Configuration file for CUPS and Xcode. * - * Copyright © 2021 by Michael R Sweet + * Copyright © 2021 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * @@ -19,8 +19,8 @@ * Version of software... */ -#define CUPS_SVERSION "CUPS v2.3.4op1" -#define CUPS_MINIMAL "CUPS/2.3.4op1" +#define CUPS_SVERSION "CUPS v2.4rc1" +#define CUPS_MINIMAL "CUPS/2.4rc1" /*