summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--markdown_textwrap/_version.py2
-rw-r--r--md_tw.py2
-rw-r--r--setup.py2
-rw-r--r--tests/test_md_tw.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8dc753c..7cd33f4 100644
--- a/Makefile
+++ b/Makefile
@@ -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.
#
diff --git a/md_tw.py b/md_tw.py
index 352805f..2feaf3f 100644
--- a/md_tw.py
+++ b/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.
#
diff --git a/setup.py b/setup.py
index 066943a..5d2b914 100644
--- a/setup.py
+++ b/setup.py
@@ -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.
#