]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-message.cxx
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / ppdc / ppdc-message.cxx
index 11e5e3eaa7c0dfd4c658f0f4a94b70f78b52af16..1e85d505d939b5b3fca1d3b50aa55135e793a659 100644 (file)
@@ -1,21 +1,14 @@
 //
-// "$Id$"
+// Shared message class for the CUPS PPD Compiler.
 //
-//   Shared message 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:
-//
-//   ppdcMessage::ppdcMessage()  - Create a shared message.
-//   ppdcMessage::~ppdcMessage() - Destroy a shared message.
+// 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/".
 //
 
 //
@@ -51,8 +44,3 @@ ppdcMessage::~ppdcMessage()
   id->release();
   string->release();
 }
-
-
-//
-// End of "$Id$".
-//