2014 -> 2015

This commit is contained in:
David Arthur
2015-02-03 20:03:07 -05:00
parent 91156f6ae4
commit c29cfdc156
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ see https://groups.google.com/forum/m/#!forum/kafka-clients
# License
Copyright 2014, David Arthur under Apache License, v2.0. See `LICENSE`
Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE`
# Status

View File

@@ -35,7 +35,7 @@ Python versions
License
-------
Copyright 2014, David Arthur under Apache License, v2.0. See `LICENSE <https://github.com/mumrah/kafka-python/blob/master/LICENSE>`_.
Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE <https://github.com/mumrah/kafka-python/blob/master/LICENSE>`_.
Contents

View File

@@ -4,7 +4,7 @@ import pkg_resources
__version__ = pkg_resources.require('kafka-python')[0].version
__author__ = 'David Arthur'
__license__ = 'Apache License 2.0'
__copyright__ = 'Copyright 2014, David Arthur under Apache License, v2.0'
__copyright__ = 'Copyright 2015, David Arthur under Apache License, v2.0'
from kafka.client import KafkaClient
from kafka.conn import KafkaConnection