]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd-page.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / cups / ppd-page.c
index f7eb62b4a756b45f7877959f80d73d9d72369e6a..f18e68d0d6f600d55e1564ca8d448c24e7ce0469 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Page size functions for CUPS.
  *
  * Copyright 2007-2015 by Apple Inc.
@@ -191,7 +189,7 @@ ppdPageSize(ppd_file_t *ppd,                /* I - PPD file record */
  * If the specified PPD file does not support custom page sizes, both
  * "minimum" and "maximum" are filled with zeroes.
  *
- * @since CUPS 1.4/OS X 10.6@
+ * @since CUPS 1.4/macOS 10.6@
  */
 
 int                                    /* O - 1 if custom sizes are supported, 0 otherwise */
@@ -382,8 +380,3 @@ ppdPageLength(ppd_file_t *ppd,      /* I - PPD file */
   else
     return (size->length);
 }
-
-
-/*
- * End of "$Id$".
- */