Browse Source

Updated copyright statements to include 2011

Ask Solem 14 years ago
parent
commit
c3e0ed81ad

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2009-2010, Ask Solem and contributors.
+Copyright (c) 2009-2011, Ask Solem and contributors.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 3 - 0
celery/__init__.py

@@ -1,4 +1,7 @@
 """Distributed Task Queue"""
+# :copyright: (c) 2009 - 2011 by Ask Solem.
+# :license:   BSD, see LICENSE for more details.
+
 import os
 import sys
 

+ 1 - 1
celery/app/__init__.py

@@ -4,7 +4,7 @@ celery.app
 
 Celery Application.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 """

+ 1 - 1
celery/app/amqp.py

@@ -5,7 +5,7 @@ celery.app.amqp
 
 AMQ related functionality.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 """

+ 1 - 1
celery/app/base.py

@@ -4,7 +4,7 @@ celery.app.base
 
 Application Base Class.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 """

+ 1 - 1
celery/contrib/batches.py

@@ -35,7 +35,7 @@ Registering the click is done as follows:
     In the future we hope to add the ability to direct batching tasks
     to a channel with different QoS requirements than the task channel.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 """

+ 1 - 1
celery/contrib/rdb.py

@@ -32,7 +32,7 @@ Inspired by http://snippets.dzone.com/posts/show/7248
     The debugger will try to find an available port starting from the
     base port.  The selected port will be logged by celeryd.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 """

+ 1 - 1
celery/datastructures.py

@@ -4,7 +4,7 @@ celery.datastructures
 
 Custom data structures.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 """

+ 1 - 1
celery/decorators.py

@@ -8,7 +8,7 @@ and `celery.task.periodic_task` instead.
 
 The new decorators does not support magic keyword arguments.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 """

+ 1 - 1
celery/signals.py

@@ -5,7 +5,7 @@ celery.signals
 Signals allows decoupled applications receive notifications when actions
 occur elsewhere in the framework.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 .. contents::

+ 1 - 1
celery/states.py

@@ -4,7 +4,7 @@ celery.states
 
 Built-in Task States.
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 
 

+ 1 - 1
docs/conf.py

@@ -36,7 +36,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Celery'
-copyright = u'2009-2010, Ask Solem & contributors'
+copyright = u'2009-2011, Ask Solem & contributors'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the

+ 1 - 1
docs/homepage/celery_1.0_released.html

@@ -224,7 +224,7 @@ Just install it using pip: <tt class="docutils literal"><span class="pre">pip</s
   </div>
 
  <div id="credits">
-     <div class="iStretch">Copyright (c) 2009-2010, <a href="http://twitter.com/asksol">Ask Solem</a> and
+     <div class="iStretch">Copyright (c) 2009-2011, <a href="http://twitter.com/asksol">Ask Solem</a> and
          <a href="http://github.com/ask/celery/blob/master/AUTHORS">contributors</a>.<br>
  Page design by <a href="http://www.helmersworks.com/">Jan Henrik Helmers</a>
    </div>

+ 1 - 1
docs/homepage/community.html

@@ -250,7 +250,7 @@ asynchronously.
  <div id="credits">
    <ul>
      <li>
-       <strong>Copyright (c) 2009, 2010</strong>
+       <strong>Copyright (c) 2009, 2011</strong>
        <span><a href="http://twitter.com/asksol">Ask Solem</a> and
          <a href="http://github.com/ask/celery/blob/master/AUTHORS">contributors</a>.</span>
      </li>

+ 1 - 1
docs/homepage/index.html

@@ -259,7 +259,7 @@ pageTracker._trackPageview();
  <div id="credits">
    <ul>
      <li>
-       <strong>Copyright (c) 2009-2010</strong>
+       <strong>Copyright (c) 2009-2011</strong>
        <span><a href="http://twitter.com/asksol">Ask Solem</a> and
          <a href="http://github.com/ask/celery/blob/master/AUTHORS">contributors</a>.</span>
      </li>