summaryrefslogtreecommitdiff
path: root/filter
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 /filter
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'filter')
-rw-r--r--filter/Makefile25
-rw-r--r--filter/api-raster.header2
-rw-r--r--filter/api-raster.shtml2
-rw-r--r--filter/commandtops.c7
-rw-r--r--filter/common.c7
-rw-r--r--filter/common.h25
-rw-r--r--filter/error.c7
-rw-r--r--filter/gziptoany.c7
-rw-r--r--filter/interpret.c7
-rw-r--r--filter/postscript-driver.header2
-rw-r--r--filter/ppd-compiler.header2
-rw-r--r--filter/pstops.c7
-rw-r--r--filter/raster-driver.header2
-rw-r--r--filter/raster.c7
-rw-r--r--filter/rasterbench.c7
-rw-r--r--filter/rastertoepson.c7
-rw-r--r--filter/rastertohp.c7
-rw-r--r--filter/rastertolabel.c7
-rw-r--r--filter/spec-ppd.header2
-rw-r--r--filter/testraster.c7
20 files changed, 18 insertions, 128 deletions
diff --git a/filter/Makefile b/filter/Makefile
index ab22a5ddd..09fe5559a 100644
--- a/filter/Makefile
+++ b/filter/Makefile
@@ -1,18 +1,16 @@
#
-# "$Id$"
+# Filter makefile for CUPS.
#
-# Filter makefile for CUPS.
+# Copyright 2007-2012 by Apple Inc.
+# Copyright 1997-2006 by Easy Software Products.
#
-# Copyright 2007-2012 by Apple Inc.
-# Copyright 1997-2006 by Easy Software Products.
+# 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/".
-#
-# This file is subject to the Apple OS-Developed Software exception.
+# This file is subject to the Apple OS-Developed Software exception.
#
include ../Makedefs
@@ -401,8 +399,3 @@ rasterbench: rasterbench.o libcupsimage.a
#
include Dependencies
-
-
-#
-# End of "$Id$".
-#
diff --git a/filter/api-raster.header b/filter/api-raster.header
index 42c11d1ed..31b87b156 100644
--- a/filter/api-raster.header
+++ b/filter/api-raster.header
@@ -1,6 +1,4 @@
<!--
- "$Id$"
-
Raster API documentation for CUPS.
Copyright 2008-2010 by Apple Inc.
diff --git a/filter/api-raster.shtml b/filter/api-raster.shtml
index cb137d525..7d6b8517b 100644
--- a/filter/api-raster.shtml
+++ b/filter/api-raster.shtml
@@ -1,6 +1,4 @@
<!--
- "$Id$"
-
Raster API introduction for CUPS.
Copyright 2007-2013 by Apple Inc.
diff --git a/filter/commandtops.c b/filter/commandtops.c
index 3f7691565..65dcd3571 100644
--- a/filter/commandtops.c
+++ b/filter/commandtops.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* PostScript command filter for CUPS.
*
* Copyright 2008-2014 by Apple Inc.
@@ -518,8 +516,3 @@ report_levels(ppd_file_t *ppd, /* I - PPD file */
end_ps(ppd);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/common.c b/filter/common.c
index 3d45a2037..bed4a53af 100644
--- a/filter/common.c
+++ b/filter/common.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Common filter routines for CUPS.
*
* Copyright 2007-2014 by Apple Inc.
@@ -517,8 +515,3 @@ WriteTextComment(const char *name, /* I - Comment name ("Title", etc.) */
puts(")");
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/common.h b/filter/common.h
index bbaf99eed..0dcb289f7 100644
--- a/filter/common.h
+++ b/filter/common.h
@@ -1,18 +1,16 @@
/*
- * "$Id$"
+ * Common filter definitions for CUPS.
*
- * Common filter definitions for CUPS.
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
*
- * Copyright 2007-2010 by Apple Inc.
- * Copyright 1997-2006 by Easy Software Products.
+ * 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/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * This file is subject to the Apple OS-Developed Software exception.
*/
/*
@@ -71,8 +69,3 @@ extern void WriteTextComment(const char *name, const char *value);
#ifdef __cplusplus
}
#endif /* __cplusplus */
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/error.c b/filter/error.c
index 96be93d11..47cc539e2 100644
--- a/filter/error.c
+++ b/filter/error.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Raster error handling for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -272,8 +270,3 @@ get_error_buffer(void)
return (&buf);
}
#endif /* HAVE_PTHREAD_H */
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/gziptoany.c b/filter/gziptoany.c
index 9adc376fa..b3f5dffc2 100644
--- a/filter/gziptoany.c
+++ b/filter/gziptoany.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* GZIP/raw pre-filter for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -109,8 +107,3 @@ main(int argc, /* I - Number of command-line arguments */
return (0);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/interpret.c b/filter/interpret.c
index b38d4eae1..932d78df9 100644
--- a/filter/interpret.c
+++ b/filter/interpret.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* PPD command interpreter for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -1725,8 +1723,3 @@ DEBUG_stack(const char *prefix, /* I - Prefix string */
DEBUG_object(prefix, obj);
}
#endif /* DEBUG */
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/postscript-driver.header b/filter/postscript-driver.header
index 08e4c175b..375c2291f 100644
--- a/filter/postscript-driver.header
+++ b/filter/postscript-driver.header
@@ -1,6 +1,4 @@
<!--
- "$Id$"
-
PostScript printer driver documentation for CUPS.
Copyright 2007-2012 by Apple Inc.
diff --git a/filter/ppd-compiler.header b/filter/ppd-compiler.header
index 2caf3aecd..72487544d 100644
--- a/filter/ppd-compiler.header
+++ b/filter/ppd-compiler.header
@@ -1,6 +1,4 @@
<!--
- "$Id$"
-
PPD compiler documentation for CUPS.
Copyright 2007-2012 by Apple Inc.
diff --git a/filter/pstops.c b/filter/pstops.c
index 379740e48..e9b443893 100644
--- a/filter/pstops.c
+++ b/filter/pstops.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* PostScript filter for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -3402,8 +3400,3 @@ write_options(
doc_puts(doc, "userdict/setpagedevice{pop}bind put\n");
}
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/raster-driver.header b/filter/raster-driver.header
index b15c50d99..05aec3457 100644
--- a/filter/raster-driver.header
+++ b/filter/raster-driver.header
@@ -1,6 +1,4 @@
<!--
- "$Id$"
-
Raster printer driver documentation for CUPS.
Copyright 2007-2012 by Apple Inc.
diff --git a/filter/raster.c b/filter/raster.c
index e41358270..4b83cc2b8 100644
--- a/filter/raster.c
+++ b/filter/raster.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Raster file routines for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -1799,8 +1797,3 @@ cups_write_fd(void *ctx, /* I - File descriptor pointer */
return (count);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/rasterbench.c b/filter/rasterbench.c
index 96eb3255f..010fd9dd3 100644
--- a/filter/rasterbench.c
+++ b/filter/rasterbench.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Raster benchmark program for CUPS.
*
* Copyright 2007-2016 by Apple Inc.
@@ -342,8 +340,3 @@ write_test(int fd, /* I - File descriptor to write to */
cupsRasterClose(r);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/rastertoepson.c b/filter/rastertoepson.c
index a59e435e8..74dc61c58 100644
--- a/filter/rastertoepson.c
+++ b/filter/rastertoepson.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* EPSON ESC/P and ESC/P2 filter for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -1171,8 +1169,3 @@ main(int argc, /* I - Number of command-line arguments */
else
return (0);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/rastertohp.c b/filter/rastertohp.c
index 97866c4dd..2994b803e 100644
--- a/filter/rastertohp.c
+++ b/filter/rastertohp.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Hewlett-Packard Page Control Language filter for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -844,8 +842,3 @@ main(int argc, /* I - Number of command-line arguments */
else
return (0);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c
index 7edef8f64..a082831a3 100644
--- a/filter/rastertolabel.c
+++ b/filter/rastertolabel.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Label printer filter for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -1278,8 +1276,3 @@ main(int argc, /* I - Number of command-line arguments */
else
return (0);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/filter/spec-ppd.header b/filter/spec-ppd.header
index 40433aa55..e7e1ab72a 100644
--- a/filter/spec-ppd.header
+++ b/filter/spec-ppd.header
@@ -1,6 +1,4 @@
<!--
- "$Id$"
-
PPD extension documentation for CUPS.
Copyright 2007-2011 by Apple Inc.
diff --git a/filter/testraster.c b/filter/testraster.c
index 1382f0b7f..9c3f76508 100644
--- a/filter/testraster.c
+++ b/filter/testraster.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Raster test program routines for CUPS.
*
* Copyright 2007-2016 by Apple Inc.
@@ -1064,8 +1062,3 @@ print_changes(
header->cupsPageSizeName,
expected->cupsPageSizeName);
}
-
-
-/*
- * End of "$Id$".
- */