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__))