Skip to content

Commit 5cffe1c

Browse files
committed
Updates copyright year to 2016
1 parent 46792b2 commit 5cffe1c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 SoftLayer Technologies, Inc. All rights reserved.
1+
Copyright (c) 2016 SoftLayer Technologies, Inc. All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
THE SOFTWARE.
19+
THE SOFTWARE.

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ System Requirements
6565

6666
Copyright
6767
---------
68-
This software is Copyright (c) 2015 SoftLayer Technologies, Inc.
68+
This software is Copyright (c) 2016 SoftLayer Technologies, Inc.
6969

7070
See the bundled LICENSE file for more information.

SoftLayer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__version__ = consts.VERSION
2828
__author__ = 'SoftLayer Technologies, Inc.'
2929
__license__ = 'MIT'
30-
__copyright__ = 'Copyright 2015 SoftLayer Technologies, Inc.'
30+
__copyright__ = 'Copyright 2016 SoftLayer Technologies, Inc.'
3131
__all__ = [
3232
'BaseClient',
3333
'create_client_from_env',

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
project = u'SoftLayer API Python Client'
4949
# Hack to avoid the "Redefining built-in 'copyright'" error from static
5050
# analysis tools
51-
globals()['copyright'] = u'2014, SoftLayer Technologies, Inc.'
51+
globals()['copyright'] = u'2016, SoftLayer Technologies, Inc.'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)