From: smahana123 Date: Tue, 6 Dec 2022 06:28:54 +0000 (+0530) Subject: License headers added. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9e0dbd99a69dd74244f05335c25e06b107f76e2f;p=aiml-fw%2Faimlfw-dep.git License headers added. Issue-Id: AIMLFW-4 Signed-off-by: smahana123 Change-Id: Ie452dcd35be0f6392dfdd23f0970c545141b21fd Signed-off-by: smahana123 --- diff --git a/bin/install_traininghost.sh b/bin/install_traininghost.sh index 7480490..9c2b072 100755 --- a/bin/install_traininghost.sh +++ b/bin/install_traininghost.sh @@ -1,3 +1,20 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. +# +# 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. +# +# ================================================================================== #Checking whether the user is added in the docker group or not. if [[ $(groups | grep docker) ]]; then echo "You are already added to the docker group!" diff --git a/bin/uninstall_traininghost.sh b/bin/uninstall_traininghost.sh index a649855..00a4ff1 100755 --- a/bin/uninstall_traininghost.sh +++ b/bin/uninstall_traininghost.sh @@ -1,3 +1,20 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. +# +# 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. +# +# ================================================================================== bin/uninstall.sh bin/uninstall_databases.sh helm repo remove local