From 67c4d4ca773cf142642d53a2efed6c39e74aad86 Mon Sep 17 00:00:00 2001 From: jab Date: Sun, 3 Jan 2016 19:30:28 +0000 Subject: [PATCH] happy 2016 --- LICENSE | 2 +- bidict/__init__.py | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 932a438..d565a55 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015, Joshua Bronson +Copyright (c) 2016, Joshua Bronson Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/bidict/__init__.py b/bidict/__init__.py index 9fa782d..6178378 100644 --- a/bidict/__init__.py +++ b/bidict/__init__.py @@ -5,7 +5,7 @@ Efficient, Pythonic bidirectional map implementation and related functionality. See https://bidict.readthedocs.org/ for comprehensive documentation. -.. :copyright: (c) 2015 Joshua Bronson. +.. :copyright: (c) 2016 Joshua Bronson. .. :license: ISCL. See LICENSE for details. """ diff --git a/docs/conf.py b/docs/conf.py index dded124..a4b2150 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = u'bidict' author = u'Joshua Bronson' -copyright = u'2015 ' + author +copyright = u'2016 ' + author # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the