summaryrefslogtreecommitdiff
path: root/docker/client.py
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2016-09-05 17:48:09 +0200
committerBen Firshman <ben@firshman.co.uk>2016-09-05 17:48:09 +0200
commit3769c089e8dbac13ea6a65373f87d3b8ee539c5f (patch)
tree9700503d99ec7f7a13caab25c6ca2f60b9444095 /docker/client.py
parentfff71e9dbff873e6ccb25c75f6763307e3d17f02 (diff)
downloaddocker-py-3769c089e8dbac13ea6a65373f87d3b8ee539c5f.tar.gz
Fix licenses
* Complete main LICENSE * Remove unnecessary licenses from individual files Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Diffstat (limited to 'docker/client.py')
-rw-r--r--docker/client.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/docker/client.py b/docker/client.py
index ef718a7..b811d36 100644
--- a/docker/client.py
+++ b/docker/client.py
@@ -1,17 +1,3 @@
-# Copyright 2013 dotCloud inc.
-
-# 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.
-
import json
import struct
from functools import partial