summaryrefslogtreecommitdiff
path: root/ppdc/ppdc-option.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
commit503b54c9302c8de6207e079a80a89a787eb612ea (patch)
treeecd089feea134385d580d6e5a2af147ddb47be64 /ppdc/ppdc-option.cxx
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'ppdc/ppdc-option.cxx')
-rw-r--r--ppdc/ppdc-option.cxx30
1 files changed, 8 insertions, 22 deletions
diff --git a/ppdc/ppdc-option.cxx b/ppdc/ppdc-option.cxx
index e80df3c87..8f4d3c0ed 100644
--- a/ppdc/ppdc-option.cxx
+++ b/ppdc/ppdc-option.cxx
@@ -1,23 +1,14 @@
//
-// "$Id$"
+// Option class for the CUPS PPD Compiler.
//
-// Option class for the CUPS PPD Compiler.
+// Copyright 2007-2011 by Apple Inc.
+// Copyright 2002-2005 by Easy Software Products.
//
-// Copyright 2007-2011 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:
-//
-// ppdcOption::ppdcOption() - Copy a new option.
-// ppdcOption::~ppdcOption() - Destroy an option.
-// ppdcOption::find_choice() - Find an option choice.
-// ppdcOption::set_defchoice() - Set the default choice.
+// 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/".
//
//
@@ -122,8 +113,3 @@ ppdcOption::set_defchoice(ppdcChoice *c) // I - Choice
defchoice = c->name;
}
-
-
-//
-// End of "$Id$".
-//