diff options
Diffstat (limited to 'docker/common.sh')
-rwxr-xr-x | docker/common.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/common.sh b/docker/common.sh index 1f1cc75df..c1c783983 100755 --- a/docker/common.sh +++ b/docker/common.sh @@ -23,6 +23,12 @@ # this pull is to be removed right before the B release, once we build # a release candidate docker +# +# 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 +# cd $repos_dir/functest git pull |