Ver Fonte

Copyright 2014

Ask Solem há 11 anos atrás
pai
commit
9d1415d3f9
4 ficheiros alterados com 5 adições e 5 exclusões
  1. 1 1
      LICENSE
  2. 1 1
      celery/__init__.py
  3. 2 2
      docs/conf.py
  4. 1 1
      docs/copyright.rst

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 Copyright (c) 2009, 2010, 2011, 2012 Ask Solem, and individual contributors.  All Rights Reserved.
 Copyright (c) 2009, 2010, 2011, 2012 Ask Solem, and individual contributors.  All Rights Reserved.
-Copyright (c) 2012-2013 GoPivotal, Inc.  All rights reserved.
+Copyright (c) 2012-2014 GoPivotal, Inc.  All rights reserved.
 
 
 Celery is licensed under The BSD License (3 Clause, also known as
 Celery is licensed under The BSD License (3 Clause, also known as
 the new BSD license).  The license is an OSI approved Open Source
 the new BSD license).  The license is an OSI approved Open Source

+ 1 - 1
celery/__init__.py

@@ -2,7 +2,7 @@
 """Distributed Task Queue"""
 """Distributed Task Queue"""
 # :copyright: (c) 2009 - 2012 Ask Solem and individual contributors,
 # :copyright: (c) 2009 - 2012 Ask Solem and individual contributors,
 #                 All rights reserved.
 #                 All rights reserved.
-# :copyright: (c) 2012-2013 GoPivotal, Inc., All rights reserved.
+# :copyright: (c) 2012-2014 GoPivotal, Inc., All rights reserved.
 # :license:   BSD (3 Clause), see LICENSE for more details.
 # :license:   BSD (3 Clause), see LICENSE for more details.
 
 
 from __future__ import absolute_import
 from __future__ import absolute_import

+ 2 - 2
docs/conf.py

@@ -54,7 +54,7 @@ master_doc = 'index'
 
 
 # General information about the project.
 # General information about the project.
 project = 'Celery'
 project = 'Celery'
-copyright = '2009-2013, Ask Solem & Contributors'
+copyright = '2009-2014, Ask Solem & Contributors'
 
 
 # The version info for the project you're documenting, acts as replacement for
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the
@@ -125,7 +125,7 @@ github_project = 'celery/celery'
 epub_title = 'Celery Manual, Version {0}'.format(version)
 epub_title = 'Celery Manual, Version {0}'.format(version)
 epub_author = 'Ask Solem'
 epub_author = 'Ask Solem'
 epub_publisher = 'Celery Project'
 epub_publisher = 'Celery Project'
-epub_copyright = '2009-2013'
+epub_copyright = '2009-2014'
 
 
 # The language of the text. It defaults to the language option
 # The language of the text. It defaults to the language option
 # or en if the language is not set.
 # or en if the language is not set.

+ 1 - 1
docs/copyright.rst

@@ -7,7 +7,7 @@ by Ask Solem
 
 
 .. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN
 .. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN
 
 
-Copyright |copy| 2009-2013, Ask Solem.
+Copyright |copy| 2009-2014, Ask Solem.
 
 
 All rights reserved.  This material may be copied or distributed only
 All rights reserved.  This material may be copied or distributed only
 subject to the terms and conditions set forth in the `Creative Commons
 subject to the terms and conditions set forth in the `Creative Commons