]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/testcgi.c
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / cgi-bin / testcgi.c
index 6d9285a0209c7a1792fa01280f1c43c4b7e62c34..a2276f42ea6e8139891516d7ad1d54966a545049 100644 (file)
@@ -1,21 +1,10 @@
 /*
- * "$Id: testcgi.c 6649 2007-07-11 21:46:42Z mike $"
+ * CGI test program for CUPS.
  *
- *   CGI test program for the Common UNIX Printing System (CUPS).
+ * Copyright 2007-2014 by Apple Inc.
+ * Copyright 1997-2005 by Easy Software Products.
  *
- *   Copyright 2007 by Apple Inc.
- *   Copyright 1997-2005 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/".
- *
- * Contents:
- *
- *   main()       - Test the help index code.
- *   list_nodes() - List nodes in an array...
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -30,8 +19,7 @@
  */
 
 int                                    /* O - Exit status */
-main(int  argc,                                /* I - Number of command-line arguments */
-     char *argv[])                     /* I - Command-line arguments */
+main(void)
 {
  /*
   * Test file upload/multi-part submissions...
@@ -61,15 +49,10 @@ main(int  argc,                             /* I - Number of command-line arguments */
   }
   else
     puts("FAIL (init)");
-    
+
  /*
   * Return with no errors...
   */
 
   return (0);
 }
-
-
-/*
- * End of "$Id: testcgi.c 6649 2007-07-11 21:46:42Z mike $".
- */