diff options
-rw-r--r-- | CONTRIBUTORS.rst | 4 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | markdown_link_style/_version.py | 3 | ||||
-rw-r--r-- | markdown_link_style/logging.py | 3 | ||||
-rw-r--r-- | mdl_style.py | 3 | ||||
-rw-r--r-- | setup.py | 3 | ||||
-rw-r--r-- | tests/test_mdl_style.py | 3 |
7 files changed, 17 insertions, 6 deletions
diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst new file mode 100644 index 0000000..3be7486 --- /dev/null +++ b/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +CONTRIBUTORS +============ + +* rsiddharth <s@ricketyspace.net> @@ -1,4 +1,6 @@ -# Copyright © 2017 markdown-link-style contributors. See CONTRIBUTORS. +# +# Copyright © 2017 markdown-link-style contributors. See +# CONTRIBUTORS.rst. # # This file is part of markdown-link-style. # diff --git a/markdown_link_style/_version.py b/markdown_link_style/_version.py index 1562223..d1bb7d9 100644 --- a/markdown_link_style/_version.py +++ b/markdown_link_style/_version.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-link-style contributors. See CONTRIBUTORS. +# Copyright © 2017 markdown-link-style contributors. See +# CONTRIBUTORS.rst. # # This file is part of markdown-link-style. # diff --git a/markdown_link_style/logging.py b/markdown_link_style/logging.py index 2395c40..b5a4dfd 100644 --- a/markdown_link_style/logging.py +++ b/markdown_link_style/logging.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-link-style contributors. See CONTRIBUTORS. +# Copyright © 2017 markdown-link-style contributors. See +# CONTRIBUTORS.rst. # # This file is part of markdown-link-style. # diff --git a/mdl_style.py b/mdl_style.py index c8573ed..5cedb7a 100644 --- a/mdl_style.py +++ b/mdl_style.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-link-style contributors. See CONTRIBUTORS. +# Copyright © 2017 markdown-link-style contributors. See +# CONTRIBUTORS.rst. # # This file is part of markdown-link-style. # @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-link-style contributors. See CONTRIBUTORS. +# Copyright © 2017 markdown-link-style contributors. See +# CONTRIBUTORS.rst. # # This file is part of markdown-link-style. # diff --git a/tests/test_mdl_style.py b/tests/test_mdl_style.py index 07f9480..ad2c56f 100644 --- a/tests/test_mdl_style.py +++ b/tests/test_mdl_style.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-link-style contributors. See CONTRIBUTORS. +# Copyright © 2017 markdown-link-style contributors. See +# CONTRIBUTORS.rst. # # This file is part of markdown-link-style. # |