From 3a764c7565603c5bf36aae331b527ed65ac7c12b Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Wed, 19 Aug 2020 14:32:10 +0800 Subject: [PATCH] add LICENSE --- .github/workflows/auto-merge.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 43f3a33f08f9..4da353d6d38b 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -1,3 +1,19 @@ +# +# Copyright (c) 2019-2020, 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. +# + # A workflow to keep BASE branch up-to-date from HEAD branch name: auto-merge HEAD to BASE