]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/cgi-private.h
Update svn:keyword properties.
[thirdparty/cups.git] / cgi-bin / cgi-private.h
index f50a7aabef5278d03e9b735e34301413d03e7d65..1f9690273900f32e92b90e601f88bacdc4a12822 100644 (file)
@@ -1,25 +1,16 @@
 /*
- * "$Id: cgi-private.h 6361 2007-03-19 16:01:28Z mike $"
+ * "$Id$"
  *
- *   Private CGI definitions for the Common UNIX Printing System (CUPS).
+ *   Private CGI definitions for CUPS.
  *
+ *   Copyright 2007-2011 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products 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 please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
+ *   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/".
  */
 
 /*
  */
 
 #include "cgi.h"
-#include <cups/debug.h>
-#include <cups/i18n.h>
-#include <cups/string.h>
+#include <cups/debug-private.h>
+#include <cups/language-private.h>
+#include <cups/string-private.h>
+#include <cups/ipp-private.h>  /* TODO: Update so we don't need this */
 
 
 /*
  * Limits...
  */
 
-#define CUPS_PAGE_MAX  10              /* Maximum items per page */
+#define CUPS_PAGE_MAX  100             /* Maximum items per page */
 
 
 /*
- * End of "$Id: cgi-private.h 6361 2007-03-19 16:01:28Z mike $".
+ * End of "$Id$".
  */