diff options
Diffstat (limited to 'cups')
63 files changed, 126 insertions, 126 deletions
diff --git a/cups/Makefile b/cups/Makefile index f1c3a336f..c68ef2fc4 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $" +# "$Id$" # # API library Makefile for CUPS. # @@ -639,5 +639,5 @@ include Dependencies # -# End of "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $". +# End of "$Id$". # diff --git a/cups/adminutil.c b/cups/adminutil.c index 8b5a53020..a84a5363e 100644 --- a/cups/adminutil.c +++ b/cups/adminutil.c @@ -1,5 +1,5 @@ /* - * "$Id: adminutil.c 7850 2008-08-20 00:07:25Z mike $" + * "$Id$" * * Administration utility API definitions for CUPS. * @@ -2337,5 +2337,5 @@ write_option(cups_file_t *dstfp, /* I - PPD file */ /* - * End of "$Id: adminutil.c 7850 2008-08-20 00:07:25Z mike $". + * End of "$Id$". */ diff --git a/cups/adminutil.h b/cups/adminutil.h index 826061570..52dfe9260 100644 --- a/cups/adminutil.h +++ b/cups/adminutil.h @@ -1,5 +1,5 @@ /* - * "$Id: adminutil.h 7026 2007-10-19 00:57:45Z mike $" + * "$Id$" * * Administration utility API definitions for CUPS. * @@ -77,5 +77,5 @@ extern int cupsAdminSetServerSettings(http_t *http, #endif /* !_CUPS_ADMINUTIL_H_ */ /* - * End of "$Id: adminutil.h 7026 2007-10-19 00:57:45Z mike $". + * End of "$Id$". */ diff --git a/cups/array.c b/cups/array.c index 7a036784f..9fbba6205 100644 --- a/cups/array.c +++ b/cups/array.c @@ -1,5 +1,5 @@ /* - * "$Id: array.c 7616 2008-05-28 00:34:13Z mike $" + * "$Id$" * * Sorted array routines for CUPS. * @@ -1362,5 +1362,5 @@ cups_array_find(cups_array_t *a, /* I - Array */ /* - * End of "$Id: array.c 7616 2008-05-28 00:34:13Z mike $". + * End of "$Id$". */ diff --git a/cups/array.h b/cups/array.h index 466a2721f..385b7dffc 100644 --- a/cups/array.h +++ b/cups/array.h @@ -1,5 +1,5 @@ /* - * "$Id: array.h 7266 2008-01-29 02:15:29Z mike $" + * "$Id$" * * Sorted array definitions for CUPS. * @@ -88,5 +88,5 @@ extern void *cupsArrayUserData(cups_array_t *a) _CUPS_API_1_2; #endif /* !_CUPS_ARRAY_H_ */ /* - * End of "$Id: array.h 7266 2008-01-29 02:15:29Z mike $". + * End of "$Id$". */ diff --git a/cups/attr.c b/cups/attr.c index da7a72537..bc241a517 100644 --- a/cups/attr.c +++ b/cups/attr.c @@ -1,5 +1,5 @@ /* - * "$Id: attr.c 7584 2008-05-16 22:55:53Z mike $" + * "$Id$" * * PPD model-specific attribute routines for CUPS. * @@ -331,5 +331,5 @@ _ppdNormalizeMakeAndModel( /* - * End of "$Id: attr.c 7584 2008-05-16 22:55:53Z mike $". + * End of "$Id$". */ diff --git a/cups/auth.c b/cups/auth.c index b0d2d1dd1..8efb34b33 100644 --- a/cups/auth.c +++ b/cups/auth.c @@ -1,5 +1,5 @@ /* - * "$Id: auth.c 7720 2008-07-11 22:46:21Z mike $" + * "$Id$" * * Authentication functions for CUPS. * @@ -888,5 +888,5 @@ cups_local_auth(http_t *http) /* I - HTTP connection to server */ /* - * End of "$Id: auth.c 7720 2008-07-11 22:46:21Z mike $". + * End of "$Id$". */ diff --git a/cups/backchannel.c b/cups/backchannel.c index 3ee1dbc97..7fa8c97f5 100644 --- a/cups/backchannel.c +++ b/cups/backchannel.c @@ -1,5 +1,5 @@ /* - * "$Id: backchannel.c 7616 2008-05-28 00:34:13Z mike $" + * "$Id$" * * Backchannel functions for CUPS. * @@ -195,5 +195,5 @@ cups_setup(fd_set *set, /* I - Set for select() */ /* - * End of "$Id: backchannel.c 7616 2008-05-28 00:34:13Z mike $". + * End of "$Id$". */ diff --git a/cups/backend.c b/cups/backend.c index 6f8a6b2e8..372c04d81 100644 --- a/cups/backend.c +++ b/cups/backend.c @@ -1,5 +1,5 @@ /* - * "$Id: backend.c 7810 2008-07-29 01:11:15Z mike $" + * "$Id$" * * Backend functions for CUPS. * @@ -150,5 +150,5 @@ quote_string(const char *s) /* I - String to write */ /* - * End of "$Id: backend.c 7810 2008-07-29 01:11:15Z mike $". + * End of "$Id$". */ diff --git a/cups/backend.h b/cups/backend.h index d2e37ff8f..85941c71a 100644 --- a/cups/backend.h +++ b/cups/backend.h @@ -1,5 +1,5 @@ /* - * "$Id: backend.h 7810 2008-07-29 01:11:15Z mike $" + * "$Id$" * * Backend definitions for CUPS. * @@ -74,5 +74,5 @@ extern void cupsBackendReport(const char *device_scheme, #endif /* !_CUPS_BACKEND_H_ */ /* - * End of "$Id: backend.h 7810 2008-07-29 01:11:15Z mike $". + * End of "$Id$". */ diff --git a/cups/cups-private.h b/cups/cups-private.h index 6d68be444..cd32e6f82 100644 --- a/cups/cups-private.h +++ b/cups/cups-private.h @@ -1,5 +1,5 @@ /* - * "$Id: cups-private.h 9596 2011-03-11 18:26:36Z mike $" + * "$Id$" * * Private definitions for CUPS. * @@ -281,5 +281,5 @@ extern char *_cupsUserDefault(char *name, size_t namesize); #endif /* !_CUPS_CUPS_PRIVATE_H_ */ /* - * End of "$Id: cups-private.h 9596 2011-03-11 18:26:36Z mike $". + * End of "$Id$". */ diff --git a/cups/cups.h b/cups/cups.h index fd1ced1f5..4c1ed2e72 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -1,5 +1,5 @@ /* - * "$Id: cups.h 8781 2009-08-28 17:34:54Z mike $" + * "$Id$" * * API definitions for CUPS. * @@ -626,5 +626,5 @@ extern const char *cupsUserAgent(void) _CUPS_API_1_7; #endif /* !_CUPS_CUPS_H_ */ /* - * End of "$Id: cups.h 8781 2009-08-28 17:34:54Z mike $". + * End of "$Id$". */ diff --git a/cups/custom.c b/cups/custom.c index 4c4cc8ace..3d1d724fa 100644 --- a/cups/custom.c +++ b/cups/custom.c @@ -1,5 +1,5 @@ /* - * "$Id: custom.c 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * PPD custom option routines for CUPS. * @@ -118,5 +118,5 @@ ppdNextCustomParam(ppd_coption_t *opt) /* I - Custom option */ /* - * End of "$Id: custom.c 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/dest.c b/cups/dest.c index 7736baa4c..0af7ebaa6 100644 --- a/cups/dest.c +++ b/cups/dest.c @@ -1,5 +1,5 @@ /* - * "$Id: dest.c 9568 2011-02-25 06:13:56Z mike $" + * "$Id$" * * User-defined destination (and option) support for CUPS. * @@ -3908,5 +3908,5 @@ cups_make_string( /* - * End of "$Id: dest.c 9568 2011-02-25 06:13:56Z mike $". + * End of "$Id$". */ diff --git a/cups/dir.c b/cups/dir.c index b98f07c85..d30009ecf 100644 --- a/cups/dir.c +++ b/cups/dir.c @@ -1,5 +1,5 @@ /* - * "$Id: dir.c 7279 2008-01-31 01:50:44Z mike $" + * "$Id$" * * Directory routines for CUPS. * @@ -468,5 +468,5 @@ cupsDirRewind(cups_dir_t *dp) /* I - Directory pointer */ #endif /* WIN32 */ /* - * End of "$Id: dir.c 7279 2008-01-31 01:50:44Z mike $". + * End of "$Id$". */ diff --git a/cups/dir.h b/cups/dir.h index 362ea201b..75e5b1e61 100644 --- a/cups/dir.h +++ b/cups/dir.h @@ -1,5 +1,5 @@ /* - * "$Id: dir.h 7026 2007-10-19 00:57:45Z mike $" + * "$Id$" * * Public directory definitions for CUPS. * @@ -65,5 +65,5 @@ extern void cupsDirRewind(cups_dir_t *dp) _CUPS_API_1_2; #endif /* !_CUPS_DIR_H_ */ /* - * End of "$Id: dir.h 7026 2007-10-19 00:57:45Z mike $". + * End of "$Id$". */ diff --git a/cups/emit.c b/cups/emit.c index 650e8479b..777488ff1 100644 --- a/cups/emit.c +++ b/cups/emit.c @@ -1,5 +1,5 @@ /* - * "$Id: emit.c 7863 2008-08-26 03:39:59Z mike $" + * "$Id$" * * PPD code emission routines for CUPS. * @@ -1225,5 +1225,5 @@ ppd_handle_media(ppd_file_t *ppd) /* I - PPD file */ /* - * End of "$Id: emit.c 7863 2008-08-26 03:39:59Z mike $". + * End of "$Id$". */ diff --git a/cups/encode.c b/cups/encode.c index 88c7f9bb2..62516a01d 100644 --- a/cups/encode.c +++ b/cups/encode.c @@ -1,5 +1,5 @@ /* - * "$Id: encode.c 7696 2008-06-26 00:54:42Z mike $" + * "$Id$" * * Option encoding routines for CUPS. * @@ -872,5 +872,5 @@ compare_ipp_options(_ipp_option_t *a, /* I - First option */ /* - * End of "$Id: encode.c 7696 2008-06-26 00:54:42Z mike $". + * End of "$Id$". */ diff --git a/cups/file.c b/cups/file.c index 1918ec5be..d5e8f8b29 100644 --- a/cups/file.c +++ b/cups/file.c @@ -1,5 +1,5 @@ /* - * "$Id: file.c 7672 2008-06-18 22:03:02Z mike $" + * "$Id$" * * File functions for CUPS. * @@ -2710,5 +2710,5 @@ cups_write(cups_file_t *fp, /* I - CUPS file */ /* - * End of "$Id: file.c 7672 2008-06-18 22:03:02Z mike $". + * End of "$Id$". */ diff --git a/cups/file.h b/cups/file.h index 1428c576d..a3defede1 100644 --- a/cups/file.h +++ b/cups/file.h @@ -1,5 +1,5 @@ /* - * "$Id: file.h 7460 2008-04-16 02:19:54Z mike $" + * "$Id$" * * Public file definitions for CUPS. * @@ -112,5 +112,5 @@ extern ssize_t cupsFileWrite(cups_file_t *fp, const char *buf, #endif /* !_CUPS_FILE_H_ */ /* - * End of "$Id: file.h 7460 2008-04-16 02:19:54Z mike $". + * End of "$Id$". */ diff --git a/cups/getifaddrs.c b/cups/getifaddrs.c index 6c9cc5547..8111e224d 100644 --- a/cups/getifaddrs.c +++ b/cups/getifaddrs.c @@ -1,5 +1,5 @@ /* - * "$Id: getifaddrs.c 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * Network interface functions for CUPS. * @@ -262,5 +262,5 @@ _cups_freeifaddrs(struct ifaddrs *addrs)/* I - Interface list to free */ /* - * End of "$Id: getifaddrs.c 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/getputfile.c b/cups/getputfile.c index 6816f6d42..4a09099ee 100644 --- a/cups/getputfile.c +++ b/cups/getputfile.c @@ -1,5 +1,5 @@ /* - * "$Id: getputfile.c 7359 2008-02-29 19:01:35Z mike $" + * "$Id$" * * Get/put file functions for CUPS. * @@ -498,5 +498,5 @@ cupsPutFile(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DE /* - * End of "$Id: getputfile.c 7359 2008-02-29 19:01:35Z mike $". + * End of "$Id$". */ diff --git a/cups/globals.c b/cups/globals.c index dabd06763..b343bcf32 100644 --- a/cups/globals.c +++ b/cups/globals.c @@ -1,5 +1,5 @@ /* - * "$Id: globals.c 7870 2008-08-27 18:14:10Z mike $" + * "$Id$" * * Global variable access routines for CUPS. * @@ -393,5 +393,5 @@ cups_globals_init(void) /* - * End of "$Id: globals.c 7870 2008-08-27 18:14:10Z mike $". + * End of "$Id$". */ diff --git a/cups/http-addr.c b/cups/http-addr.c index 64ac1b713..00882baca 100644 --- a/cups/http-addr.c +++ b/cups/http-addr.c @@ -1,5 +1,5 @@ /* - * "$Id: http-addr.c 7910 2008-09-06 00:25:17Z mike $" + * "$Id$" * * HTTP address routines for CUPS. * @@ -769,5 +769,5 @@ httpGetHostname(http_t *http, /* I - HTTP connection or NULL */ /* - * End of "$Id: http-addr.c 7910 2008-09-06 00:25:17Z mike $". + * End of "$Id$". */ diff --git a/cups/http-addrlist.c b/cups/http-addrlist.c index 97923ae6f..4943b5867 100644 --- a/cups/http-addrlist.c +++ b/cups/http-addrlist.c @@ -1,5 +1,5 @@ /* - * "$Id: http-addrlist.c 7910 2008-09-06 00:25:17Z mike $" + * "$Id$" * * HTTP address list routines for CUPS. * @@ -882,5 +882,5 @@ httpAddrGetList(const char *hostname, /* I - Hostname, IP address, or NULL for p /* - * End of "$Id: http-addrlist.c 7910 2008-09-06 00:25:17Z mike $". + * End of "$Id$". */ diff --git a/cups/http-private.h b/cups/http-private.h index 77f536c86..d0ea961a0 100644 --- a/cups/http-private.h +++ b/cups/http-private.h @@ -1,5 +1,5 @@ /* - * "$Id: http-private.h 7850 2008-08-20 00:07:25Z mike $" + * "$Id$" * * Private HTTP definitions for CUPS. * @@ -437,5 +437,5 @@ extern int _httpWait(http_t *http, int msec, int usessl); #endif /* !_CUPS_HTTP_PRIVATE_H_ */ /* - * End of "$Id: http-private.h 7850 2008-08-20 00:07:25Z mike $". + * End of "$Id$". */ diff --git a/cups/http-support.c b/cups/http-support.c index f3fe8c24a..3e974bc66 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -1,5 +1,5 @@ /* - * "$Id: http-support.c 7952 2008-09-17 00:56:20Z mike $" + * "$Id$" * * HTTP support routines for CUPS. * @@ -2359,5 +2359,5 @@ http_resolve_cb( /* - * End of "$Id: http-support.c 7952 2008-09-17 00:56:20Z mike $". + * End of "$Id$". */ diff --git a/cups/http.c b/cups/http.c index 919e73adf..046b20c52 100644 --- a/cups/http.c +++ b/cups/http.c @@ -1,5 +1,5 @@ /* - * "$Id: http.c 7850 2008-08-20 00:07:25Z mike $" + * "$Id$" * * HTTP routines for CUPS. * @@ -6027,5 +6027,5 @@ http_write_ssl(http_t *http, /* I - Connection to server */ /* - * End of "$Id: http.c 7850 2008-08-20 00:07:25Z mike $". + * End of "$Id$". */ diff --git a/cups/http.h b/cups/http.h index 555f52b38..8373c7614 100644 --- a/cups/http.h +++ b/cups/http.h @@ -1,5 +1,5 @@ /* - * "$Id: http.h 7026 2007-10-19 00:57:45Z mike $" + * "$Id$" * * Hyper-Text Transport Protocol definitions for CUPS. * @@ -623,5 +623,5 @@ extern http_state_t httpWriteResponse(http_t *http, #endif /* !_CUPS_HTTP_H_ */ /* - * End of "$Id: http.h 7026 2007-10-19 00:57:45Z mike $". + * End of "$Id$". */ diff --git a/cups/ipp-private.h b/cups/ipp-private.h index c29d54895..3dd6451cc 100644 --- a/cups/ipp-private.h +++ b/cups/ipp-private.h @@ -1,5 +1,5 @@ /* - * "$Id: ipp-private.h 7259 2008-01-28 22:26:04Z mike $" + * "$Id$" * * Private IPP definitions for CUPS. * @@ -77,5 +77,5 @@ extern _ipp_option_t *_ippFindOption(const char *name); #endif /* !_CUPS_IPP_H_ */ /* - * End of "$Id: ipp-private.h 7259 2008-01-28 22:26:04Z mike $". + * End of "$Id$". */ diff --git a/cups/ipp-support.c b/cups/ipp-support.c index d5c39f940..4f82e5d0b 100644 --- a/cups/ipp-support.c +++ b/cups/ipp-support.c @@ -1,5 +1,5 @@ /* - * "$Id: ipp-support.c 9371 2010-11-17 06:21:32Z mike $" + * "$Id$" * * Internet Printing Protocol support functions for CUPS. * @@ -2248,5 +2248,5 @@ ipp_col_string(ipp_t *col, /* I - Collection attribute */ /* - * End of "$Id: ipp-support.c 9371 2010-11-17 06:21:32Z mike $". + * End of "$Id$". */ diff --git a/cups/ipp.c b/cups/ipp.c index 8c1ace0f1..fd6f45f40 100644 --- a/cups/ipp.c +++ b/cups/ipp.c @@ -1,5 +1,5 @@ /* - * "$Id: ipp.c 10102 2011-11-02 23:52:39Z mike $" + * "$Id$" * * Internet Printing Protocol functions for CUPS. * @@ -7060,5 +7060,5 @@ ipp_write_file(int *fd, /* I - File descriptor */ /* - * End of "$Id: ipp.c 10102 2011-11-02 23:52:39Z mike $". + * End of "$Id$". */ diff --git a/cups/ipp.h b/cups/ipp.h index 7ae983d88..b43ee8552 100644 --- a/cups/ipp.h +++ b/cups/ipp.h @@ -1,5 +1,5 @@ /* - * "$Id: ipp.h 7847 2008-08-19 04:22:14Z mike $" + * "$Id$" * * Internet Printing Protocol definitions for CUPS. * @@ -992,5 +992,5 @@ extern int ippValidateAttributes(ipp_t *ipp) _CUPS_API_1_7; #endif /* !_CUPS_IPP_H_ */ /* - * End of "$Id: ipp.h 7847 2008-08-19 04:22:14Z mike $". + * End of "$Id$". */ diff --git a/cups/langprintf.c b/cups/langprintf.c index f85507547..f63a473f7 100644 --- a/cups/langprintf.c +++ b/cups/langprintf.c @@ -1,5 +1,5 @@ /* - * "$Id: langprintf.c 7802 2008-07-28 18:50:45Z mike $" + * "$Id$" * * Localized printf/puts functions for CUPS. * @@ -348,5 +348,5 @@ _cupsSetLocale(char *argv[]) /* IO - Command-line arguments */ /* - * End of "$Id: langprintf.c 7802 2008-07-28 18:50:45Z mike $". + * End of "$Id$". */ diff --git a/cups/language.c b/cups/language.c index accdac768..9e3bb8af2 100644 --- a/cups/language.c +++ b/cups/language.c @@ -1,5 +1,5 @@ /* - * "$Id: language.c 7558 2008-05-12 23:46:44Z mike $" + * "$Id$" * * I18N/language support for CUPS. * @@ -1586,5 +1586,5 @@ cups_unquote(char *d, /* O - Unquoted string */ /* - * End of "$Id: language.c 7558 2008-05-12 23:46:44Z mike $". + * End of "$Id$". */ diff --git a/cups/language.h b/cups/language.h index 91d2012bd..0b8acdee4 100644 --- a/cups/language.h +++ b/cups/language.h @@ -1,5 +1,5 @@ /* - * "$Id: language.h 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * Multi-language support for CUPS. * @@ -111,5 +111,5 @@ extern cups_lang_t *cupsLangGet(const char *language); #endif /* !_CUPS_LANGUAGE_H_ */ /* - * End of "$Id: language.h 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/localize.c b/cups/localize.c index 7bb0fedd0..13f44c018 100644 --- a/cups/localize.c +++ b/cups/localize.c @@ -1,5 +1,5 @@ /* - * "$Id: localize.c 7679 2008-06-19 23:37:45Z mike $" + * "$Id$" * * PPD localization routines for CUPS. * @@ -775,5 +775,5 @@ ppd_ll_CC(char *ll_CC, /* O - Country-specific locale name */ /* - * End of "$Id: localize.c 7679 2008-06-19 23:37:45Z mike $". + * End of "$Id$". */ diff --git a/cups/mark.c b/cups/mark.c index dc2257f39..b44a31a92 100644 --- a/cups/mark.c +++ b/cups/mark.c @@ -1,5 +1,5 @@ /* - * "$Id: mark.c 9042 2010-03-24 00:45:34Z mike $" + * "$Id$" * * Option marking routines for CUPS. * @@ -1097,5 +1097,5 @@ ppd_mark_option(ppd_file_t *ppd, /* I - PPD file */ /* - * End of "$Id: mark.c 9042 2010-03-24 00:45:34Z mike $". + * End of "$Id$". */ diff --git a/cups/md5.c b/cups/md5.c index f7c42ad24..1f46a957c 100644 --- a/cups/md5.c +++ b/cups/md5.c @@ -1,5 +1,5 @@ /* - * "$Id: md5.c 9042 2010-03-24 00:45:34Z mike $" + * "$Id$" * * Private MD5 implementation for CUPS. * @@ -342,5 +342,5 @@ _cupsMD5Finish(_cups_md5_state_t *pms, unsigned char digest[16]) /* - * End of "$Id: md5.c 9042 2010-03-24 00:45:34Z mike $". + * End of "$Id$". */ diff --git a/cups/md5passwd.c b/cups/md5passwd.c index 777073a00..a0dc2cf5b 100644 --- a/cups/md5passwd.c +++ b/cups/md5passwd.c @@ -1,5 +1,5 @@ /* - * "$Id: md5passwd.c 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * MD5 password support for CUPS. * @@ -138,5 +138,5 @@ httpMD5String(const unsigned char *sum, /* I - MD5 sum data */ /* - * End of "$Id: md5passwd.c 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/notify.c b/cups/notify.c index 78c78cec6..69363aa15 100644 --- a/cups/notify.c +++ b/cups/notify.c @@ -1,5 +1,5 @@ /* - * "$Id: notify.c 7337 2008-02-22 04:44:04Z mike $" + * "$Id$" * * Notification routines for CUPS. * @@ -198,5 +198,5 @@ cupsNotifyText(cups_lang_t *lang, /* I - Language data */ /* - * End of "$Id: notify.c 7337 2008-02-22 04:44:04Z mike $". + * End of "$Id$". */ diff --git a/cups/options.c b/cups/options.c index 8efe0b495..14b88c959 100644 --- a/cups/options.c +++ b/cups/options.c @@ -1,5 +1,5 @@ /* - * "$Id: options.c 8181 2008-12-10 17:29:57Z mike $" + * "$Id$" * * Option routines for CUPS. * @@ -707,5 +707,5 @@ cups_find_option( /* - * End of "$Id: options.c 8181 2008-12-10 17:29:57Z mike $". + * End of "$Id$". */ diff --git a/cups/page.c b/cups/page.c index b5c5e34cd..824393d90 100644 --- a/cups/page.c +++ b/cups/page.c @@ -1,5 +1,5 @@ /* - * "$Id: page.c 7791 2008-07-24 00:55:30Z mike $" + * "$Id$" * * Page size functions for CUPS. * @@ -392,5 +392,5 @@ ppdPageLength(ppd_file_t *ppd, /* I - PPD file */ /* - * End of "$Id: page.c 7791 2008-07-24 00:55:30Z mike $". + * End of "$Id$". */ diff --git a/cups/ppd.c b/cups/ppd.c index fe58fcfe0..6813ea0e6 100644 --- a/cups/ppd.c +++ b/cups/ppd.c @@ -1,5 +1,5 @@ /* - * "$Id: ppd.c 9900 2011-08-17 20:59:46Z mike $" + * "$Id$" * * PPD file routines for CUPS. * @@ -3394,5 +3394,5 @@ ppd_update_filters(ppd_file_t *ppd,/* I - PPD file */ /* - * End of "$Id: ppd.c 9900 2011-08-17 20:59:46Z mike $". + * End of "$Id$". */ diff --git a/cups/ppd.h b/cups/ppd.h index 3e281bd42..dae2560f5 100644 --- a/cups/ppd.h +++ b/cups/ppd.h @@ -1,5 +1,5 @@ /* - * "$Id: ppd.h 7791 2008-07-24 00:55:30Z mike $" + * "$Id$" * * PostScript Printer Description definitions for CUPS. * @@ -476,5 +476,5 @@ extern int ppdPageSizeLimits(ppd_file_t *ppd, #endif /* !_CUPS_PPD_H_ */ /* - * End of "$Id: ppd.h 7791 2008-07-24 00:55:30Z mike $". + * End of "$Id$". */ diff --git a/cups/request.c b/cups/request.c index 5b0559dc7..9f0995ba3 100644 --- a/cups/request.c +++ b/cups/request.c @@ -1,5 +1,5 @@ /* - * "$Id: request.c 7946 2008-09-16 23:27:54Z mike $" + * "$Id$" * * IPP utilities for CUPS. * @@ -1176,5 +1176,5 @@ _cupsSetHTTPError(http_status_t status) /* I - HTTP status code */ /* - * End of "$Id: request.c 7946 2008-09-16 23:27:54Z mike $". + * End of "$Id$". */ diff --git a/cups/sidechannel.c b/cups/sidechannel.c index 7bd626eaf..cec6372a7 100644 --- a/cups/sidechannel.c +++ b/cups/sidechannel.c @@ -1,5 +1,5 @@ /* - * "$Id: sidechannel.c 7720 2008-07-11 22:46:21Z mike $" + * "$Id$" * * Side-channel API code for CUPS. * @@ -638,5 +638,5 @@ cupsSideChannelWrite( /* - * End of "$Id: sidechannel.c 7720 2008-07-11 22:46:21Z mike $". + * End of "$Id$". */ diff --git a/cups/sidechannel.h b/cups/sidechannel.h index 5f97257e0..48353d1ee 100644 --- a/cups/sidechannel.h +++ b/cups/sidechannel.h @@ -1,5 +1,5 @@ /* - * "$Id: sidechannel.h 7616 2008-05-28 00:34:13Z mike $" + * "$Id$" * * Side-channel API definitions for CUPS. * @@ -143,5 +143,5 @@ extern cups_sc_status_t cupsSideChannelSNMPWalk(const char *oid, double timeout, #endif /* !_CUPS_SIDECHANNEL_H_ */ /* - * End of "$Id: sidechannel.h 7616 2008-05-28 00:34:13Z mike $". + * End of "$Id$". */ diff --git a/cups/snprintf.c b/cups/snprintf.c index 65f261d3f..9af6b90f8 100644 --- a/cups/snprintf.c +++ b/cups/snprintf.c @@ -1,5 +1,5 @@ /* - * "$Id: snprintf.c 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * snprintf functions for CUPS. * @@ -361,6 +361,6 @@ _cups_snprintf(char *buffer, /* O - Output buffer */ /* - * End of "$Id: snprintf.c 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/string.c b/cups/string.c index ad5b5bc61..7a862f661 100644 --- a/cups/string.c +++ b/cups/string.c @@ -1,5 +1,5 @@ /* - * "$Id: string.c 7460 2008-04-16 02:19:54Z mike $" + * "$Id$" * * String functions for CUPS. * @@ -759,5 +759,5 @@ compare_sp_items(_cups_sp_item_t *a, /* I - First item */ /* - * End of "$Id: string.c 7460 2008-04-16 02:19:54Z mike $". + * End of "$Id$". */ diff --git a/cups/tempfile.c b/cups/tempfile.c index ac59d9f8c..75c95d6fb 100644 --- a/cups/tempfile.c +++ b/cups/tempfile.c @@ -1,5 +1,5 @@ /* - * "$Id: tempfile.c 7337 2008-02-22 04:44:04Z mike $" + * "$Id$" * * Temp file utilities for CUPS. * @@ -229,5 +229,5 @@ cupsTempFile2(char *filename, /* I - Pointer to buffer */ /* - * End of "$Id: tempfile.c 7337 2008-02-22 04:44:04Z mike $". + * End of "$Id$". */ diff --git a/cups/testadmin.c b/cups/testadmin.c index 8119016ab..28dafa7f2 100644 --- a/cups/testadmin.c +++ b/cups/testadmin.c @@ -1,5 +1,5 @@ /* - * "$Id: testadmin.c 7720 2008-07-11 22:46:21Z mike $" + * "$Id$" * * Admin function test program for CUPS. * @@ -117,5 +117,5 @@ show_settings( /* - * End of "$Id: testadmin.c 7720 2008-07-11 22:46:21Z mike $". + * End of "$Id$". */ diff --git a/cups/testarray.c b/cups/testarray.c index 5ae622606..d3e677427 100644 --- a/cups/testarray.c +++ b/cups/testarray.c @@ -1,5 +1,5 @@ /* - * "$Id: testarray.c 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * Array test program for CUPS. * @@ -558,5 +558,5 @@ load_words(const char *filename, /* I - File to load */ /* - * End of "$Id: testarray.c 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/testfile.c b/cups/testfile.c index 2aa3fb99c..e3b44638b 100644 --- a/cups/testfile.c +++ b/cups/testfile.c @@ -1,5 +1,5 @@ /* - * "$Id: testfile.c 7720 2008-07-11 22:46:21Z mike $" + * "$Id$" * * File test program for CUPS. * @@ -817,5 +817,5 @@ read_write_tests(int compression) /* I - Use compression? */ /* - * End of "$Id: testfile.c 7720 2008-07-11 22:46:21Z mike $". + * End of "$Id$". */ diff --git a/cups/testhttp.c b/cups/testhttp.c index 5d1dc0adf..6b1a14d25 100644 --- a/cups/testhttp.c +++ b/cups/testhttp.c @@ -1,5 +1,5 @@ /* - * "$Id: testhttp.c 7742 2008-07-15 20:23:09Z mike $" + * "$Id$" * * HTTP test program for CUPS. * @@ -658,5 +658,5 @@ main(int argc, /* I - Number of command-line arguments */ /* - * End of "$Id: testhttp.c 7742 2008-07-15 20:23:09Z mike $". + * End of "$Id$". */ diff --git a/cups/testi18n.c b/cups/testi18n.c index d8eb4ba0f..84645a859 100644 --- a/cups/testi18n.c +++ b/cups/testi18n.c @@ -1,5 +1,5 @@ /* - * "$Id: testi18n.c 7560 2008-05-13 06:34:04Z mike $" + * "$Id$" * * Internationalization test for CUPS. * @@ -615,5 +615,5 @@ print_utf8(const char *msg, /* I - Message String */ /* - * End of "$Id: testi18n.c 7560 2008-05-13 06:34:04Z mike $" + * End of "$Id$" */ diff --git a/cups/testipp.c b/cups/testipp.c index 68c27c3d0..a0f6a686f 100644 --- a/cups/testipp.c +++ b/cups/testipp.c @@ -1,5 +1,5 @@ /* - * "$Id: testipp.c 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * IPP test program for CUPS. * @@ -1017,5 +1017,5 @@ write_cb(_ippdata_t *data, /* I - Data */ /* - * End of "$Id: testipp.c 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/testlang.c b/cups/testlang.c index 2cec8b6b8..701c14db4 100644 --- a/cups/testlang.c +++ b/cups/testlang.c @@ -1,5 +1,5 @@ /* - * "$Id: testlang.c 6649 2007-07-11 21:46:42Z mike $" + * "$Id$" * * Localization test program for CUPS. * @@ -110,5 +110,5 @@ main(int argc, /* I - Number of command-line arguments */ /* - * End of "$Id: testlang.c 6649 2007-07-11 21:46:42Z mike $". + * End of "$Id$". */ diff --git a/cups/testppd.c b/cups/testppd.c index ef88425dc..aa4a06068 100644 --- a/cups/testppd.c +++ b/cups/testppd.c @@ -1,5 +1,5 @@ /* - * "$Id: testppd.c 7897 2008-09-02 19:33:19Z mike $" + * "$Id$" * * PPD test program for CUPS. * @@ -1108,5 +1108,5 @@ main(int argc, /* I - Number of command-line arguments */ /* - * End of "$Id: testppd.c 7897 2008-09-02 19:33:19Z mike $". + * End of "$Id$". */ diff --git a/cups/transcode.c b/cups/transcode.c index 8c58dab6f..380807f95 100644 --- a/cups/transcode.c +++ b/cups/transcode.c @@ -1,5 +1,5 @@ /* - * "$Id: transcode.c 9306 2010-09-16 21:43:57Z mike $" + * "$Id$" * * Transcoding support for CUPS. * @@ -716,5 +716,5 @@ cupsUTF32ToUTF8( /* - * End of "$Id: transcode.c 9306 2010-09-16 21:43:57Z mike $" + * End of "$Id$" */ diff --git a/cups/transcode.h b/cups/transcode.h index e2db9513b..cafea33c5 100644 --- a/cups/transcode.h +++ b/cups/transcode.h @@ -1,5 +1,5 @@ /* - * "$Id: transcode.h 7026 2007-10-19 00:57:45Z mike $" + * "$Id$" * * Transcoding definitions for CUPS. * @@ -77,5 +77,5 @@ extern int cupsUTF32ToUTF8(cups_utf8_t *dest, /* - * End of "$Id: transcode.h 7026 2007-10-19 00:57:45Z mike $" + * End of "$Id$" */ diff --git a/cups/usersys.c b/cups/usersys.c index e9f215ec0..1bcfe6423 100644 --- a/cups/usersys.c +++ b/cups/usersys.c @@ -1,5 +1,5 @@ /* - * "$Id: usersys.c 8498 2009-04-13 17:03:15Z mike $" + * "$Id$" * * User, system, and password routines for CUPS. * @@ -1135,5 +1135,5 @@ cups_read_client_conf( /* - * End of "$Id: usersys.c 8498 2009-04-13 17:03:15Z mike $". + * End of "$Id$". */ diff --git a/cups/util.c b/cups/util.c index 30e4ce81f..8b3070917 100644 --- a/cups/util.c +++ b/cups/util.c @@ -1,5 +1,5 @@ /* - * "$Id: util.c 7850 2008-08-20 00:07:25Z mike $" + * "$Id$" * * Printing utilities for CUPS. * @@ -1850,5 +1850,5 @@ cups_get_printer_uri( /* - * End of "$Id: util.c 7850 2008-08-20 00:07:25Z mike $". + * End of "$Id$". */ |