]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/language.h
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / cups / language.h
index 0a3da77990895bbb448aec57e7ee0e742e7b3f54..cf49ae84faca026cc952a66e08e4d34449de0a79 100644 (file)
@@ -4,13 +4,7 @@
  * Copyright 2007-2011 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
- * missing or damaged, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 #ifndef _CUPS_LANGUAGE_H_
@@ -32,7 +26,7 @@ extern "C" {
  * Types...
  */
 
-typedef enum cups_encoding_e           /**** Language Encodings ****/
+typedef enum cups_encoding_e           /**** Language Encodings @exclude all@ ****/
 {
   CUPS_AUTO_ENCODING = -1,             /* Auto-detect the encoding @private@ */
   CUPS_US_ASCII,                       /* US ASCII */