]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testlang.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / testlang.c
index cc7b4f699e8191a56832af8d02ce92bd9e65562d..6f0691e00841a44587eb76b9a10472f2ef01a50e 100644 (file)
@@ -1,22 +1,16 @@
 /*
- * "$Id$"
+ * Localization test program for CUPS.
  *
- *   Localization test program for CUPS.
+ * Copyright 2007-2015 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007-2015 by Apple Inc.
- *   Copyright 1997-2006 by Easy Software Products.
+ * These coded instructions, statements, and computer programs are the
+ * 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/".
  *
- *   These coded instructions, statements, and computer programs are the
- *   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/".
- *
- *   This file is subject to the Apple OS-Developed Software exception.
- *
- * Contents:
- *
- *   main() - Load the specified language and show the strings for yes and no.
+ * This file is subject to the Apple OS-Developed Software exception.
  */
 
 /*
@@ -150,8 +144,3 @@ main(int  argc,                             /* I - Number of command-line arguments */
 
   return (errors > 0);
 }
-
-
-/*
- * End of "$Id$".
- */