]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/pwg.h
Stop accepting attributes in collections (Issue #5630)
[thirdparty/cups.git] / cups / pwg.h
index f663246cad5320926ebf01ecdb604093010464c0..2d30847635f791ab2137be714c6bcb6f7f5ff10a 100644 (file)
@@ -1,15 +1,9 @@
 /*
  * PWG media API definitions for CUPS.
  *
- * Copyright 2009-2013 by Apple Inc.
+ * Copyright 2009-2017 by Apple Inc.
  *
- * 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/".
- *
- * 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_PWG_H_
@@ -39,7 +33,7 @@ extern "C" {
  * Types and structures...
  */
 
-typedef struct pwg_map_s               /**** Map element - PPD to/from PWG */
+typedef struct pwg_map_s               /**** Map element - PPD to/from PWG @exclude all@ */
 {
   char         *pwg,                   /* PWG media keyword */
                *ppd;                   /* PPD option keyword */
@@ -54,7 +48,7 @@ typedef struct pwg_media_s            /**** Common media size data ****/
                length;                 /* Length in 2540ths */
 } pwg_media_t;
 
-typedef struct pwg_size_s              /**** Size element - PPD to/from PWG */
+typedef struct pwg_size_s              /**** Size element - PPD to/from PWG @exclude all@ */
 {
   pwg_map_t    map;                    /* Map element */
   int          width,                  /* Width in 2540ths */