From 649bc7e3555ba18872f1926b1ca1fd71ab59b0dc Mon Sep 17 00:00:00 2001 From: hlts2 Date: Tue, 30 Jul 2024 13:18:58 +0900 Subject: [PATCH] feat: add license Signed-off-by: hlts2 --- .github/workflows/update-actions.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/update-actions.yaml b/.github/workflows/update-actions.yaml index d5e69174fc..4a0c3cfc14 100644 --- a/.github/workflows/update-actions.yaml +++ b/.github/workflows/update-actions.yaml @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019-2024 vdaas.org vald team +# +# 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 +# +# https://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. +# name: Update Actions version on: workflow_dispatch: