diff options
| author | rsiddharth <s@ricketyspace.net> | 2018-01-02 01:06:14 +0000 | 
|---|---|---|
| committer | rsiddharth <s@ricketyspace.net> | 2018-01-02 01:06:55 +0000 | 
| commit | f50a4429d1a1f55d36ec61739c897425d5df886f (patch) | |
| tree | b6e9d850b27b77d575aca2c96ed0396b9f1ca9b1 | |
| parent | 1ee2d721533c9185514d504d6f2c29508841a860 (diff) | |
Update copyright.
* Makefile: Update file.
* markdown_textwrap/_version.py: Update file.
* md_tw.py: Update file.
* setup.py: Update file.
* tests/test_md_tw.py: Update file.
| -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.  # | 
