]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-mediasize.cxx
Greatly simplify the man page handling.
[thirdparty/cups.git] / ppdc / ppdc-mediasize.cxx
index 844028a39ce72728e4e6cc4c31820e231e1d3497..a93d7e794670d8cb225f1346c2c5a91699236be9 100644 (file)
@@ -1,21 +1,10 @@
 //
-// "$Id$"
+// Shared media size class for the CUPS PPD Compiler.
 //
-//   Shared media size class for the CUPS PPD Compiler.
+// Copyright 2007-2009 by Apple Inc.
+// Copyright 2002-2005 by Easy Software Products.
 //
-//   Copyright 2007-2009 by Apple Inc.
-//   Copyright 2002-2005 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
-//   file is missing or damaged, see the license at "http://www.cups.org/".
-//
-// Contents:
-//
-//   ppdcMediaSize::ppdcMediaSize()  - Create a new media size.
-//   ppdcMediaSize::~ppdcMediaSize() - Destroy a media size.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 //
 
 //
@@ -78,8 +67,3 @@ ppdcMediaSize::~ppdcMediaSize()
   size_code->release();
   region_code->release();
 }
-
-
-//
-// End of "$Id$".
-//