summaryrefslogtreecommitdiff
path: root/locale/strings2po.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 /locale/strings2po.c
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'locale/strings2po.c')
-rw-r--r--locale/strings2po.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/locale/strings2po.c b/locale/strings2po.c
index 7e714b4b1..6f912bb19 100644
--- a/locale/strings2po.c
+++ b/locale/strings2po.c
@@ -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$".
- */