From b05f09fb71a3e8dc0f9a3fd018cbdcc8661c05d2 Mon Sep 17 00:00:00 2001 From: YanxuanLiu Date: Thu, 18 Jul 2024 17:32:09 +0800 Subject: [PATCH] add license Signed-off-by: YanxuanLiu --- test.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/test.sh b/test.sh index 0779847e5e0..fce89903f58 100644 --- a/test.sh +++ b/test.sh @@ -1 +1,22 @@ +#!/bin/bash +# +# Copyright (c) 2024, NVIDIA CORPORATION. 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. +# +# This file checks whether all the dependency jar or pom files for the specified +# artifacts defined in the file "$ARTIFACT_FILE" are available +# in the "$SERVER_ID::default::$SERVER_URL" maven repo + + echo 'test' \ No newline at end of file