From f50a4429d1a1f55d36ec61739c897425d5df886f Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 2 Jan 2018 01:06:14 +0000 Subject: 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. --- Makefile | 2 +- markdown_textwrap/_version.py | 2 +- md_tw.py | 2 +- setup.py | 2 +- tests/test_md_tw.py | 2 +- 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 . # # 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 . # # 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 . # # 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 . # # 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 . # # This file is part of markdown-textwrap. # -- cgit v1.2.3