From e757957f682dc3b06c371496b95f0fdeb3d80466 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 12 Jan 2016 11:48:10 -0800 Subject: [PATCH] Updates copyright year --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d7333658..bd7e4e94 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 Ask Solem & contributors. All rights reserved. +Copyright (c) 2015-2016 Ask Solem & contributors. All rights reserved. Copyright (c) 2012-2014 GoPivotal Inc & contributors. All rights reserved. Copyright (c) 2009-2012, Ask Solem & contributors. All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index 359e8462..3c58edcb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ master_doc = 'index' # General information about the project. project = 'Kombu' -copyright = '2009-2015, Ask Solem' +copyright = '2009-2016, Ask Solem' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the