This is an automated email from the ASF dual-hosted git repository. seonghyun pushed a commit to branch upgle-patch-2 in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git
commit 61ded9bd7e471ce7bab4aff57ee8efbcfdee6aa2 Author: Seonghyun Oh <[email protected]> AuthorDate: Mon May 31 14:33:34 2021 +0900 Add missing license --- src/wskEntity.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/wskEntity.ts b/src/wskEntity.ts index 382797a..bf93750 100644 --- a/src/wskEntity.ts +++ b/src/wskEntity.ts @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + */ import * as vscode from 'vscode'; import * as openwhisk from 'openwhisk'; import { encodeActionUri, encodeActivationUri } from './wskContent';
