2014 -> 2015
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user