summaryrefslogtreecommitdiffstats
path: root/cobbler/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/config.py')
-rw-r--r--cobbler/config.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/cobbler/config.py b/cobbler/config.py
index cf259a2..4bcc31e 100644
--- a/cobbler/config.py
+++ b/cobbler/config.py
@@ -1,7 +1,15 @@
"""
Config.py is a repository of the Cobbler object model
+Copyright 2006, Red Hat, Inc
Michael DeHaan <mdehaan@redhat.com>
+
+This software may be freely redistributed under the terms of the GNU
+general public license.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""
import os
@@ -97,7 +105,7 @@ class Config:
if not serializer.serialize(x):
return False
return True
-
+
def serialize(self):
"""