summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-23 00:14:22 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-23 00:14:22 +0000
commitc07d5b2daf136da7af01c48ff78135d06d2762fc (patch)
tree6e8daba579b203431913c7ded30a9730155a80a8 /cups
parented4869111296da3b8514751fab9dffaa3146cb87 (diff)
downloadcups-c07d5b2daf136da7af01c48ff78135d06d2762fc.tar.gz
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@183 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups')
-rw-r--r--cups/Makefile4
-rw-r--r--cups/adminutil.c4
-rw-r--r--cups/adminutil.h4
-rw-r--r--cups/api-array.shtml2
-rw-r--r--cups/api-cups.shtml2
-rw-r--r--cups/api-filedir.shtml2
-rw-r--r--cups/api-filter.shtml2
-rw-r--r--cups/api-httpipp.shtml2
-rw-r--r--cups/api-ppd.shtml2
-rw-r--r--cups/array.c4
-rw-r--r--cups/array.h4
-rw-r--r--cups/attr.c4
-rw-r--r--cups/auth.c4
-rw-r--r--cups/backchannel.c4
-rw-r--r--cups/backend.c4
-rw-r--r--cups/backend.h4
-rw-r--r--cups/cups.h4
-rw-r--r--cups/custom.c4
-rw-r--r--cups/debug.h4
-rw-r--r--cups/dest.c4
-rw-r--r--cups/dir.c4
-rw-r--r--cups/dir.h4
-rw-r--r--cups/emit.c4
-rw-r--r--cups/encode.c4
-rw-r--r--cups/file.c4
-rw-r--r--cups/file.h4
-rw-r--r--cups/getifaddrs.c4
-rw-r--r--cups/getputfile.c4
-rw-r--r--cups/globals.c4
-rw-r--r--cups/globals.h4
-rw-r--r--cups/http-addr.c4
-rw-r--r--cups/http-addrlist.c4
-rw-r--r--cups/http-private.h4
-rw-r--r--cups/http-support.c4
-rw-r--r--cups/http.c4
-rw-r--r--cups/http.h4
-rw-r--r--cups/i18n.h4
-rw-r--r--cups/ipp-private.h4
-rw-r--r--cups/ipp-support.c4
-rw-r--r--cups/ipp.c4
-rw-r--r--cups/ipp.h4
-rw-r--r--cups/langprintf.c4
-rw-r--r--cups/language.c4
-rw-r--r--cups/language.h4
-rw-r--r--cups/localize.c4
-rw-r--r--cups/mark.c4
-rw-r--r--cups/md5-apple.h4
-rw-r--r--cups/md5.c2
-rw-r--r--cups/md5.h2
-rw-r--r--cups/md5passwd.c4
-rw-r--r--cups/notify.c4
-rw-r--r--cups/options.c4
-rw-r--r--cups/page.c4
-rw-r--r--cups/ppd.c4
-rw-r--r--cups/ppd.h4
-rw-r--r--cups/request.c4
-rw-r--r--cups/snprintf.c4
-rw-r--r--cups/string.c4
-rw-r--r--cups/string.h4
-rw-r--r--cups/tempfile.c4
-rw-r--r--cups/test.ppd4
-rw-r--r--cups/testadmin.c4
-rw-r--r--cups/testarray.c4
-rw-r--r--cups/testfile.c4
-rw-r--r--cups/testhttp.c4
-rw-r--r--cups/testi18n.c4
-rw-r--r--cups/testipp.c4
-rw-r--r--cups/testlang.c4
-rw-r--r--cups/testppd.c4
-rw-r--r--cups/transcode.c4
-rw-r--r--cups/transcode.h4
-rw-r--r--cups/usersys.c4
-rw-r--r--cups/util.c4
73 files changed, 138 insertions, 138 deletions
diff --git a/cups/Makefile b/cups/Makefile
index 648798688..2f7955e97 100644
--- a/cups/Makefile
+++ b/cups/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id$"
+# "$Id: Makefile 181 2006-06-22 20:01:18Z jlovell $"
#
# API library Makefile for the Common UNIX Printing System (CUPS).
#
@@ -449,5 +449,5 @@ include Dependencies
#
-# End of "$Id$".
+# End of "$Id: Makefile 181 2006-06-22 20:01:18Z jlovell $".
#
diff --git a/cups/adminutil.c b/cups/adminutil.c
index 4702dd630..185b90d1d 100644
--- a/cups/adminutil.c
+++ b/cups/adminutil.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: adminutil.c 181 2006-06-22 20:01:18Z jlovell $"
*
* Administration utility API definitions for the Common UNIX Printing
* System (CUPS).
@@ -1928,5 +1928,5 @@ write_option(cups_file_t *dstfp, /* I - PPD file */
/*
- * End of "$Id$".
+ * End of "$Id: adminutil.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/adminutil.h b/cups/adminutil.h
index 6d755c63a..5752e33f6 100644
--- a/cups/adminutil.h
+++ b/cups/adminutil.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: adminutil.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Administration utility API definitions for the Common UNIX Printing
* System (CUPS).
@@ -85,5 +85,5 @@ extern int _cupsAdminSetServerSettings(http_t *http,
#endif /* !_CUPS_ADMINUTIL_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: adminutil.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/api-array.shtml b/cups/api-array.shtml
index 32c4d8d12..7894029e9 100644
--- a/cups/api-array.shtml
+++ b/cups/api-array.shtml
@@ -1,5 +1,5 @@
<!--
- "$Id$"
+ "$Id: api-array.shtml 177 2006-06-21 00:20:03Z jlovell $"
Array API introduction for the Common UNIX Printing System (CUPS).
diff --git a/cups/api-cups.shtml b/cups/api-cups.shtml
index 99732b8bd..c35dd141c 100644
--- a/cups/api-cups.shtml
+++ b/cups/api-cups.shtml
@@ -1,5 +1,5 @@
<!--
- "$Id$"
+ "$Id: api-cups.shtml 177 2006-06-21 00:20:03Z jlovell $"
CUPS API introduction for the Common UNIX Printing System (CUPS).
diff --git a/cups/api-filedir.shtml b/cups/api-filedir.shtml
index d321cc604..32ea7b8cb 100644
--- a/cups/api-filedir.shtml
+++ b/cups/api-filedir.shtml
@@ -1,5 +1,5 @@
<!--
- "$Id$"
+ "$Id: api-filedir.shtml 177 2006-06-21 00:20:03Z jlovell $"
File and directory API introduction for the Common UNIX Printing System (CUPS).
diff --git a/cups/api-filter.shtml b/cups/api-filter.shtml
index b098b0e58..16361025f 100644
--- a/cups/api-filter.shtml
+++ b/cups/api-filter.shtml
@@ -1,5 +1,5 @@
<!--
- "$Id$"
+ "$Id: api-filter.shtml 177 2006-06-21 00:20:03Z jlovell $"
Filter and backend API introduction for the Common UNIX Printing System (CUPS).
diff --git a/cups/api-httpipp.shtml b/cups/api-httpipp.shtml
index b318e93e2..7acd6b649 100644
--- a/cups/api-httpipp.shtml
+++ b/cups/api-httpipp.shtml
@@ -1,5 +1,5 @@
<!--
- "$Id$"
+ "$Id: api-httpipp.shtml 177 2006-06-21 00:20:03Z jlovell $"
HTTP and IPP API introduction for the Common UNIX Printing System (CUPS).
diff --git a/cups/api-ppd.shtml b/cups/api-ppd.shtml
index 1206ec879..0d5782ca3 100644
--- a/cups/api-ppd.shtml
+++ b/cups/api-ppd.shtml
@@ -1,5 +1,5 @@
<!--
- "$Id$"
+ "$Id: api-ppd.shtml 177 2006-06-21 00:20:03Z jlovell $"
PPD API introduction for the Common UNIX Printing System (CUPS).
diff --git a/cups/array.c b/cups/array.c
index 674a4b4d4..9bc1083ab 100644
--- a/cups/array.c
+++ b/cups/array.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: array.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Sorted array routines for the Common UNIX Printing System (CUPS).
*
@@ -962,5 +962,5 @@ cups_array_find(cups_array_t *a, /* I - Array */
/*
- * End of "$Id$".
+ * End of "$Id: array.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/array.h b/cups/array.h
index 9919656fe..bda13c59e 100644
--- a/cups/array.h
+++ b/cups/array.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: array.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Sorted array definitions for the Common UNIX Printing System (CUPS).
*
@@ -81,5 +81,5 @@ extern void *cupsArrayUserData(cups_array_t *a);
#endif /* !_CUPS_ARRAY_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: array.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/attr.c b/cups/attr.c
index 9f7f7bdb3..76deb6ad3 100644
--- a/cups/attr.c
+++ b/cups/attr.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: attr.c 177 2006-06-21 00:20:03Z jlovell $"
*
* PPD model-specific attribute routines for the Common UNIX Printing System
* (CUPS).
@@ -129,5 +129,5 @@ ppdFindNextAttr(ppd_file_t *ppd, /* I - PPD file data */
/*
- * End of "$Id$".
+ * End of "$Id: attr.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/auth.c b/cups/auth.c
index 9e2cc642a..dbdac494a 100644
--- a/cups/auth.c
+++ b/cups/auth.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: auth.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Authentication functions for the Common UNIX Printing System (CUPS).
*
@@ -249,5 +249,5 @@ cups_local_auth(http_t *http) /* I - HTTP connection to server */
/*
- * End of "$Id$".
+ * End of "$Id: auth.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/backchannel.c b/cups/backchannel.c
index 8ce560bca..98d660698 100644
--- a/cups/backchannel.c
+++ b/cups/backchannel.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: backchannel.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Backchannel functions for the Common UNIX Printing System (CUPS).
*
@@ -197,5 +197,5 @@ cups_setup(fd_set *set, /* I - Set for select() */
/*
- * End of "$Id$".
+ * End of "$Id: backchannel.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/backend.c b/cups/backend.c
index f846a2a3a..2d3ef9c17 100644
--- a/cups/backend.c
+++ b/cups/backend.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: backend.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Backend functions for the Common UNIX Printing System (CUPS).
*
@@ -63,5 +63,5 @@ cupsBackendDeviceURI(char **argv) /* I - Command-line arguments */
/*
- * End of "$Id$".
+ * End of "$Id: backend.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/backend.h b/cups/backend.h
index e9bd2d04b..f35d98c76 100644
--- a/cups/backend.h
+++ b/cups/backend.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: backend.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Backend definitions for the Common UNIX Printing System (CUPS).
*
@@ -53,5 +53,5 @@ extern const char *cupsBackendDeviceURI(char **argv);
#endif /* !_CUPS_BACKEND_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: backend.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/cups.h b/cups/cups.h
index f503957a1..60de912ce 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: cups.h 181 2006-06-22 20:01:18Z jlovell $"
*
* API definitions for the Common UNIX Printing System (CUPS).
*
@@ -244,5 +244,5 @@ extern cups_file_t *cupsTempFile2(char *filename, int len);
#endif /* !_CUPS_CUPS_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: cups.h 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/custom.c b/cups/custom.c
index 78b8e3ef0..bd7d16633 100644
--- a/cups/custom.c
+++ b/cups/custom.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: custom.c 177 2006-06-21 00:20:03Z jlovell $"
*
* PPD custom option routines for the Common UNIX Printing System (CUPS).
*
@@ -123,5 +123,5 @@ ppdNextCustomParam(ppd_coption_t *opt) /* I - Custom option */
/*
- * End of "$Id$".
+ * End of "$Id: custom.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/debug.h b/cups/debug.h
index 09e305f4d..f74358041 100644
--- a/cups/debug.h
+++ b/cups/debug.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: debug.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Debugging macros for the Common UNIX Printing System (CUPS).
*
@@ -55,5 +55,5 @@
#endif /* !_CUPS_DEBUG_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: debug.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/dest.c b/cups/dest.c
index 38f1bda60..fde4b1b77 100644
--- a/cups/dest.c
+++ b/cups/dest.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: dest.c 177 2006-06-21 00:20:03Z jlovell $"
*
* User-defined destination (and option) support for the Common UNIX
* Printing System (CUPS).
@@ -1008,5 +1008,5 @@ cups_get_sdests(http_t *http, /* I - HTTP connection */
/*
- * End of "$Id$".
+ * End of "$Id: dest.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/dir.c b/cups/dir.c
index e06edea91..f74498b74 100644
--- a/cups/dir.c
+++ b/cups/dir.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: dir.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Public directory routines for the Common UNIX Printing System (CUPS).
*
@@ -433,5 +433,5 @@ cupsDirRewind(cups_dir_t *dp) /* I - Directory */
#endif /* WIN32 */
/*
- * End of "$Id$".
+ * End of "$Id: dir.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/dir.h b/cups/dir.h
index 0fd52e8f1..caa05713e 100644
--- a/cups/dir.h
+++ b/cups/dir.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: dir.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Public directory definitions for the Common UNIX Printing System (CUPS).
*
@@ -73,5 +73,5 @@ extern void cupsDirRewind(cups_dir_t *dp);
#endif /* !_CUPS_DIR_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: dir.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/emit.c b/cups/emit.c
index 32dbe13c6..31de6960b 100644
--- a/cups/emit.c
+++ b/cups/emit.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: emit.c 177 2006-06-21 00:20:03Z jlovell $"
*
* PPD code emission routines for the Common UNIX Printing System (CUPS).
*
@@ -917,5 +917,5 @@ ppd_sort(ppd_choice_t **c1, /* I - First choice */
/*
- * End of "$Id$".
+ * End of "$Id: emit.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/encode.c b/cups/encode.c
index 47a6e50dd..9c8bffc0c 100644
--- a/cups/encode.c
+++ b/cups/encode.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: encode.c 181 2006-06-22 20:01:18Z jlovell $"
*
* Option encoding routines for the Common UNIX Printing System (CUPS).
*
@@ -561,5 +561,5 @@ compare_ipp_options(_ipp_option_t *a, /* I - First option */
/*
- * End of "$Id$".
+ * End of "$Id: encode.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/file.c b/cups/file.c
index cfb6e91b5..31fd2c233 100644
--- a/cups/file.c
+++ b/cups/file.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: file.c 177 2006-06-21 00:20:03Z jlovell $"
*
* File functions for the Common UNIX Printing System (CUPS).
*
@@ -2080,5 +2080,5 @@ cups_write(cups_file_t *fp, /* I - CUPS file */
/*
- * End of "$Id$".
+ * End of "$Id: file.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/file.h b/cups/file.h
index 17db07554..cbd2fd40d 100644
--- a/cups/file.h
+++ b/cups/file.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: file.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Public file definitions for the Common UNIX Printing System (CUPS).
*
@@ -109,5 +109,5 @@ extern ssize_t cupsFileWrite(cups_file_t *fp, const char *buf, size_t bytes);
#endif /* !_CUPS_FILE_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: file.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/getifaddrs.c b/cups/getifaddrs.c
index abecd43a1..f500c6967 100644
--- a/cups/getifaddrs.c
+++ b/cups/getifaddrs.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: getifaddrs.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Network interface functions for the Common UNIX Printing System
* (CUPS) scheduler.
@@ -272,5 +272,5 @@ _cups_freeifaddrs(struct ifaddrs *addrs)/* I - Interface list to free */
/*
- * End of "$Id$".
+ * End of "$Id: getifaddrs.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/getputfile.c b/cups/getputfile.c
index c2c8d15a3..e69b74063 100644
--- a/cups/getputfile.c
+++ b/cups/getputfile.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: getputfile.c 181 2006-06-22 20:01:18Z jlovell $"
*
* Get/put file functions for the Common UNIX Printing System (CUPS).
*
@@ -488,5 +488,5 @@ cupsPutFile(http_t *http, /* I - HTTP connection to server */
/*
- * End of "$Id$".
+ * End of "$Id: getputfile.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/globals.c b/cups/globals.c
index 0f4efd26a..c622166b7 100644
--- a/cups/globals.c
+++ b/cups/globals.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: globals.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Global variable access routines for the Common UNIX Printing System (CUPS).
*
@@ -226,5 +226,5 @@ _cupsGlobals(void)
/*
- * End of "$Id$".
+ * End of "$Id: globals.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/globals.h b/cups/globals.h
index 7c3e37aaa..8e8156816 100644
--- a/cups/globals.h
+++ b/cups/globals.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: globals.h 181 2006-06-22 20:01:18Z jlovell $"
*
* Global variable definitions for the Common UNIX Printing System (CUPS).
*
@@ -152,5 +152,5 @@ extern void _cupsSetError(ipp_status_t status, const char *message);
#endif /* !_CUPS_GLOBALS_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: globals.h 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/http-addr.c b/cups/http-addr.c
index 170558e73..08e57c625 100644
--- a/cups/http-addr.c
+++ b/cups/http-addr.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: http-addr.c 177 2006-06-21 00:20:03Z jlovell $"
*
* HTTP address routines for the Common UNIX Printing System (CUPS).
*
@@ -562,5 +562,5 @@ httpGetHostname(http_t *http, /* I - HTTP connection or NULL */
/*
- * End of "$Id$".
+ * End of "$Id: http-addr.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/http-addrlist.c b/cups/http-addrlist.c
index 2d814fbc6..b0fbb84c0 100644
--- a/cups/http-addrlist.c
+++ b/cups/http-addrlist.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: http-addrlist.c 181 2006-06-22 20:01:18Z jlovell $"
*
* HTTP address list routines for the Common UNIX Printing System (CUPS).
*
@@ -605,5 +605,5 @@ httpAddrGetList(const char *hostname, /* I - Hostname, IP address, or NULL for p
/*
- * End of "$Id$".
+ * End of "$Id: http-addrlist.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/http-private.h b/cups/http-private.h
index ee2f94851..e54d0dcec 100644
--- a/cups/http-private.h
+++ b/cups/http-private.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: http-private.h 181 2006-06-22 20:01:18Z jlovell $"
*
* Private HTTP definitions for the Common UNIX Printing System (CUPS).
*
@@ -236,5 +236,5 @@ extern void _cups_freeifaddrs(struct ifaddrs *addrs);
#endif /* !_CUPS_HTTP_PRIVATE_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: http-private.h 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/http-support.c b/cups/http-support.c
index 456800e79..674e0db2c 100644
--- a/cups/http-support.c
+++ b/cups/http-support.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: http-support.c 177 2006-06-21 00:20:03Z jlovell $"
*
* HTTP support routines for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -1316,5 +1316,5 @@ http_copy_encode(char *dst, /* O - Destination buffer */
/*
- * End of "$Id$".
+ * End of "$Id: http-support.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/http.c b/cups/http.c
index 07381616d..01706d264 100644
--- a/cups/http.c
+++ b/cups/http.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: http.c 181 2006-06-22 20:01:18Z jlovell $"
*
* HTTP routines for the Common UNIX Printing System (CUPS).
*
@@ -2801,5 +2801,5 @@ http_write_ssl(http_t *http, /* I - HTTP connection */
/*
- * End of "$Id$".
+ * End of "$Id: http.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/http.h b/cups/http.h
index 40ba98235..426da806b 100644
--- a/cups/http.h
+++ b/cups/http.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: http.h 181 2006-06-22 20:01:18Z jlovell $"
*
* Hyper-Text Transport Protocol definitions for the Common UNIX Printing
* System (CUPS).
@@ -451,5 +451,5 @@ extern ssize_t httpWrite2(http_t *http, const char *buffer,
#endif /* !_CUPS_HTTP_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: http.h 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/i18n.h b/cups/i18n.h
index 4aa743529..d3001065b 100644
--- a/cups/i18n.h
+++ b/cups/i18n.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: i18n.h 177 2006-06-21 00:20:03Z jlovell $"
*
* (Private) localization support for the Common UNIX Printing System (CUPS).
*
@@ -113,5 +113,5 @@ extern const char *_cupsMessageLookup(cups_array_t *a, const char *m);
#endif /* !_CUPS_I18N_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: i18n.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/ipp-private.h b/cups/ipp-private.h
index c5eeed4ca..25eabecbe 100644
--- a/cups/ipp-private.h
+++ b/cups/ipp-private.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: ipp-private.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Private IPP definitions for the Common UNIX Printing System (CUPS).
*
@@ -61,5 +61,5 @@ extern void _ippFreeAttr(ipp_attribute_t *);
#endif /* !_CUPS_IPP_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: ipp-private.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/ipp-support.c b/cups/ipp-support.c
index e61117577..585818fa2 100644
--- a/cups/ipp-support.c
+++ b/cups/ipp-support.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: ipp-support.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Internet Printing Protocol support functions for the Common UNIX
* Printing System (CUPS).
@@ -333,5 +333,5 @@ ippSetPort(int p) /* I - Port number to use */
/*
- * End of "$Id$".
+ * End of "$Id: ipp-support.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/ipp.c b/cups/ipp.c
index cc22e2bf5..3786b60d9 100644
--- a/cups/ipp.c
+++ b/cups/ipp.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: ipp.c 181 2006-06-22 20:01:18Z jlovell $"
*
* Internet Printing Protocol support functions for the Common UNIX
* Printing System (CUPS).
@@ -2824,5 +2824,5 @@ _ipp_free_attr(ipp_attribute_t *attr) /* I - Attribute to free */
/*
- * End of "$Id$".
+ * End of "$Id: ipp.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/ipp.h b/cups/ipp.h
index 57d43f72a..11426a3de 100644
--- a/cups/ipp.h
+++ b/cups/ipp.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: ipp.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Internet Printing Protocol definitions for the Common UNIX Printing
* System (CUPS).
@@ -497,5 +497,5 @@ extern ipp_state_t ippWriteIO(void *dst, ipp_iocb_t cb, int blocking,
#endif /* !_CUPS_IPP_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: ipp.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/langprintf.c b/cups/langprintf.c
index a1f28b6a4..f4fa589ca 100644
--- a/cups/langprintf.c
+++ b/cups/langprintf.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: langprintf.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Localized printf/puts functions for the Common UNIX Printing
* System (CUPS).
@@ -139,5 +139,5 @@ _cupsLangPuts(FILE *fp, /* I - File to write to */
/*
- * End of "$Id$".
+ * End of "$Id: langprintf.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/language.c b/cups/language.c
index 435c84bc4..0a2668225 100644
--- a/cups/language.c
+++ b/cups/language.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: language.c 177 2006-06-21 00:20:03Z jlovell $"
*
* I18N/language support for the Common UNIX Printing System (CUPS).
*
@@ -1295,5 +1295,5 @@ cups_unquote(char *d, /* O - Unquoted string */
/*
- * End of "$Id$".
+ * End of "$Id: language.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/language.h b/cups/language.h
index 011eb1882..f21a59387 100644
--- a/cups/language.h
+++ b/cups/language.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: language.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Multi-language support for the Common UNIX Printing System (CUPS).
*
@@ -119,5 +119,5 @@ extern cups_lang_t *cupsLangGet(const char *language);
#endif /* !_CUPS_LANGUAGE_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: language.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/localize.c b/cups/localize.c
index 01d5d763f..b738e4d36 100644
--- a/cups/localize.c
+++ b/cups/localize.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: localize.c 177 2006-06-21 00:20:03Z jlovell $"
*
* PPD custom option routines for the Common UNIX Printing System (CUPS).
*
@@ -185,5 +185,5 @@ ppd_text(ppd_file_t *ppd, /* I - PPD file */
/*
- * End of "$Id$".
+ * End of "$Id: localize.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/mark.c b/cups/mark.c
index 84e24c4f9..274e13745 100644
--- a/cups/mark.c
+++ b/cups/mark.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: mark.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Option marking routines for the Common UNIX Printing System (CUPS).
*
@@ -679,5 +679,5 @@ ppd_defaults(ppd_file_t *ppd, /* I - PPD file */
/*
- * End of "$Id$".
+ * End of "$Id: mark.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/md5-apple.h b/cups/md5-apple.h
index 456235150..a49912e99 100644
--- a/cups/md5-apple.h
+++ b/cups/md5-apple.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: md5-apple.h 177 2006-06-21 00:20:03Z jlovell $"
*
* MD5 MacOS X compatibility header for the Common UNIX Printing
* System (CUPS).
@@ -35,5 +35,5 @@ void md5_finish(_cups_md5_state_t *pms, unsigned char digest[16])
{ _cupsMD5Finish(pms, digest); }
/*
- * End of "$Id$".
+ * End of "$Id: md5-apple.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/md5.c b/cups/md5.c
index 5fa8c6df7..5c2b8488e 100644
--- a/cups/md5.c
+++ b/cups/md5.c
@@ -26,7 +26,7 @@
ghost@aladdin.com
*/
-/*$Id$ */
+/*$Id: md5.c 177 2006-06-21 00:20:03Z jlovell $ */
/*
Independent implementation of MD5 (RFC 1321).
diff --git a/cups/md5.h b/cups/md5.h
index 3d39b8db4..407afdb20 100644
--- a/cups/md5.h
+++ b/cups/md5.h
@@ -26,7 +26,7 @@
ghost@aladdin.com
*/
-/*$Id$ */
+/*$Id: md5.h 177 2006-06-21 00:20:03Z jlovell $ */
/*
Independent implementation of MD5 (RFC 1321).
diff --git a/cups/md5passwd.c b/cups/md5passwd.c
index 1c903a9d6..29b288b96 100644
--- a/cups/md5passwd.c
+++ b/cups/md5passwd.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: md5passwd.c 177 2006-06-21 00:20:03Z jlovell $"
*
* MD5 password support for the Common UNIX Printing System (CUPS).
*
@@ -147,5 +147,5 @@ httpMD5String(const unsigned char *sum, /* I - MD5 sum data */
/*
- * End of "$Id$".
+ * End of "$Id: md5passwd.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/notify.c b/cups/notify.c
index c9d56ca8d..cc40183f5 100644
--- a/cups/notify.c
+++ b/cups/notify.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: notify.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Notification routines for the Common UNIX Printing System (CUPS).
*
@@ -207,5 +207,5 @@ cupsNotifyText(cups_lang_t *lang, /* I - Language data */
/*
- * End of "$Id$".
+ * End of "$Id: notify.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/options.c b/cups/options.c
index 64307cbee..f90285656 100644
--- a/cups/options.c
+++ b/cups/options.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: options.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Option routines for the Common UNIX Printing System (CUPS).
*
@@ -634,5 +634,5 @@ cupsRemoveOption(
/*
- * End of "$Id$".
+ * End of "$Id: options.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/page.c b/cups/page.c
index 309515e1a..66036fc3f 100644
--- a/cups/page.c
+++ b/cups/page.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: page.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Page size functions for the Common UNIX Printing System (CUPS).
*
@@ -193,5 +193,5 @@ ppdPageLength(ppd_file_t *ppd, /* I - PPD file */
/*
- * End of "$Id$".
+ * End of "$Id: page.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/ppd.c b/cups/ppd.c
index 2bdba8557..ff68d4c77 100644
--- a/cups/ppd.c
+++ b/cups/ppd.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: ppd.c 177 2006-06-21 00:20:03Z jlovell $"
*
* PPD file routines for the Common UNIX Printing System (CUPS).
*
@@ -2938,5 +2938,5 @@ ppd_read(cups_file_t *fp, /* I - File to read from */
/*
- * End of "$Id$".
+ * End of "$Id: ppd.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/ppd.h b/cups/ppd.h
index d24db5afd..8f1e3cb93 100644
--- a/cups/ppd.h
+++ b/cups/ppd.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: ppd.h 177 2006-06-21 00:20:03Z jlovell $"
*
* PostScript Printer Description definitions for the Common UNIX Printing
* System (CUPS).
@@ -405,5 +405,5 @@ extern ppd_file_t *ppdOpen2(cups_file_t *fp);
#endif /* !_CUPS_PPD_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: ppd.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/request.c b/cups/request.c
index d2df08676..ccdfc0e42 100644
--- a/cups/request.c
+++ b/cups/request.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: request.c 177 2006-06-21 00:20:03Z jlovell $"
*
* IPP utilities for the Common UNIX Printing System (CUPS).
*
@@ -479,5 +479,5 @@ _cupsSetError(ipp_status_t status, /* I - IPP status code */
/*
- * End of "$Id$".
+ * End of "$Id: request.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/snprintf.c b/cups/snprintf.c
index efd593e73..5a3cb764b 100644
--- a/cups/snprintf.c
+++ b/cups/snprintf.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: snprintf.c 177 2006-06-21 00:20:03Z jlovell $"
*
* snprintf functions for the Common UNIX Printing System (CUPS).
*
@@ -368,6 +368,6 @@ _cups_snprintf(char *buffer, /* O - Output buffer */
/*
- * End of "$Id$".
+ * End of "$Id: snprintf.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/string.c b/cups/string.c
index e1337ac61..a7fa441a1 100644
--- a/cups/string.c
+++ b/cups/string.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: string.c 177 2006-06-21 00:20:03Z jlovell $"
*
* String functions for the Common UNIX Printing System (CUPS).
*
@@ -702,5 +702,5 @@ compare_sp_items(_cups_sp_item_t *a, /* I - First item */
/*
- * End of "$Id$".
+ * End of "$Id: string.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/string.h b/cups/string.h
index 966068a9c..76955c665 100644
--- a/cups/string.h
+++ b/cups/string.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: string.h 177 2006-06-21 00:20:03Z jlovell $"
*
* String definitions for the Common UNIX Printing System (CUPS).
*
@@ -158,5 +158,5 @@ extern double _cupsStrScand(const char *buf, char **bufptr,
#endif /* !_CUPS_STRING_H_ */
/*
- * End of "$Id$".
+ * End of "$Id: string.h 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/tempfile.c b/cups/tempfile.c
index c03a5f7c9..27c96b71b 100644
--- a/cups/tempfile.c
+++ b/cups/tempfile.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: tempfile.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Temp file utilities for the Common UNIX Printing System (CUPS).
*
@@ -236,5 +236,5 @@ cupsTempFile2(char *filename, /* I - Pointer to buffer */
/*
- * End of "$Id$".
+ * End of "$Id: tempfile.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/test.ppd b/cups/test.ppd
index c829700e3..bf3fa47eb 100644
--- a/cups/test.ppd
+++ b/cups/test.ppd
@@ -1,6 +1,6 @@
*PPD-Adobe: "4.3"
*%
-*% "$Id$"
+*% "$Id: test.ppd 177 2006-06-21 00:20:03Z jlovell $"
*%
*% Test PPD file for the Common UNIX Printing System (CUPS).
*%
@@ -185,5 +185,5 @@
*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
*Font ZapfDingbats: Special "(001.004S)" Standard ROM
*%
-*% End of "$Id$".
+*% End of "$Id: test.ppd 177 2006-06-21 00:20:03Z jlovell $".
*%
diff --git a/cups/testadmin.c b/cups/testadmin.c
index f92d256c0..4a927a892 100644
--- a/cups/testadmin.c
+++ b/cups/testadmin.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testadmin.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Admin function test program for the Common UNIX Printing System (CUPS).
*
@@ -125,5 +125,5 @@ show_settings(
/*
- * End of "$Id$".
+ * End of "$Id: testadmin.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/testarray.c b/cups/testarray.c
index 23cf69636..57d5d9d6a 100644
--- a/cups/testarray.c
+++ b/cups/testarray.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testarray.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Array test program for the Common UNIX Printing System (CUPS).
*
@@ -525,5 +525,5 @@ load_words(const char *filename, /* I - File to load */
/*
- * End of "$Id$".
+ * End of "$Id: testarray.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/testfile.c b/cups/testfile.c
index a110d2723..56f4d5a63 100644
--- a/cups/testfile.c
+++ b/cups/testfile.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testfile.c 177 2006-06-21 00:20:03Z jlovell $"
*
* File test program for the Common UNIX Printing System (CUPS).
*
@@ -444,5 +444,5 @@ read_write_tests(int compression) /* I - Use compression? */
/*
- * End of "$Id$".
+ * End of "$Id: testfile.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/testhttp.c b/cups/testhttp.c
index c6b173a82..10bb92145 100644
--- a/cups/testhttp.c
+++ b/cups/testhttp.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testhttp.c 181 2006-06-22 20:01:18Z jlovell $"
*
* HTTP test program for the Common UNIX Printing System (CUPS).
*
@@ -531,5 +531,5 @@ main(int argc, /* I - Number of command-line arguments */
/*
- * End of "$Id$".
+ * End of "$Id: testhttp.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/testi18n.c b/cups/testi18n.c
index 3a01eb15e..8628ab2c0 100644
--- a/cups/testi18n.c
+++ b/cups/testi18n.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testi18n.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Internationalization test for Common UNIX Printing System (CUPS).
*
@@ -556,5 +556,5 @@ print_utf8(const char *msg, /* I - Message String */
/*
- * End of "$Id$"
+ * End of "$Id: testi18n.c 177 2006-06-21 00:20:03Z jlovell $"
*/
diff --git a/cups/testipp.c b/cups/testipp.c
index 34de16461..f8db35d1f 100644
--- a/cups/testipp.c
+++ b/cups/testipp.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testipp.c 177 2006-06-21 00:20:03Z jlovell $"
*
* IPP test program for the Common UNIX Printing System (CUPS).
*
@@ -645,5 +645,5 @@ write_cb(void *data, /* I - Data */
/*
- * End of "$Id$".
+ * End of "$Id: testipp.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/testlang.c b/cups/testlang.c
index 068119893..9b12838d2 100644
--- a/cups/testlang.c
+++ b/cups/testlang.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testlang.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Localization test program for the Common UNIX Printing System (CUPS).
*
@@ -85,5 +85,5 @@ main(int argc, /* I - Number of command-line arguments */
/*
- * End of "$Id$".
+ * End of "$Id: testlang.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/testppd.c b/cups/testppd.c
index 4d1ee2da0..4fec1ce2d 100644
--- a/cups/testppd.c
+++ b/cups/testppd.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: testppd.c 181 2006-06-22 20:01:18Z jlovell $"
*
* PPD test program for the Common UNIX Printing System (CUPS).
*
@@ -223,5 +223,5 @@ main(int argc, /* I - Number of command-line arguments */
/*
- * End of "$Id$".
+ * End of "$Id: testppd.c 181 2006-06-22 20:01:18Z jlovell $".
*/
diff --git a/cups/transcode.c b/cups/transcode.c
index f21ab22e6..8bc4c1c02 100644
--- a/cups/transcode.c
+++ b/cups/transcode.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: transcode.c 177 2006-06-21 00:20:03Z jlovell $"
*
* Transcoding support for the Common UNIX Printing System (CUPS).
*
@@ -1585,5 +1585,5 @@ get_vbcs_charmap(
/*
- * End of "$Id$"
+ * End of "$Id: transcode.c 177 2006-06-21 00:20:03Z jlovell $"
*/
diff --git a/cups/transcode.h b/cups/transcode.h
index a8cb300b5..dd8c1d13f 100644
--- a/cups/transcode.h
+++ b/cups/transcode.h
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: transcode.h 177 2006-06-21 00:20:03Z jlovell $"
*
* Transcoding definitions for the Common UNIX Printing System (CUPS).
*
@@ -84,5 +84,5 @@ extern int cupsUTF32ToUTF8(cups_utf8_t *dest,
/*
- * End of "$Id$"
+ * End of "$Id: transcode.h 177 2006-06-21 00:20:03Z jlovell $"
*/
diff --git a/cups/usersys.c b/cups/usersys.c
index ca97e18da..14141cc9c 100644
--- a/cups/usersys.c
+++ b/cups/usersys.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: usersys.c 177 2006-06-21 00:20:03Z jlovell $"
*
* User, system, and password routines for the Common UNIX Printing
* System (CUPS).
@@ -484,5 +484,5 @@ cups_open_client_conf(void)
/*
- * End of "$Id$".
+ * End of "$Id: usersys.c 177 2006-06-21 00:20:03Z jlovell $".
*/
diff --git a/cups/util.c b/cups/util.c
index 0d3cd0328..42aa4622d 100644
--- a/cups/util.c
+++ b/cups/util.c
@@ -1,5 +1,5 @@
/*
- * "$Id$"
+ * "$Id: util.c 181 2006-06-22 20:01:18Z jlovell $"
*
* Printing utilities for the Common UNIX Printing System (CUPS).
*
@@ -1652,5 +1652,5 @@ cups_get_printer_uri(
/*
- * End of "$Id$".
+ * End of "$Id: util.c 181 2006-06-22 20:01:18Z jlovell $".
*/