]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/cgi-private.h
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / cgi-bin / cgi-private.h
index 649d5ac24dc7eaa94c1da09a18c16b2f068dde81..5d14d8188a12124a2359760b3a2b7525ab6e09d3 100644 (file)
@@ -1,25 +1,10 @@
 /*
- * "$Id$"
+ * Private CGI definitions for CUPS.
  *
- *   Private CGI definitions for the Common UNIX Printing System (CUPS).
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 1997-2005 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
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
  */
 
 #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 */
-
-
-/*
- * End of "$Id$".
- */
+#define CUPS_PAGE_MAX  100             /* Maximum items per page */