From 8015b86237b17de75a188c1c1d8f402e64a9ce9a Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Sun, 28 Jun 2015 18:49:36 -0700 Subject: [PATCH] :sparkles: Happy New Year! :sparkles: --- LICENSE.txt | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ab400d7..0eadf47 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2009-2013, Carl Meyer and contributors +Copyright (c) 2009-2015, Carl Meyer and contributors 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 d79adff..9f0c4e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'django-model-utils' -copyright = u'2013, Carl Meyer' +copyright = u'2015, Carl Meyer' parent_dir = os.path.dirname(os.path.dirname(__file__))