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.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without

+ 3 - 0
celery/__init__.py

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

+ 1 - 1
celery/app/__init__.py

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

+ 1 - 1
celery/app/amqp.py

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

+ 1 - 1
celery/app/base.py

@@ -4,7 +4,7 @@ celery.app.base
 
 
 Application Base Class.
 Application Base Class.
 
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 :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
     In the future we hope to add the ability to direct batching tasks
     to a channel with different QoS requirements than the task channel.
     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.
 :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
     The debugger will try to find an available port starting from the
     base port.  The selected port will be logged by celeryd.
     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.
 :license: BSD, see LICENSE for more details.
 
 
 """
 """

+ 1 - 1
celery/datastructures.py

@@ -4,7 +4,7 @@ celery.datastructures
 
 
 Custom data structures.
 Custom data structures.
 
 
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
 :license: BSD, see LICENSE for more details.
 :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.
 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.
 :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
 Signals allows decoupled applications receive notifications when actions
 occur elsewhere in the framework.
 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.
 :license: BSD, see LICENSE for more details.
 
 
 .. contents::
 .. contents::

+ 1 - 1
celery/states.py

@@ -4,7 +4,7 @@ celery.states
 
 
 Built-in Task 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.
 :license: BSD, see LICENSE for more details.
 
 
 
 

+ 1 - 1
docs/conf.py

@@ -36,7 +36,7 @@ master_doc = 'index'
 
 
 # General information about the project.
 # General information about the project.
 project = u'Celery'
 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
 # 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

+ 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>
 
 
  <div id="credits">
  <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>
          <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>
  Page design by <a href="http://www.helmersworks.com/">Jan Henrik Helmers</a>
    </div>
    </div>

+ 1 - 1
docs/homepage/community.html

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

+ 1 - 1
docs/homepage/index.html

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