diff options
Diffstat (limited to 'build/docker')
-rwxr-xr-x | build/docker/ubuntu-builder/install_docker.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/docker/ubuntu-builder/install_docker.sh b/build/docker/ubuntu-builder/install_docker.sh index eeb80e36a..47c3a52ec 100755 --- a/build/docker/ubuntu-builder/install_docker.sh +++ b/build/docker/ubuntu-builder/install_docker.sh @@ -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 |