]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/language.h
Add missing files for test.
[thirdparty/cups.git] / cups / language.h
index 1f697cc1d259a5bbf77701d71a34e31aa1a3ccc6..195c6a04de5b05c7b8e1a08944fc1f0df3721179 100644 (file)
@@ -1,25 +1,16 @@
 /*
- * "$Id: language.h 4903 2006-01-10 20:02:46Z mike $"
+ * "$Id: language.h 6649 2007-07-11 21:46:42Z mike $"
  *
  *   Multi-language support for the Common UNIX Printing System (CUPS).
  *
+ *   Copyright 2007 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.
  */
@@ -75,6 +66,7 @@ typedef enum cups_encoding_e          /**** Language Encodings ****/
   CUPS_KOI8_U,                         /* KOI-8-U */
   CUPS_ISO8859_11,                     /* ISO-8859-11 */
   CUPS_ISO8859_16,                     /* ISO-8859-16 */
+  CUPS_MAC_ROMAN,                      /* MacRoman */
   CUPS_ENCODING_SBCS_END = 63,         /* End of single-bybte encodings @private@ */
 
   CUPS_WINDOWS_932,                    /* Japanese JIS X0208-1990 */
@@ -118,5 +110,5 @@ extern cups_lang_t  *cupsLangGet(const char *language);
 #endif /* !_CUPS_LANGUAGE_H_ */
 
 /*
- * End of "$Id: language.h 4903 2006-01-10 20:02:46Z mike $".
+ * End of "$Id: language.h 6649 2007-07-11 21:46:42Z mike $".
  */