You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by se...@apache.org on 2021/05/31 05:33:40 UTC

[openwhisk-vscode-extension] branch upgle-patch-2 created (now 61ded9b)

This is an automated email from the ASF dual-hosted git repository.

seonghyun pushed a change to branch upgle-patch-2
in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git.


      at 61ded9b  Add missing license

This branch includes the following new commits:

     new 61ded9b  Add missing license

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[openwhisk-vscode-extension] 01/01: Add missing license

Posted by se...@apache.org.
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 <oh...@navercorp.com>
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';