mirror of https://github.com/celery/kombu.git
Copyright 2014
This commit is contained in:
parent
224f16160b
commit
ff42ffc6f3
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2012-2013 GoPivotal, Inc. All rights reserved.
|
Copyright (c) 2012-2014 GoPivotal, Inc. All rights reserved.
|
||||||
Copyright (c) 2009-2012, Ask Solem & contributors.
|
Copyright (c) 2009-2012, Ask Solem & contributors.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Kombu'
|
project = 'Kombu'
|
||||||
copyright = '2009-2013, Ask Solem'
|
copyright = '2009-2014, Ask Solem'
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue