summaryrefslogtreecommitdiffstats
path: root/cobbler/yaml/redump.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/yaml/redump.py')
-rw-r--r--cobbler/yaml/redump.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/cobbler/yaml/redump.py b/cobbler/yaml/redump.py
index 56ea958..eefd68e 100644
--- a/cobbler/yaml/redump.py
+++ b/cobbler/yaml/redump.py
@@ -1,3 +1,9 @@
+"""
+pyyaml legacy
+Copyright (c) 2001 Steve Howell and Friends; All Rights Reserved
+(see open source license information in docs/ directory)
+"""
+
from ordered_dict import OrderedDict
from load import Parser
from dump import Dumper