]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/xmltotest.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / test / xmltotest.c
index 8f601cc269eef884bb24b18c20683f3f06a82452..dfc644919cd02902fa739588c359777dda79314b 100644 (file)
@@ -1,37 +1,25 @@
 /*
- * "$Id$"
+ * IANA XML registration to test file generator for CUPS.
  *
- *   IANA XML registration to test file generator for CUPS.
+ * Copyright 2011-2012 by Apple Inc.
  *
- *   Copyright 2011-2012 by Apple Inc.
+ * 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.
+ * This file is subject to the Apple OS-Developed Software exception.
  *
  * Usage:
  *
  *   ./xmltotest [--ref standard] {--job|--printer} [XML file/URL] >file.test
  *
- *   If not specified, loads the XML registrations from:
- *
- *     http://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml
+ * If not specified, loads the XML registrations from:
  *
- *   "Standard" is of the form "rfcNNNN" or "pwgNNNN.N".
+ *   http://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml
  *
- * Contents:
- *
- *   main()        - Process command-line arguments.
- *   compare_reg()  - Compare two registrations.
- *   load_xml()     - Load the XML registration file or URL.
- *   match_xref()   - Compare the xref against the named standard.
- *   new_reg()     - Create a new registration record.
- *   usage()       - Show usage message.
- *   write_expect() - Write an EXPECT test for an attribute.
+ * "Standard" is of the form "rfcNNNN" or "pwgNNNN.N".
  */
 
 
@@ -522,8 +510,3 @@ main(void)
   return (1);
 }
 #endif /* HAVE_MXML */
-
-
-/*
- * End of "$Id$".
- */