summaryrefslogtreecommitdiffstats
path: root/cobbler/yaml/timestamp.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/yaml/timestamp.py')
-rw-r--r--cobbler/yaml/timestamp.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/cobbler/yaml/timestamp.py b/cobbler/yaml/timestamp.py
index abcb2e6..5c522f6 100644
--- a/cobbler/yaml/timestamp.py
+++ b/cobbler/yaml/timestamp.py
@@ -1,3 +1,10 @@
+"""
+pyyaml legacy
+Copyright (c) 2001 Steve Howell and Friends; All Rights Reserved
+(see open source license information in docs/ directory)
+"""
+
+
import time, re, string
from types import ListType, TupleType