]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/strings2po.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / locale / strings2po.c
index 7e714b4b1dadd294cefb69a7b862cd737cdd55f7..6f912bb1908ca5270dd5c25fae3315a33ac2a52d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Convert Apple .strings file (UTF-16 BE text file) to GNU gettext .po files.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -170,8 +168,3 @@ write_po(FILE       *po,            /* I - .po file */
 {
   fprintf(po, "%s \"%s\"\n", what, s);
 }
-
-
-/*
- * End of "$Id$".
- */