You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by da...@apache.org on 2022/12/15 02:10:28 UTC

[daffodil-vscode] branch main updated: Change name to "Apache Daffodil™ Extension for Visual Studio Code"

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

davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 6369a2f  Change name to "Apache Daffodil™ Extension for Visual Studio Code"
6369a2f is described below

commit 6369a2fec8d2a2e961ca17f9d9db63221365bd4c
Author: Davin Shearer <sc...@gmail.com>
AuthorDate: Fri Dec 2 12:14:49 2022 -0500

    Change name to "Apache Daffodil™ Extension for Visual Studio Code"
    
    closes #360
---
 .asf.yaml               |  2 +-
 LICENSE                 | 10 +++++-----
 NOTICE                  |  2 +-
 README.md               | 10 ++++++----
 build/package/LICENSE   | 10 +++++-----
 build/package/NOLICENSE |  2 +-
 build/package/NONOTICE  |  2 +-
 build/package/NOTICE    |  2 +-
 package.json            |  4 ++--
 9 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index eb52000..16ec4da 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 github:
-  description: "VS Code extension for Apache Daffodil"
+  description: "Apache Daffodil™ Extension for Visual Studio Code"
   homepage: https://daffodil.apache.org/
   features:
     wiki:     true
diff --git a/LICENSE b/LICENSE
index fa7e667..c1f4b8e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -202,12 +202,12 @@
    limitations under the License.
 
 
-APACHE DAFFODIL VS CODE EXTENSION SUBCOMPONENTS:
+APACHE DAFFODIL™ EXTENSION FOR VISUAL STUDIO CODE SUBCOMPONENTS:
 
-The Apache Daffodil VS Code Extension project contains subcomponents with
-separate copyright notices and license terms. Your use of the source code for
-these subcomponents is subject to the terms and conditions of the following
-licenses.
+The Apache Daffodil™ Extension for Visual Studio Code project contains
+subcomponents with separate copyright notices and license terms. Your use of
+the source code for these subcomponents is subject to the terms and
+conditions of the following licenses.
 
 - images/arrow.svg
   This product bundles the above files from the 'VS Code Mock Debug' extension.
diff --git a/NOTICE b/NOTICE
index 5a8e04f..fbcce24 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Daffodil VS Code Extension
+Apache Daffodil™ Extension for Visual Studio Code
 Copyright 2022 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/README.md b/README.md
index 6e28850..f8ff33c 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,16 @@
 
 <img src="https://daffodil.apache.org/assets/themes/apache/img/apache-daffodil-logo.png" height="85" alt="Apache Daffodil"/>
 
-# Apache Daffodil VS Code Extension
+# Apache Daffodil™ Extension for Visual Studio Code
 
 [![CI](https://github.com/apache/daffodil-vscode/workflows/CI/badge.svg)](https://github.com/apache/daffodil-vscode/actions/workflows/CI.yml)
 
 </div>
 
-This is a VS Code extension which enables the interactive debugging of DFDL schema parsing using [Apache Daffodil](https://daffodil.apache.org/).
+This is an extension for Visual Studio Code (VS Code) which enables the interactive debugging of DFDL schema parsing using [Apache Daffodil](https://daffodil.apache.org/).
 
 ## Build Requirements
+
 - Java Development Kit (JDK) 11 or higher
 - SBT 0.13.8 or higher
 - Node 10 or higher
@@ -38,13 +39,14 @@ This is a VS Code extension which enables the interactive debugging of DFDL sche
 
 Until the extension is available in the [VS Code Extension Marketplace](https://marketplace.visualstudio.com/vscode), please download the latest `.vsix` file from the [releases page](https://github.com/apache/daffodil-vscode/releases).
 
-
 ## Package VSIX and Debugger
+
 :exclamation:**NOT necessary if using prebuilt VSIX**:exclamation:
 
 :exclamation:**NOT necessary if running extension via VS Code without VSIX but a `yarn install` will be required**:exclamation:
 
 Run full package
+
   ```bash
   yarn package
   ```
@@ -95,7 +97,7 @@ users@daffodil.apache.org mailing lists.  You can report bugs via
 
 ## License
 
-Apache Daffodil VS Code Extension is licensed under the [Apache License, v2.0].
+Apache Daffodil™ Extension for Visual Studio Code is licensed under the [Apache License, v2.0].
 
 [Apache License, v2.0]: https://www.apache.org/licenses/LICENSE-2.0
 [GitHub Issues]: https://github.com/apache/daffodil-vscode/issues
diff --git a/build/package/LICENSE b/build/package/LICENSE
index 915ab95..3a040af 100644
--- a/build/package/LICENSE
+++ b/build/package/LICENSE
@@ -202,12 +202,12 @@
    limitations under the License.
 
 
-APACHE DAFFODIL VS CODE EXTENSION SUBCOMPONENTS:
+APACHE DAFFODIL™ EXTENSION FOR VISUAL STUDIO CODE EXTENSION SUBCOMPONENTS:
 
-The Apache Daffodil VS Code Extension project contains subcomponents with
-separate copyright notices and license terms. Your use of the source code for
-these subcomponents is subject to the terms and conditions of the following
-licenses.
+The Apache Daffodil™ Extension for Visual Studio Code project contains
+subcomponents with separate copyright notices and license terms. Your use of
+the source code for these subcomponents is subject to the terms and
+conditions of the following licenses.
 
 - 'await-notify' in extension/dist/ext/extension.js
   This product bundles 'Node Await Notify' from the above files.
diff --git a/build/package/NOLICENSE b/build/package/NOLICENSE
index c1a3e70..b46b9ee 100644
--- a/build/package/NOLICENSE
+++ b/build/package/NOLICENSE
@@ -1,4 +1,4 @@
-Apache Daffodil VS Code Extension
+Apache Daffodil™ Extension for Visual Studio Code
 Copyright 2022 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/build/package/NONOTICE b/build/package/NONOTICE
index a7b3f5e..654cfb9 100644
--- a/build/package/NONOTICE
+++ b/build/package/NONOTICE
@@ -1,4 +1,4 @@
-Apache Daffodil VS Code Extension
+Apache Daffodil™ Extension for Visual Studio Code
 Copyright 2022 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/build/package/NOTICE b/build/package/NOTICE
index 5838700..eca101e 100644
--- a/build/package/NOTICE
+++ b/build/package/NOTICE
@@ -1,4 +1,4 @@
-Apache Daffodil VS Code Extension
+Apache Daffodil™ Extension for Visual Studio Code
 Copyright 2022 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/package.json b/package.json
index 891ecef..c5f2105 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "apache-daffodil-vscode",
-	"displayName": "Apache Daffodil VS Code Extension",
-	"description": "VS Code extension for Apache Daffodil DFDL schema debugging",
+	"displayName": "Apache Daffodil™ Extension for Visual Studio Code",
+	"description": "Apache Daffodil™ Extension for Visual Studio Code providing DFDL syntax highlighting, DFDL code completion, DFDL schema debugging, and data editor",
 	"version": "1.3.0-SNAPSHOT",
 	"daffodilVersion": "3.4.0",
 	"publisher": "asf",