Skip to content

Commit 81de3ef

Browse files
committed
Updating copyright to include 2017
1 parent c5915b3 commit 81de3ef

File tree

11 files changed

+21
-13
lines changed

11 files changed

+21
-13
lines changed

ds3/ds3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#
@@ -36,7 +36,6 @@ def createClientFromEnv():
3636
creds = Credentials(access_key, secret_key)
3737
client = Client(endpoint, creds, proxy)
3838
return client
39-
4039
# Models
4140

4241
class HeadRequestStatus(object):

ds3/ds3network.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#
@@ -9,8 +9,6 @@
99
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
1010
# specific language governing permissions and limitations under the License.
1111

12-
# This code is auto-generated, do not modify
13-
1412
import hmac
1513
import base64
1614
import xml.dom.minidom

samples/bulk_with_prefix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#

samples/getPhysical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#

samples/getService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#

samples/gettingData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#

samples/listAll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#

samples/puttingData.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
2+
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
3+
# this file except in compliance with the License. A copy of the License is located at
4+
#
5+
# http://www.apache.org/licenses/LICENSE-2.0
6+
#
7+
# or in the "license" file accompanying this file.
8+
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9+
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
# specific language governing permissions and limitations under the License.
11+
112
from ds3 import ds3
213
import os
314
import time

samples/renaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2015 Spectra Logic Corporation. All Rights Reserved.
1+
# Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
22
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
33
# this file except in compliance with the License. A copy of the License is located at
44
#

0 commit comments

Comments
 (0)