]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/strings2po.c
Add checks for missing/bad CloseUI/JCLCloseUI keywords (Issue #5381)
[thirdparty/cups.git] / locale / strings2po.c
index 7e714b4b1dadd294cefb69a7b862cd737cdd55f7..69da40931701604d4fa61db658c247ad86146138 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.
@@ -9,7 +7,7 @@
  * property of Apple Inc. and are protected by Federal copyright
  * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
  * which should have been included with this file.  If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
+ * missing or damaged, see the license at "http://www.cups.org/".
  *
  * Usage:
  *
@@ -170,8 +168,3 @@ write_po(FILE       *po,            /* I - .po file */
 {
   fprintf(po, "%s \"%s\"\n", what, s);
 }
-
-
-/*
- * End of "$Id$".
- */