]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/cgi-private.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cgi-bin / cgi-private.h
index fa9bb9b66cae4e9436bfe682daba331215563f65..3bae75046c310025f9092b2c7e3ed97eb15bcbe5 100644 (file)
@@ -1,16 +1,14 @@
 /*
- * "$Id: cgi-private.h 7940 2008-09-16 00:45:16Z mike $"
+ * Private CGI definitions for CUPS.
  *
- *   Private CGI definitions for CUPS.
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007-2010 by Apple Inc.
- *   Copyright 1997-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
- *   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/".
  */
 
 /*
@@ -21,6 +19,7 @@
 #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 */
 
 
 /*
@@ -28,8 +27,3 @@
  */
 
 #define CUPS_PAGE_MAX  100             /* Maximum items per page */
-
-
-/*
- * End of "$Id: cgi-private.h 7940 2008-09-16 00:45:16Z mike $".
- */