From 0fc0069d7cf3abc6f52024b64228f1612b7a6f67 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Thu, 31 Mar 2016 16:36:41 +1100 Subject: [PATCH] Update copyright year. --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f92424f..9570af0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2015, Graham Dumpleton +Copyright (c) 2013-2016, Graham Dumpleton All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/conf.py b/docs/conf.py index ae1c505..e82944f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'wrapt' -copyright = u'2013-2015, Graham Dumpleton' +copyright = u'2013-2016, Graham Dumpleton' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the