summaryrefslogtreecommitdiffstats
path: root/simpleconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'simpleconfig.py')
-rw-r--r--simpleconfig.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/simpleconfig.py b/simpleconfig.py
index c97eb3951..2e698adf2 100644
--- a/simpleconfig.py
+++ b/simpleconfig.py
@@ -1,3 +1,18 @@
+#
+# simpleconifg.py - representation of a simple configuration file (sh-like)
+#
+# Matt Wilson <msw@redhat.com>
+#
+# Copyright 2001 Red Hat, Inc.
+#
+# This software may be freely redistributed under the terms of the GNU
+# library public license.
+#
+# You should have received a copy of the GNU Library Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
+
import string
class SimpleConfigFile: