diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | markdown_textwrap/_version.py | 2 | ||||
-rw-r--r-- | md_tw.py | 2 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | tests/test_md_tw.py | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# Copyright © 2017 markdown-textwrap contributors. +# Copyright © 2017 rsiddharth <s@ricketyspace.net>. # # This file is part of markdown-textwrap. # diff --git a/markdown_textwrap/_version.py b/markdown_textwrap/_version.py index 774976e..b6b01fb 100644 --- a/markdown_textwrap/_version.py +++ b/markdown_textwrap/_version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-textwrap contributors. +# Copyright © 2017 rsiddharth <s@ricketyspace.net>. # # This file is part of markdown-textwrap. # @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-textwrap contributors. +# Copyright © 2018 rsiddharth <s@ricketyspace.net>. # # This file is part of markdown-textwrap. # @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-textwrap contributors. +# Copyright © 2017 rsiddharth <s@rickteyspace.net>. # # This file is part of markdown-textwrap. # diff --git a/tests/test_md_tw.py b/tests/test_md_tw.py index 1a38b48..6eb769f 100644 --- a/tests/test_md_tw.py +++ b/tests/test_md_tw.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright © 2017 markdown-textwrap contributors. +# Copyright © 2018 rsiddharth <s@ricketyspace.net>. # # This file is part of markdown-textwrap. # |