diff --git a/LICENSE b/LICENSE index f4ab4e29..c453a3b2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2011, Ask Solem & contributors. +Copyright (c) 2009-2012, Ask Solem & contributors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/conf.py b/docs/conf.py index 0e52114a..01563b32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ master_doc = 'index' # General information about the project. project = u'Kombu' -copyright = u'2009-2011, Ask Solem' +copyright = u'2009-2012, Ask Solem' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/kombu/abstract.py b/kombu/abstract.py index 98c10be6..6c33fde3 100644 --- a/kombu/abstract.py +++ b/kombu/abstract.py @@ -4,7 +4,7 @@ kombu.compression Object utilities. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/clocks.py b/kombu/clocks.py index 06018efd..dbcae198 100644 --- a/kombu/clocks.py +++ b/kombu/clocks.py @@ -4,7 +4,7 @@ kombu.clocks Logical Clocks and Synchronization. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/common.py b/kombu/common.py index c9349204..2aa6b3b8 100644 --- a/kombu/common.py +++ b/kombu/common.py @@ -4,7 +4,7 @@ kombu.common Common Utilities. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/compat.py b/kombu/compat.py index 89830036..d33e3dad 100644 --- a/kombu/compat.py +++ b/kombu/compat.py @@ -6,7 +6,7 @@ Carrot compatible interface for :class:`Publisher` and :class:`Producer`. See http://packages.python.org/pypi/carrot for documentation. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/compression.py b/kombu/compression.py index 5a2ce5f9..3b328d02 100644 --- a/kombu/compression.py +++ b/kombu/compression.py @@ -4,7 +4,7 @@ kombu.compression Compression utilities. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/connection.py b/kombu/connection.py index 9442476e..018a4405 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -4,7 +4,7 @@ kombu.connection Broker connection and pools. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/entity.py b/kombu/entity.py index 1e1f769b..f0702d1a 100644 --- a/kombu/entity.py +++ b/kombu/entity.py @@ -4,7 +4,7 @@ kombu.entity Exchange and Queue declarations. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/exceptions.py b/kombu/exceptions.py index 77fb96c2..2e01dd79 100644 --- a/kombu/exceptions.py +++ b/kombu/exceptions.py @@ -4,7 +4,7 @@ kombu.exceptions Exceptions. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/messaging.py b/kombu/messaging.py index a026d059..17213a94 100644 --- a/kombu/messaging.py +++ b/kombu/messaging.py @@ -4,7 +4,7 @@ kombu.messaging Sending and receiving messages. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/mixins.py b/kombu/mixins.py index 0a251322..6d236d2c 100644 --- a/kombu/mixins.py +++ b/kombu/mixins.py @@ -4,7 +4,7 @@ kombu.mixins Useful mixin classes. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/pidbox.py b/kombu/pidbox.py index cb85a9f8..a20c82e0 100644 --- a/kombu/pidbox.py +++ b/kombu/pidbox.py @@ -4,7 +4,7 @@ kombu.pidbox Generic process mailbox. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/pools.py b/kombu/pools.py index 98dd6cfa..a504f13b 100644 --- a/kombu/pools.py +++ b/kombu/pools.py @@ -4,7 +4,7 @@ kombu.pools Public resource pools. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/serialization.py b/kombu/serialization.py index d814dfc6..286dfb12 100644 --- a/kombu/serialization.py +++ b/kombu/serialization.py @@ -4,7 +4,7 @@ kombu.serialization Serialization utilities. -:copyright: (c) 2009 - 2011 by Ask Solem +:copyright: (c) 2009 - 2012 by Ask Solem :license: BSD, see LICENSE for more details. """ diff --git a/kombu/simple.py b/kombu/simple.py index 7af0aa00..455e769b 100644 --- a/kombu/simple.py +++ b/kombu/simple.py @@ -4,7 +4,7 @@ kombu.simple Simple interface. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/syn.py b/kombu/syn.py index ac2104a8..fd2e56ea 100644 --- a/kombu/syn.py +++ b/kombu/syn.py @@ -2,7 +2,7 @@ kombu.syn ========= -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/SQS.py b/kombu/transport/SQS.py index d31a9249..015aa69d 100644 --- a/kombu/transport/SQS.py +++ b/kombu/transport/SQS.py @@ -4,7 +4,7 @@ kombu.transport.SQS Amazon SQS transport. -:copyright: (c) 2010 - 2011 by Ask Solem +:copyright: (c) 2010 - 2012 by Ask Solem :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/__init__.py b/kombu/transport/__init__.py index 37cbce86..8414f329 100644 --- a/kombu/transport/__init__.py +++ b/kombu/transport/__init__.py @@ -4,7 +4,7 @@ kombu.transport Built-in transports. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/amqplib.py b/kombu/transport/amqplib.py index 6a5d43cf..23228ae5 100644 --- a/kombu/transport/amqplib.py +++ b/kombu/transport/amqplib.py @@ -4,7 +4,7 @@ kombu.transport.amqplib amqplib transport. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/base.py b/kombu/transport/base.py index d84f1166..cefde93e 100644 --- a/kombu/transport/base.py +++ b/kombu/transport/base.py @@ -4,7 +4,7 @@ kombu.transport.base Base transport interface. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/beanstalk.py b/kombu/transport/beanstalk.py index 488d641d..e84ab88b 100644 --- a/kombu/transport/beanstalk.py +++ b/kombu/transport/beanstalk.py @@ -4,7 +4,7 @@ kombu.transport.beanstalk Beanstalk transport. -:copyright: (c) 2010 - 2011 by David Ziegler. +:copyright: (c) 2010 - 2012 by David Ziegler. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/couchdb.py b/kombu/transport/couchdb.py index 748622c0..a964f731 100644 --- a/kombu/transport/couchdb.py +++ b/kombu/transport/couchdb.py @@ -4,7 +4,7 @@ kombu.transport.couchdb CouchDB transport. -:copyright: (c) 2010 - 2011 by David Clymer. +:copyright: (c) 2010 - 2012 by David Clymer. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/librabbitmq.py b/kombu/transport/librabbitmq.py index 90e914e2..f1b9b49f 100644 --- a/kombu/transport/librabbitmq.py +++ b/kombu/transport/librabbitmq.py @@ -4,7 +4,7 @@ kombu.transport.librabbitmq pylibrabbitmq transport. -:copyright: (c) 2010 - 2011 by Ask Solem. +:copyright: (c) 2010 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/memory.py b/kombu/transport/memory.py index af8aecfa..1e925cab 100644 --- a/kombu/transport/memory.py +++ b/kombu/transport/memory.py @@ -4,7 +4,7 @@ kombu.transport.memory In-memory transport. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/mongodb.py b/kombu/transport/mongodb.py index ee08d40e..55b30c29 100644 --- a/kombu/transport/mongodb.py +++ b/kombu/transport/mongodb.py @@ -4,7 +4,7 @@ kombu.transport.mongodb MongoDB transport. -:copyright: (c) 2010 - 2011 by Flavio Percoco Premoli. +:copyright: (c) 2010 - 2012 by Flavio Percoco Premoli. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/pika.py b/kombu/transport/pika.py index e4a8b16e..9fa7ad36 100644 --- a/kombu/transport/pika.py +++ b/kombu/transport/pika.py @@ -4,7 +4,7 @@ kombu.transport.pika Pika transport. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/pika2.py b/kombu/transport/pika2.py index 65ee2307..b7d3b022 100644 --- a/kombu/transport/pika2.py +++ b/kombu/transport/pika2.py @@ -4,7 +4,7 @@ kombu.transport.pika Pika transport. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/redis.py b/kombu/transport/redis.py index d34c4aa8..3a16d104 100644 --- a/kombu/transport/redis.py +++ b/kombu/transport/redis.py @@ -4,7 +4,7 @@ kombu.transport.redis Redis transport. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/virtual/__init__.py b/kombu/transport/virtual/__init__.py index 199b0593..034215a5 100644 --- a/kombu/transport/virtual/__init__.py +++ b/kombu/transport/virtual/__init__.py @@ -6,7 +6,7 @@ Virtual transport implementation. Emulates the AMQ API for non-AMQ transports. -:copyright: (c) 2009, 2011 by Ask Solem. +:copyright: (c) 2009, 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/virtual/exchange.py b/kombu/transport/virtual/exchange.py index 1114cad1..a178847a 100644 --- a/kombu/transport/virtual/exchange.py +++ b/kombu/transport/virtual/exchange.py @@ -5,7 +5,7 @@ kombu.transport.virtual.exchange Implementations of the standard exchanges defined by the AMQ protocol (excluding the `headers` exchange). -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/transport/virtual/scheduling.py b/kombu/transport/virtual/scheduling.py index c361d525..22ade3e3 100644 --- a/kombu/transport/virtual/scheduling.py +++ b/kombu/transport/virtual/scheduling.py @@ -4,7 +4,7 @@ Consumer utilities. - :copyright: (c) 2009 - 2011 by Ask Solem. + :copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/__init__.py b/kombu/utils/__init__.py index d74d50ac..ac9041d4 100644 --- a/kombu/utils/__init__.py +++ b/kombu/utils/__init__.py @@ -4,7 +4,7 @@ kombu.utils Internal utilities. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/compat.py b/kombu/utils/compat.py index bc4d69d6..251bb67c 100644 --- a/kombu/utils/compat.py +++ b/kombu/utils/compat.py @@ -4,7 +4,7 @@ kombu.utils.compat Helps compatibility with older Python versions. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/debug.py b/kombu/utils/debug.py index 6da9c9ba..95b58e7a 100644 --- a/kombu/utils/debug.py +++ b/kombu/utils/debug.py @@ -4,7 +4,7 @@ kombu.utils.debug Debugging support. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/encoding.py b/kombu/utils/encoding.py index 44195eb0..6ec0f27e 100644 --- a/kombu/utils/encoding.py +++ b/kombu/utils/encoding.py @@ -7,7 +7,7 @@ Utilities to encode text, and to safely emit text from running applications without crashing with the infamous :exc:`UnicodeDecodeError` exception. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/eventio.py b/kombu/utils/eventio.py index 6a41c606..10764844 100644 --- a/kombu/utils/eventio.py +++ b/kombu/utils/eventio.py @@ -4,7 +4,7 @@ kombu.utils.eventio Evented IO support for multiple platforms. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/finalize.py b/kombu/utils/finalize.py index c5081252..9e0c1e6e 100644 --- a/kombu/utils/finalize.py +++ b/kombu/utils/finalize.py @@ -6,7 +6,7 @@ Execute cleanup handlers when objects go out of scope. Taken from :class:`multiprocessing.util.Finalize`. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/limits.py b/kombu/utils/limits.py index 9f915574..c97e76eb 100644 --- a/kombu/utils/limits.py +++ b/kombu/utils/limits.py @@ -4,7 +4,7 @@ kombu.utils.limits Token bucket implementation for rate limiting. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """ diff --git a/kombu/utils/log.py b/kombu/utils/log.py index 56e0731d..f8c694bc 100644 --- a/kombu/utils/log.py +++ b/kombu/utils/log.py @@ -4,7 +4,7 @@ kombu.utils.log Logging utilities. -:copyright: (c) 2009 - 2011 by Ask Solem. +:copyright: (c) 2009 - 2012 by Ask Solem. :license: BSD, see LICENSE for more details. """