summaryrefslogtreecommitdiff
path: root/cups/hash.c
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/hash.c
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'cups/hash.c')
-rw-r--r--cups/hash.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cups/hash.c b/cups/hash.c
index e20590f26..ca6a69c4c 100644
--- a/cups/hash.c
+++ b/cups/hash.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Hashing function for CUPS.
*
* Copyright 2015 by Apple Inc.
@@ -245,8 +243,3 @@ cupsHashData(const char *algorithm, /* I - Algorithm name */
_cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Hash buffer too small."), 1);
return (-1);
}
-
-
-/*
- * End of "$Id$".
- */