From 1f8b03340af38d6fee8b4cdb8ccb123ca7940d04 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 12 Dec 2015 21:14:23 -0500 Subject: updated copyright header (authors -> contributors) --- lps_gen.py | 2 +- lpschedule/mark2html.py | 3 +-- setup.py | 2 +- tests/test_lps_gen.py | 2 +- 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. # -- cgit v1.2.3