From bc3e3757184e3ea94fdbd1406166f2fd8f460c4a Mon Sep 17 00:00:00 2001 From: jpic Date: Mon, 28 Aug 2017 19:49:19 +0200 Subject: [PATCH 1/3] Copyright fixes --- LICENSE | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index ec6db29..9224675 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009, Jannis Leidel +Copyright (c) 2009-2017, Jannis Leidel All rights reserved. Redistribution and use in source and binary forms, with or without @@ -25,4 +25,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/docs/conf.py b/docs/conf.py index 1897bc5..214b049 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'django-authority' -copyright = u'2009, the django-authority team' +copyright = u'2009-2017, Janis Leidel' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the From 371c477aa540c1b8dc239b16a7e7838231a41cf7 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Jan 2019 15:26:01 -0500 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9224675..2e48fea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2017, Jannis Leidel +Copyright (c) 2009-2019, Jannis Leidel All rights reserved. Redistribution and use in source and binary forms, with or without From 4bbf12c0953767fde4ada60f760b67f2b84c1be8 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 10 Jan 2019 15:26:36 -0500 Subject: [PATCH 3/3] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 214b049..2f12c37 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'django-authority' -copyright = u'2009-2017, Janis Leidel' +copyright = u'2009-2019, Janis Leidel' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the