summaryrefslogtreecommitdiffstats
path: root/build/download/__init__.py
diff options
context:
space:
mode:
authorMilan Verespej <m.verespej@partner.samsung.com>2019-04-18 14:37:51 +0200
committerMilan Verespej <m.verespej@partner.samsung.com>2019-05-24 10:26:50 +0200
commit8786632a6a9cf3be20e7b1d6a047751fa26fcf8b (patch)
treefb94be2d71b97bdbb3acbff309f8d3c63568f4ab /build/download/__init__.py
parentb1fe78553ea7d1caf90c1d52e195cd8f2a082008 (diff)
Improve docker image download script
This is part of the series of changes that will improve download scripts. Issue-ID: OOM-1803 Change-Id: I6606762f8e05c25132257e5612997418a9d6d701 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
Diffstat (limited to 'build/download/__init__.py')
-rw-r--r--build/download/__init__.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/build/download/__init__.py b/build/download/__init__.py
new file mode 100644
index 00000000..f0efbc15
--- /dev/null
+++ b/build/download/__init__.py
@@ -0,0 +1,22 @@
+
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+
+# COPYRIGHT NOTICE STARTS HERE
+
+# Copyright 2019 © Samsung Electronics Co., Ltd.
+#
+# 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.
+
+# COPYRIGHT NOTICE ENDS HERE
+