diff --git a/LICENSE b/LICENSE index 507d58f1..b46b97a2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -2009-2013 (c) Benoît Chesneau -2009-2013 (c) Paul J. Davis +2009-2015 (c) Benoît Chesneau +2009-2015 (c) Paul J. Davis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/NOTICE b/NOTICE index f990507b..4c501e5b 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ Gunicorn -2009-2013 (c) Benoît Chesneau -2009-2013 (c) Paul J. Davis +2009-2015 (c) Benoît Chesneau +2009-2015 (c) Paul J. Davis Gunicorn is released under the MIT license. See the LICENSE file for the complete license. diff --git a/docs/source/conf.py b/docs/source/conf.py index 84a6e56c..cbda99f2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ master_doc = 'index' # General information about the project. project = u'Gunicorn' -copyright = u'2009-2014, Benoit Chesneau' +copyright = u'2009-2015, Benoit Chesneau' # gunicorn version import gunicorn release = version = gunicorn.__version__