Updated feature description, license, ...
diff --git a/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature.sdk/feature.xml b/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature.sdk/feature.xml
index 3a5b9b2..696ac6f 100644
--- a/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature.sdk/feature.xml
+++ b/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature.sdk/feature.xml
@@ -1,22 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <feature

       id="org.eclipse.app4mc.sca2amalthea.feature.sdk"

-      label="SCA2AMALTHEA SDK"

+      label="APP4MC SCA2AMALTHEA SDK"

       version="1.0.0.qualifier"

-      provider-name="Eclipse.org">

+      provider-name="Eclipse APP4MC"

+      license-feature="org.eclipse.license"

+      license-feature-version="0.0.0">

 

-   <description url="http://www.example.com/description">

-      [Enter Feature Description here.]

+   <description url="https://projects.eclipse.org/projects/automotive.app4mc">

+      APP4MC Sourcecode Analysis (SCA) to Amalthea SDK

    </description>

 

-   <copyright url="http://www.example.com/copyright">

-      [Enter Copyright Description here.]

+   <copyright url="https://projects.eclipse.org/projects/automotive.app4mc">

+      (c) Copyright Eclipse APP4MC contributors and others. 2018-2021.

+All rights reserved.

    </copyright>

 

-   <license url="http://www.example.com/license">

-      [Enter License Description here.]

-   </license>

-

    <includes

          id="org.eclipse.app4mc.sca2amalthea.feature"

          version="0.0.0"/>

diff --git a/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature/feature.xml b/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature/feature.xml
index 06d0265..6d5414a 100644
--- a/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature/feature.xml
+++ b/eclipse-tools/sca2amalthea/features/org.eclipse.app4mc.sca2amalthea.feature/feature.xml
@@ -1,22 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <feature

       id="org.eclipse.app4mc.sca2amalthea.feature"

-      label="SCA2AMALTHEA Runtime"

+      label="APP4MC SCA2AMALTHEA Runtime"

       version="1.0.0.qualifier"

-      provider-name="Eclipse.org">

+      provider-name="Eclipse APP4MC"

+      license-feature="org.eclipse.license"

+      license-feature-version="0.0.0">

 

-   <description url="http://www.example.com/description">

-      [Enter Feature Description here.]

+   <description url="https://projects.eclipse.org/projects/automotive.app4mc">

+      APP4MC Sourcecode Analysis (SCA) to Amalthea

    </description>

 

-   <copyright url="http://www.example.com/copyright">

-      [Enter Copyright Description here.]

+   <copyright url="https://projects.eclipse.org/projects/automotive.app4mc">

+      (c) Copyright Eclipse APP4MC contributors and others. 2018-2021.

+All rights reserved.

    </copyright>

 

-   <license url="http://www.example.com/license">

-      [Enter License Description here.]

-   </license>

-

    <requires>

       <import plugin="org.eclipse.core.runtime"/>

       <import plugin="org.eclipse.emf.ecore.xmi"/>

diff --git a/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README-sca-jar.txt b/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README-sca-jar.txt
index a44710b..7b0da8b 100644
--- a/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README-sca-jar.txt
+++ b/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README-sca-jar.txt
@@ -5,26 +5,26 @@
     java -jar sca.jar <-pdir> [-astp] [-cfilesTxtPath] [-hdirlist] [-taskinfo] [-lockinfo] [-enableStructMember] [-xmlCallTreePath] [-outdir]
 
     Options:
-	  -cfilesTxtPath        (optional) path of the text file containing list of c file paths.
-	  
-      -hdirlist             (optional) list of directory paths that contain header files
-                                       The directory paths should be separated by the path separator ie ";"
+      -cfilesTxtPath       (optional) path of the text file containing list of c file paths.
 
-      -taskinfo             (optional) path of the task/isr information file
+      -hdirlist            (optional) list of directory paths that contain header files
+                                      The directory paths should be separated by the path separator ie ";"
 
-      -lockinfo             (optional) path of a csv file containing information of lock functions
+      -taskinfo            (optional) path of the task/isr information file
 
-      -enableStructMember   (optional) boolean value for reporting struct member accesses in Amalthea model
+      -lockinfo            (optional) path of a csv file containing information of lock functions
 
-      -xmlCallTreePath      (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
+      -enableStructMember  (optional) boolean value for reporting struct member accesses in Amalthea model
 
-      -outdir               (optional) path of the directory where the Amalthea model has to be stored
+      -xmlCallTreePath     (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
+
+      -outdir              (optional) path of the directory where the Amalthea model has to be stored
 
     Mandatory Parameter:
-        -pdir               (mandatory) path of the root directory of the C project
+      -pdir               (mandatory) path of the root directory of the C project
 
-        -astp               (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
- 
+      -astp               (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
+
  Examples:
 
     Displaying sca2Amalthea help
diff --git a/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README.txt b/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README.txt
index cbe7953..16519ff 100644
--- a/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README.txt
+++ b/eclipse-tools/sca2amalthea/releng/org.eclipse.app4mc.sca2amalthea.headless.product/README.txt
@@ -7,32 +7,32 @@
   sca2Amalthea <-pdir> [-astp] [-cfilesTxtPath] [-hdirlist] [-taskinfo] [-lockinfo] [-enableStructMember] [-xmlCallTreePath] [-outdir] [-consoleLog] [-console]
 
     Options:
-	   -cfilesTxtPath       (optional) path of the text file containing list of c file paths.
-	  
-      -hdirlist             (optional) list of directory paths that contain header files
-                                       The directory paths should be separated by the path separator ie ";"
+      -cfilesTxtPath       (optional) path of the text file containing list of c file paths.
 
-      -taskinfo             (optional) path of the task/isr information file
+      -hdirlist            (optional) list of directory paths that contain header files
+                                      The directory paths should be separated by the path separator ie ";"
 
-      -lockinfo             (optional) path of a csv file containing information of lock functions
+      -taskinfo            (optional) path of the task/isr information file
 
-      -enableStructMember   (optional) boolean value for reporting struct member accesses in Amalthea model
+      -lockinfo            (optional) path of a csv file containing information of lock functions
 
-      -xmlCallTreePath      (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
+      -enableStructMember  (optional) boolean value for reporting struct member accesses in Amalthea model
 
-      -outdir               (optional) path of the directory where the Amalthea model has to be stored
+      -xmlCallTreePath     (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
 
-      -h                    Shows the help
+      -outdir              (optional) path of the directory where the Amalthea model has to be stored
 
-      -consoleLog           (optional) When using the launcher, the console outputs are not printed to the shell.
-                            By using this option a separate shell is opened to which the results are printed.
+      -h                   Shows the help
 
-      -console              (optional) Opens the OSGi console. This option has to be provided in addition to the options listed above.
+      -consoleLog          (optional) When using the launcher, the console outputs are not printed to the shell.
+                                      By using this option a separate shell is opened to which the results are printed.
+
+      -console             (optional) Opens the OSGi console. This option has to be provided in addition to the options listed above.
 
   Mandatory Parameter:
-       -pdir               (mandatory) path of the root directory of the C project
+       -pdir              (mandatory) path of the root directory of the C project
 
-       -astp               (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
+       -astp              (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
 
     Examples:
 
@@ -63,25 +63,25 @@
     java -jar sca.jar <-pdir> [-astp] [-cfilesTxtPath] [-hdirlist] [-taskinfo] [-lockinfo] [-enableStructMember] [-xmlCallTreePath] [-outdir]
 
     Options:
-	  -cfilesTxtPath        (optional) path of the text file containing list of c file paths.
-	  
-      -hdirlist             (optional) list of directory paths that contain header files
-                                       The directory paths should be separated by the path separator ie ";"
+      -cfilesTxtPath       (optional) path of the text file containing list of c file paths.
 
-      -taskinfo             (optional) path of the task/isr information file
+      -hdirlist            (optional) list of directory paths that contain header files
+                                      The directory paths should be separated by the path separator ie ";"
 
-      -lockinfo             (optional) path of a csv file containing information of lock functions
+      -taskinfo            (optional) path of the task/isr information file
 
-      -enableStructMember   (optional) boolean value for reporting struct member accesses in Amalthea model
+      -lockinfo            (optional) path of a csv file containing information of lock functions
 
-      -xmlCallTreePath      (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
+      -enableStructMember  (optional) boolean value for reporting struct member accesses in Amalthea model
 
-      -outdir               (optional) path of the directory where the Amalthea model has to be stored
+      -xmlCallTreePath     (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
+
+      -outdir              (optional) path of the directory where the Amalthea model has to be stored
 
     Mandatory Parameter:
-        -pdir               (mandatory) path of the root directory of the C project
+        -pdir             (mandatory) path of the root directory of the C project
 
-        -astp               (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
+        -astp             (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
 
 
     Examples:
@@ -116,25 +116,25 @@
   java -jar plugins/org.eclipse.osgi_3.15.100.v20191114-1701.jar -configuration ./configuration <-pdir> [-astp] [-cfilesTxtPath] [-hdirlist] [-taskinfo] [-lockinfo] [-enableStructMember] [-xmlCallTreePath] [-outdir]
 
    Options:
-	   -cfilesTxtPath       (optional) path of the text file containing list of c file paths.
-	   
-      -hdirlist             (optional) list of directory paths that contain header files
-                            The directory paths should be separated by the path separator ie ";"
+       -cfilesTxtPath      (optional) path of the text file containing list of c file paths.
 
-      -taskinfo             (optional) path of the task/isr information file
+      -hdirlist            (optional) list of directory paths that contain header files
+                                      The directory paths should be separated by the path separator ie ";"
 
-      -lockinfo             (optional) path of a csv file containing information of lock functions
+      -taskinfo            (optional) path of the task/isr information file
 
-      -enableStructMember   (optional) boolean value for reporting struct member accesses in Amalthea model
+      -lockinfo            (optional) path of a csv file containing information of lock functions
 
-      -xmlCallTreePath      (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
+      -enableStructMember  (optional) boolean value for reporting struct member accesses in Amalthea model
 
-      -outdir               (optional) directory where the Amalthea model has to be stored
+      -xmlCallTreePath     (optional) path of the "XMLCallTree.xml" to be converted to Amalthea model
+
+      -outdir              (optional) directory where the Amalthea model has to be stored
 
     Mandatory Parameter:
-        -pdir               (mandatory) This parameter takes path of the root directory of the c project.
+        -pdir             (mandatory) path of the root directory of the c project.
 
-        -astp               (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
+        -astp             (mandatory) path to the LLVM ASTParser executable (if xmlCallTreePath option is not provided)
 
         -configuration<location>
                             This parameter is needed to specify the location of the config.ini file.