summaryrefslogtreecommitdiff
path: root/cups/ppd.h
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
commit503b54c9302c8de6207e079a80a89a787eb612ea (patch)
treeecd089feea134385d580d6e5a2af147ddb47be64 /cups/ppd.h
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'cups/ppd.h')
-rw-r--r--cups/ppd.h44
1 files changed, 19 insertions, 25 deletions
diff --git a/cups/ppd.h b/cups/ppd.h
index c5989835d..a95dac17f 100644
--- a/cups/ppd.h
+++ b/cups/ppd.h
@@ -1,31 +1,29 @@
/*
- * "$Id$"
+ * PostScript Printer Description definitions for CUPS.
*
- * PostScript Printer Description definitions for CUPS.
+ * THESE APIS ARE DEPRECATED. TO COMPILE WITHOUT WARNINGS ADD
+ * -D_PPD_DEPRECATED="" TO YOUR COMPILE OPTIONS. THIS HEADER AND THESE
+ * FUNCTIONS WILL BE REMOVED IN A FUTURE RELEASE OF CUPS.
*
- * THESE APIS ARE DEPRECATED. TO COMPILE WITHOUT WARNINGS ADD
- * -D_PPD_DEPRECATED="" TO YOUR COMPILE OPTIONS. THIS HEADER AND THESE
- * FUNCTIONS WILL BE REMOVED IN A FUTURE RELEASE OF CUPS.
+ * Copyright 2007-2015 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
- * Copyright 2007-2015 by Apple Inc.
- * Copyright 1997-2007 by Easy Software Products, all rights reserved.
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law. Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file. If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law. Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file. If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
+ * PostScript is a trademark of Adobe Systems, Inc.
*
- * 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.
*
- * 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.
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * This file is subject to the Apple OS-Developed Software exception.
*/
#ifndef _CUPS_PPD_H_
@@ -482,7 +480,3 @@ extern int ppdPageSizeLimits(ppd_file_t *ppd,
}
# endif /* __cplusplus */
#endif /* !_CUPS_PPD_H_ */
-
-/*
- * End of "$Id$".
- */