Skip to content

Commit

Permalink
Updated copyright statements to include 2011
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 19, 2011
1 parent 1d1ead5 commit c3e0ed8
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions celery/__init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion celery/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Celery Application.
:copyright: (c) 2009 - 2010 by Ask Solem.
:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
Expand Down
2 changes: 1 addition & 1 deletion celery/app/amqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
AMQ related functionality.
:copyright: (c) 2009 - 2010 by Ask Solem.
:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
Expand Down
2 changes: 1 addition & 1 deletion celery/app/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Application Base Class.
:copyright: (c) 2009 - 2010 by Ask Solem.
:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
Expand Down
2 changes: 1 addition & 1 deletion celery/contrib/batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def count_click(requests):
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.
"""
Expand Down
2 changes: 1 addition & 1 deletion celery/contrib/rdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def add(x, y):
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.
"""
Expand Down
2 changes: 1 addition & 1 deletion celery/datastructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Custom data structures.
:copyright: (c) 2009 - 2010 by Ask Solem.
:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
Expand Down
2 changes: 1 addition & 1 deletion celery/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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.
"""
Expand Down
2 changes: 1 addition & 1 deletion celery/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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::
Expand Down
2 changes: 1 addition & 1 deletion celery/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# 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
Expand Down
2 changes: 1 addition & 1 deletion docs/homepage/celery_1.0_released.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 08.02.2010</h4>
</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/homepage/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2>Resources</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/homepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-02-10</h4>
<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>
Expand Down

0 comments on commit c3e0ed8

Please sign in to comment.