]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-profile.cxx
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / ppdc / ppdc-profile.cxx
index 0e85cae87e9419421ae73f38dc9dfeb62391578b..976caefc2fe9ab09b613d9ea11d5c96f4173c2e9 100644 (file)
@@ -1,28 +1,21 @@
 //
-// "$Id$"
+// Color profile class for the CUPS PPD Compiler.
 //
-//   Color profile 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:
-//
-//   ppdcProfile::ppdcProfile()  - Create a color profile.
-//   ppdcProfile::~ppdcProfile() - Destroy a color profile.
+// 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/".
 //
 
 //
 // Include necessary headers...
 //
 
-#include "ppdc.h"
+#include "ppdc-private.h"
 
 
 //
@@ -58,8 +51,3 @@ ppdcProfile::~ppdcProfile()
   resolution->release();
   media_type->release();
 }
-
-
-//
-// End of "$Id$".
-//