diff options
author | John Dickinson <me@not.mn> | 2014-01-24 14:53:17 -0800 |
---|---|---|
committer | John Dickinson <me@not.mn> | 2014-01-24 14:53:17 -0800 |
commit | 95aa3e96f25137d5e6716d0a4572b8885b0cd11a (patch) | |
tree | df3f33188c0cc8b39c2e65d383ee8369473d298e /swiftclient/command_helpers.py | |
parent | b4907e0c816585d9b20a4119b00ee56adb884119 (diff) | |
download | python-swiftclient-95aa3e96f25137d5e6716d0a4572b8885b0cd11a.tar.gz |
match hacking rules in swift
Change-Id: Iee02978f38ca020754f52ceaed6aa3684fa87bc9
Diffstat (limited to 'swiftclient/command_helpers.py')
-rw-r--r-- | swiftclient/command_helpers.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/swiftclient/command_helpers.py b/swiftclient/command_helpers.py index 4e9c664..0c81cb6 100644 --- a/swiftclient/command_helpers.py +++ b/swiftclient/command_helpers.py @@ -1,3 +1,16 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from swiftclient.utils import prt_bytes |