]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/common.h
Update svn:keyword properties.
[thirdparty/cups.git] / filter / common.h
index 4ccf6b3a47bf6ddc30c7845a107876e633b155d4..bbaf99eed0ef55e13191b0ab0505adb7497b0cc7 100644 (file)
@@ -1,25 +1,16 @@
 /*
- * "$Id: common.h 6003 2006-10-02 16:26:04Z mike $"
+ * "$Id$"
  *
- *   Common filter definitions for the Common UNIX Printing System (CUPS).
+ *   Common filter definitions for CUPS.
  *
+ *   Copyright 2007-2010 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/".
  *
  *   This file is subject to the Apple OS-Developed Software exception.
  */
  * Include necessary headers...
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <ctype.h>
-#include <time.h>
-
+#include <cups/string-private.h>
 #include <cups/cups.h>
-#include <cups/language.h>
-#include <cups/string.h>
+#include <cups/ppd.h>
+#include <time.h>
 
 
 /*
@@ -89,5 +74,5 @@ extern void   WriteTextComment(const char *name, const char *value);
 
 
 /*
- * End of "$Id: common.h 6003 2006-10-02 16:26:04Z mike $".
+ * End of "$Id$".
  */