summaryrefslogtreecommitdiffstats
path: root/lpschedule
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2015-12-12 21:14:23 -0500
committerrsiddharth <rsd@gnu.org>2015-12-12 21:14:23 -0500
commit1f8b03340af38d6fee8b4cdb8ccb123ca7940d04 (patch)
treee0d475443c5f628a79eef72d0ff34360d7b58b58 /lpschedule
parentc39daaf40bcc931a804e82a0ab38186b53e62962 (diff)
updated copyright header (authors -> contributors)
Diffstat (limited to 'lpschedule')
-rw-r--r--lpschedule/mark2html.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lpschedule/mark2html.py b/lpschedule/mark2html.py
index 44125a2..587208d 100644
--- a/lpschedule/mark2html.py
+++ b/lpschedule/mark2html.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 lpschedule-generator author(s). See AUTHORS.
+# Copyright (C) 2015 lpschedule-generator contributors. See CONTRIBUTORS.
#
# This file is part of lpschedule-generator.
#
@@ -42,4 +42,3 @@ class Mark2html(object):
Returns HTML format of FileName
"""
return mistune.markdown(self.FileName.read())
- \ No newline at end of file