]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/file.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / file.c
index 7814dba996f820e584a7e518e06b1fd9b80dafc7..03d0f33e447061876fed5cd5c37df080ba1ca860 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * File functions for CUPS.
  *
  * Since stdio files max out at 256 files on many systems, we have to
@@ -2735,8 +2733,3 @@ cups_write(cups_file_t *fp,               /* I - CUPS file */
 
   return ((ssize_t)total);
 }
-
-
-/*
- * End of "$Id$".
- */