summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lps_gen.py2
-rw-r--r--lpschedule/mark2html.py3
-rw-r--r--setup.py2
-rw-r--r--tests/test_lps_gen.py2
4 files changed, 4 insertions, 5 deletions
diff --git a/lps_gen.py b/lps_gen.py
index c6227f3..c90260a 100644
--- a/lps_gen.py
+++ b/lps_gen.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2015 lpschedule-generator author(s). See AUTHORS.
+# Copyright (C) 2015 lpschedule-generator contributors. See CONTRIBUTORS.
#
# This file is part of lpschedule-generator.
#
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
diff --git a/setup.py b/setup.py
index 4ad8b6a..c27fb96 100644
--- a/setup.py
+++ b/setup.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.
#
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index cbc9195..1394dde 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2015 lpschedule-generator author(s). See AUTHORS.
+# Copyright (C) 2015 lpschedule-generator contributors. See CONTRIBUTORS.
#
# This file is part of lpschedule-generator.
#