diff options
author | Jun Li <matthew.lijun@huawei.com> | 2017-06-26 09:03:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-26 09:03:26 +0000 |
commit | 6a9f0ce6edf92e57282ff7b69fb3d47e75234833 (patch) | |
tree | ae9f24a55222e47dff6f091d2251f5646bc3ff32 /jjb | |
parent | 1665fba7186cbde5bb2273f0f09f8f82ab1dad1a (diff) | |
parent | 7594c060d3561fb2d6b3832b11aa81e8ad945437 (diff) |
Merge "Add licenses to Dovetail scripts"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/dovetail/dovetail-cleanup.sh | 7 | ||||
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-cleanup.sh b/jjb/dovetail/dovetail-cleanup.sh index 0ee789a97..3ae0cbcc9 100755 --- a/jjb/dovetail/dovetail-cleanup.sh +++ b/jjb/dovetail/dovetail-cleanup.sh @@ -1,4 +1,11 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# 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 +############################################################################## [[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null" diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index 09bf6e1ae..d423e9d29 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -1,4 +1,11 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# 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 +############################################################################## #the noun INSTALLER is used in community, here is just the example to run. #multi-platforms are supported. |