build/docker: Reuse tagged image for OPNFV build
[fuel.git] / build / docker / ubuntu-builder / install_docker.sh
index eeb80e3..47c3a52 100755 (executable)
@@ -1,4 +1,13 @@
 #!/bin/bash
+##############################################################################
+# Copyright (c) 2015 Ericsson AB and others.
+# stefan.k.berg@ericsson.com
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
 # From prepare-build-env.sh of Fuel
 # Check if docker is installed
 if hash docker 2>/dev/null; then