]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd-page.c
Do some code reorganization so that all of the PPD code is separate from the rest.
[thirdparty/cups.git] / cups / ppd-page.c
similarity index 90%
rename from cups/page.c
rename to cups/ppd-page.c
index 824393d902f415307ac172df53d3e0e46bf99259..f7eb62b4a756b45f7877959f80d73d9d72369e6a 100644 (file)
@@ -1,27 +1,20 @@
 /*
  * "$Id$"
  *
- *   Page size functions for CUPS.
+ * Page size functions for CUPS.
  *
- *   Copyright 2007-2012 by Apple Inc.
- *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
+ * Copyright 2007-2015 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
- *   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/".
+ * 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/".
  *
- *   PostScript is a trademark of Adobe Systems, Inc.
+ * PostScript is a trademark of Adobe Systems, Inc.
  *
- *   This file is subject to the Apple OS-Developed Software exception.
- *
- * Contents:
- *
- *   ppdPageSize()       - Get the page size record for the given size.
- *   ppdPageSizeLimits() - Return the custom page size limits.
- *   ppdPageWidth()      - Get the page width for the given size.
- *   ppdPageLength()     - Get the page length for the given size.
+ * This file is subject to the Apple OS-Developed Software exception.
  */
 
 /*