From: Michael R Sweet Date: Fri, 10 Nov 2017 20:31:06 +0000 (-0500) Subject: Remove old GPL stuff. X-Git-Tag: v2.3b1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd5cb66598e60676f4609b5118ff3bb5abf6bb32;p=thirdparty%2Fcups.git Remove old GPL stuff. --- diff --git a/cups/ppd.c b/cups/ppd.c index abf6738dbe..68db74e010 100644 --- a/cups/ppd.c +++ b/cups/ppd.c @@ -4,16 +4,10 @@ * Copyright 2007-2017 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * - * Licensed under Apache License v2.0. See the file "LICENSE" for more information. + * Licensed under Apache License v2.0. See the file "LICENSE" for more + * information. * * PostScript is a trademark of Adobe Systems, Inc. - * - * This code and any derivative of it may be used and distributed - * freely under the terms of the GNU General Public License when - * used with GNU Ghostscript or its derivatives. Use of the code - * (or any derivative of it) with software other than GNU - * GhostScript (or its derivatives) is governed by the CUPS license - * agreement. */ /* diff --git a/cups/ppd.h b/cups/ppd.h index e0dc520553..e5c04ed601 100644 --- a/cups/ppd.h +++ b/cups/ppd.h @@ -8,16 +8,10 @@ * Copyright 2007-2015 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * - * Licensed under Apache License v2.0. See the file "LICENSE" for more information. + * Licensed under Apache License v2.0. See the file "LICENSE" for more + * information. * * PostScript is a trademark of Adobe Systems, Inc. - * - * This code and any derivative of it may be used and distributed - * freely under the terms of the GNU General Public License when - * used with GNU Ghostscript or its derivatives. Use of the code - * (or any derivative of it) with software other than GNU - * GhostScript (or its derivatives) is governed by the CUPS license - * agreement. */ #ifndef _CUPS_PPD_H_