diff options
author | rsiddharth <s@ricketyspace.net> | 2017-02-19 02:06:13 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-02-19 02:06:13 +0000 |
commit | 41b7c1a0424b304a1b078c9e64594498cd6db7d8 (patch) | |
tree | 4ed103f9e77180ef81b9609f35faf497c394f5c8 | |
parent | 74b4642a96ebbb4b8f6860abb2e782f72f2fc2af (diff) |
Add CONTRIBUTORS.rst.
* CONTRIBUTORS.rst: Add file.
* Makefile: Update copyright header.
* markdown_link_style/_version.py: Update copyright header.
* markdown_link_style/logging.py: Update copyright header.
* mdl_style.py: Update copyright header.
* setup.py: Update copyright header.
* tests/test_mdl_style.py: Update copyright header.
-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. # |