]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testadmin.c
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / cups / testadmin.c
index 28dafa7f263fe4235ececdecabdfec085a718921..69b5efbf448f77b018bd28047da8685e13263485 100644 (file)
@@ -1,23 +1,16 @@
 /*
- * "$Id$"
+ * Admin function test program for CUPS.
  *
- *   Admin function test program for CUPS.
+ * Copyright 2007-2013 by Apple Inc.
+ * Copyright 2006 by Easy Software Products.
  *
- *   Copyright 2007-2013 by Apple Inc.
- *   Copyright 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
+ * 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()          - Main entry.
- *   show_settings() - Show settings in the array...
+ * This file is subject to the Apple OS-Developed Software exception.
  */
 
 /*
@@ -114,8 +107,3 @@ show_settings(
     num_settings --;
   }
 }
-
-
-/*
- * End of "$Id$".
- */