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

[openwhisk-vscode-extension] branch master updated: Change license headers for ASF, remove NAVER copyright (#6)

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

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 82da697  Change license headers for ASF, remove NAVER copyright (#6)
82da697 is described below

commit 82da697f26b1ae0539f318adf62a8087dee560d9
Author: Seonghyun Oh <oh...@navercorp.com>
AuthorDate: Thu Jan 14 18:33:05 2021 +0900

    Change license headers for ASF, remove NAVER copyright (#6)
    
    * Change license headers for ASF, remove NAVER copyright
    
    * Update name
    
    * Update display name and description
---
 LICENSE.txt                                   |  3 +--
 NOTICE.txt                                    | 11 ++++++-----
 README.md                                     | 19 ++++++++++---------
 package.json                                  | 11 ++++++-----
 src/activationList.ts                         | 11 ++++++-----
 src/authentication.ts                         | 11 ++++++-----
 src/commands/common/openMetadataEditor.ts     | 11 ++++++-----
 src/commands/createAction.ts                  | 11 ++++++-----
 src/commands/createPackage.ts                 | 11 ++++++-----
 src/commands/createWskdeployProject.ts        | 11 ++++++-----
 src/commands/deleteAction.ts                  | 11 ++++++-----
 src/commands/deletePackage.ts                 | 11 ++++++-----
 src/commands/deleteTrigger.ts                 | 11 ++++++-----
 src/commands/editAction.ts                    | 11 ++++++-----
 src/commands/editActionMetadata.ts            | 11 ++++++-----
 src/commands/editPackageMetadata.ts           | 11 ++++++-----
 src/commands/index.ts                         | 11 ++++++-----
 src/commands/invokeAction.ts                  | 11 ++++++-----
 src/commands/openActionCode.ts                | 11 ++++++-----
 src/commands/showTriggerInfo.ts               | 11 ++++++-----
 src/common/index.ts                           | 11 ++++++-----
 src/constant/path.ts                          | 11 ++++++-----
 src/constant/runtimes.ts                      | 11 ++++++-----
 src/constant/template.ts                      | 11 ++++++-----
 src/entityExplorer.ts                         | 11 ++++++-----
 src/extension.ts                              | 11 ++++++-----
 src/manifestList.ts                           | 11 ++++++-----
 src/storage.ts                                | 11 ++++++-----
 src/test/runTest.ts                           | 11 ++++++-----
 src/test/suite/StorageManager.test.ts         | 11 ++++++-----
 src/test/suite/createWskdeployProject.test.ts | 11 ++++++-----
 src/test/suite/entityExplorer.test.ts         | 11 ++++++-----
 src/test/suite/index.ts                       | 11 ++++++-----
 src/test/suite/manifestList.test.ts           | 11 ++++++-----
 src/test/suite/wskContent.test.ts             | 11 ++++++-----
 src/test/suite/wskEntity.test.ts              | 11 ++++++-----
 src/wskContent.ts                             | 11 ++++++-----
 src/wskdeployYamlCompletion.ts                | 11 ++++++-----
 webview-template/css/common.css               | 11 ++++++-----
 39 files changed, 233 insertions(+), 196 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 809ba07..d645695 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,3 @@
-  
 
                                  Apache License
                            Version 2.0, January 2004
@@ -188,7 +187,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2020-present NAVER Corp.
+   Copyright [yyyy] [name of copyright owner]
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/NOTICE.txt b/NOTICE.txt
index 0616ff4..d362e30 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,10 +1,11 @@
 OpenWhisk VSCode Extension
 
-Copyright 2020-present NAVER Corp.
-
-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
+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
 
diff --git a/README.md b/README.md
index 0c85262..f9aba87 100644
--- a/README.md
+++ b/README.md
@@ -45,22 +45,23 @@ This extension contributes the following commands to the Command palette.
 ## How to debug in your local
 
 ```bash
-git clone https://github.com/naver/openwhisk-vscode-extension.git
+git clone https://github.com/apache/openwhisk-vscode-extension.git
 code ./openwhisk-vscode-extension # Open openwhisk-vscode-extension in VSCode
 ```
 
 Press `F5` button(run debug)  
 
-Learn more about debugging [here](https://github.com/naver/openwhisk-vscode-extension/blob/master/vsc-extension-quickstart.md)
+Learn more about debugging [here](https://github.com/apache/openwhisk-vscode-extension/blob/master/vsc-extension-quickstart.md)
 
 ## License
 
 ```
-Copyright 2020-present NAVER Corp.
-
-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
+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
 
@@ -75,7 +76,7 @@ limitations under the License.
 
 Portions of this product include SVG files developed by the XEIcon project (https://github.com/xpressengine/XEIcon).
  
- - Dark theme: https://github.com/naver/openwhisk-vscode-extension/tree/master/resource/dark
- - Light theme: https://github.com/naver/openwhisk-vscode-extension/tree/master/resource/light
+ - Dark theme: https://github.com/apache/openwhisk-vscode-extension/tree/master/resource/dark
+ - Light theme: https://github.com/apache/openwhisk-vscode-extension/tree/master/resource/light
 
 Those files are distributed under the XEIcon license (https://github.com/xpressengine/XEIcon#license).   
diff --git a/package.json b/package.json
index ff5a419..a5699af 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,10 @@
 {
 	"name": "openwhisk-vscode-extension",
-	"displayName": "DevTools for Apache Openwhisk",
-	"description": "DevTools for Apache OpenWhisk",
+	"displayName": "VSCode Extension for Apache Openwhisk",
+	"description": "VSCode Extension for Apache OpenWhisk",
 	"version": "1.1.0",
-	"publisher": "NAVER",
+	"publisher": "Apache Openwhisk",
+    "author": "Apache Software Foundation",
 	"engines": {
 		"vscode": "^1.41.0"
 	},
@@ -12,10 +13,10 @@
 	"categories": [
 		"Other"
 	],
-	"homepage": "https://github.com/naver/openwhisk-vscode-extension/blob/master/README.md",
+	"homepage": "https://github.com/apache/openwhisk-vscode-extension/blob/master/README.md",
 	"repository": {
 		"type": "git",
-		"url": "https://github.com/naver/openwhisk-vscode-extension.git"
+		"url": "https://github.com/apache/openwhisk-vscode-extension.git"
 	},
 	"activationEvents": [
 		"onCommand:wskdeploy.createProject",
diff --git a/src/activationList.ts b/src/activationList.ts
index 3920df7..11eb354 100644
--- a/src/activationList.ts
+++ b/src/activationList.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/authentication.ts b/src/authentication.ts
index 291c909..92d004d 100644
--- a/src/authentication.ts
+++ b/src/authentication.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/common/openMetadataEditor.ts b/src/commands/common/openMetadataEditor.ts
index c1c8a68..21b2dcf 100644
--- a/src/commands/common/openMetadataEditor.ts
+++ b/src/commands/common/openMetadataEditor.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/createAction.ts b/src/commands/createAction.ts
index 86ef11d..b5713bf 100644
--- a/src/commands/createAction.ts
+++ b/src/commands/createAction.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/createPackage.ts b/src/commands/createPackage.ts
index a56f8aa..a784e4f 100644
--- a/src/commands/createPackage.ts
+++ b/src/commands/createPackage.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/createWskdeployProject.ts b/src/commands/createWskdeployProject.ts
index b43c99b..76c9729 100644
--- a/src/commands/createWskdeployProject.ts
+++ b/src/commands/createWskdeployProject.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/deleteAction.ts b/src/commands/deleteAction.ts
index 486cb9c..3d65913 100644
--- a/src/commands/deleteAction.ts
+++ b/src/commands/deleteAction.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/deletePackage.ts b/src/commands/deletePackage.ts
index 42e1fc8..2654258 100644
--- a/src/commands/deletePackage.ts
+++ b/src/commands/deletePackage.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/deleteTrigger.ts b/src/commands/deleteTrigger.ts
index 9199d85..9905eb8 100644
--- a/src/commands/deleteTrigger.ts
+++ b/src/commands/deleteTrigger.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/editAction.ts b/src/commands/editAction.ts
index 7b8e4ab..d59f8c7 100644
--- a/src/commands/editAction.ts
+++ b/src/commands/editAction.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/editActionMetadata.ts b/src/commands/editActionMetadata.ts
index 0921c72..18f06ba 100644
--- a/src/commands/editActionMetadata.ts
+++ b/src/commands/editActionMetadata.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/editPackageMetadata.ts b/src/commands/editPackageMetadata.ts
index 9664f0a..a099536 100644
--- a/src/commands/editPackageMetadata.ts
+++ b/src/commands/editPackageMetadata.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/index.ts b/src/commands/index.ts
index 05e56aa..b990fef 100644
--- a/src/commands/index.ts
+++ b/src/commands/index.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/invokeAction.ts b/src/commands/invokeAction.ts
index 0192741..295df9a 100644
--- a/src/commands/invokeAction.ts
+++ b/src/commands/invokeAction.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/openActionCode.ts b/src/commands/openActionCode.ts
index b2934c3..4decb86 100644
--- a/src/commands/openActionCode.ts
+++ b/src/commands/openActionCode.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/commands/showTriggerInfo.ts b/src/commands/showTriggerInfo.ts
index 7c90a6f..4b90f25 100644
--- a/src/commands/showTriggerInfo.ts
+++ b/src/commands/showTriggerInfo.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/common/index.ts b/src/common/index.ts
index 9c4da94..6a40061 100644
--- a/src/common/index.ts
+++ b/src/common/index.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/constant/path.ts b/src/constant/path.ts
index ebf7dc6..4c26fd9 100644
--- a/src/constant/path.ts
+++ b/src/constant/path.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/constant/runtimes.ts b/src/constant/runtimes.ts
index 0077f0f..182090d 100644
--- a/src/constant/runtimes.ts
+++ b/src/constant/runtimes.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/constant/template.ts b/src/constant/template.ts
index 6332ec7..d5ea19e 100644
--- a/src/constant/template.ts
+++ b/src/constant/template.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/entityExplorer.ts b/src/entityExplorer.ts
index f1c82f8..9b39956 100644
--- a/src/entityExplorer.ts
+++ b/src/entityExplorer.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/extension.ts b/src/extension.ts
index 7ee4ad2..9c54e7f 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/manifestList.ts b/src/manifestList.ts
index a4a863e..7d5e33f 100644
--- a/src/manifestList.ts
+++ b/src/manifestList.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/storage.ts b/src/storage.ts
index eada2e6..aa7d401 100644
--- a/src/storage.ts
+++ b/src/storage.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/runTest.ts b/src/test/runTest.ts
index e2ddec7..95212b6 100644
--- a/src/test/runTest.ts
+++ b/src/test/runTest.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/suite/StorageManager.test.ts b/src/test/suite/StorageManager.test.ts
index d71e06f..560db3a 100644
--- a/src/test/suite/StorageManager.test.ts
+++ b/src/test/suite/StorageManager.test.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/suite/createWskdeployProject.test.ts b/src/test/suite/createWskdeployProject.test.ts
index f677f75..38edfb5 100644
--- a/src/test/suite/createWskdeployProject.test.ts
+++ b/src/test/suite/createWskdeployProject.test.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/suite/entityExplorer.test.ts b/src/test/suite/entityExplorer.test.ts
index 3b7c83e..26322c5 100644
--- a/src/test/suite/entityExplorer.test.ts
+++ b/src/test/suite/entityExplorer.test.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/suite/index.ts b/src/test/suite/index.ts
index d6c1c04..2e9fe07 100644
--- a/src/test/suite/index.ts
+++ b/src/test/suite/index.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/suite/manifestList.test.ts b/src/test/suite/manifestList.test.ts
index 3fefe78..8abeecc 100644
--- a/src/test/suite/manifestList.test.ts
+++ b/src/test/suite/manifestList.test.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/suite/wskContent.test.ts b/src/test/suite/wskContent.test.ts
index 1262a2b..2879e96 100644
--- a/src/test/suite/wskContent.test.ts
+++ b/src/test/suite/wskContent.test.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/test/suite/wskEntity.test.ts b/src/test/suite/wskEntity.test.ts
index ad0b29d..c63779d 100644
--- a/src/test/suite/wskEntity.test.ts
+++ b/src/test/suite/wskEntity.test.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/wskContent.ts b/src/wskContent.ts
index fc35969..26d3eb2 100644
--- a/src/wskContent.ts
+++ b/src/wskContent.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/src/wskdeployYamlCompletion.ts b/src/wskdeployYamlCompletion.ts
index 0a104b5..e822e69 100644
--- a/src/wskdeployYamlCompletion.ts
+++ b/src/wskdeployYamlCompletion.ts
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *
diff --git a/webview-template/css/common.css b/webview-template/css/common.css
index 5f31e96..b7ad81a 100644
--- a/webview-template/css/common.css
+++ b/webview-template/css/common.css
@@ -1,9 +1,10 @@
 /**
- * Copyright 2020-present NAVER Corp.
- *
- * 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
+ * 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
  *