From 105e2275801e0be691a65c7f9518118d29045b61 Mon Sep 17 00:00:00 2001 From: Jens Kleineheismann Date: Tue, 14 Jan 2020 14:47:50 +0100 Subject: [PATCH] Updated copyright information --- README.rst | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 1e3a386..b1d97bc 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ INSTALLATION See INSTALL.rst -LICENCE +LICENSE ======= -Permission to use, copy, modify, and/or distribute this software -for any purpose with or without fee is hereby granted. +If you are interested in using this work, please contact +Mr. Jens Kleineheismann . diff --git a/setup.py b/setup.py index 31a0ef1..75522b0 100644 --- a/setup.py +++ b/setup.py @@ -99,9 +99,9 @@ setup( name='django-dav-events', version='2.0', description='A django based web application project to organize DAV Events.', - url='https://heinzel.alpenverein-karlsruhe.de', - maintainer='Jens Kleineheismann', - maintainer_email='heinzel@alpenverein-karlsruhe.de', + url='https://touren.alpenverein-karlsruhe.de', + author='Jens Kleineheismann', + author_email='heinzel@alpenverein-karlsruhe.de', cmdclass={ 'mkpyenv': SetupPythonEnvironment, 'quickdev': QuickSetup,