summaryrefslogtreecommitdiff
path: root/ppdc/ppdc-string.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ppdc/ppdc-string.cxx')
-rw-r--r--ppdc/ppdc-string.cxx28
1 files changed, 8 insertions, 20 deletions
diff --git a/ppdc/ppdc-string.cxx b/ppdc/ppdc-string.cxx
index 706bd138c..156ea27cd 100644
--- a/ppdc/ppdc-string.cxx
+++ b/ppdc/ppdc-string.cxx
@@ -1,21 +1,14 @@
//
-// "$Id$"
+// Shared string class for the CUPS PPD Compiler.
//
-// Shared string class for the CUPS PPD Compiler.
+// Copyright 2007-2012 by Apple Inc.
+// Copyright 2002-2005 by Easy Software Products.
//
-// Copyright 2007-2012 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:
-//
-// ppdcString::ppdcString() - Create a shared string.
-// ppdcString::~ppdcString() - Destroy a shared string.
+// 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/".
//
//
@@ -57,8 +50,3 @@ ppdcString::~ppdcString()
if (value)
delete[] value;
}
-
-
-//
-// End of "$Id$".
-//