changeset 84:6b6acc50a19d

Remove duplicate "Copyright" output
author Franz Glasner <hg@dom66.de>
date Thu, 15 Mar 2018 00:17:57 +0100
parents 7d5b4718ac1b
children 55601d769758
files configmix/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/__init__.py	Thu Mar 15 00:17:17 2018 +0100
+++ b/configmix/__init__.py	Thu Mar 15 00:17:57 2018 +0100
@@ -6,7 +6,7 @@
 """A library for helping with configuration files.
 
 :Author:    Franz Glasner
-:Copyright: Copyright (c) 2015-2018, Franz Glasner.
+:Copyright: (c) 2015–2018, Franz Glasner.
             All rights reserved.
 :License:   3-clause BSD License.
             See LICENSE.txt for details.