From 80f2cee84b97869d31980138738442fdd5908548 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Tue, 26 Oct 2021 22:09:50 -0400 Subject: [PATCH] Update the copyright date range --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c24fca3..f4cf362 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2014, Jannis Leidel and other contributors. +Copyright (c) 2012-2021, Jannis Leidel and other contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/docs/conf.py b/docs/conf.py index a0613cc..4b072b7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = 'django-configurations' -copyright = '2012-2014, Jannis Leidel and other contributors' +copyright = '2012-2021, Jannis Leidel and other contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the