Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update websphere-liberty to 19.0.0.7 #6318

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

naumanna
Copy link
Contributor

Updating the latest non-versioned images of websphere-liberty to version 19.0.0.7.

@tianon
Copy link
Member

tianon commented Jul 18, 2019

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index e779a12..f30072a 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -94,6 +94,10 @@ websphere-liberty:microProfile2 @ amd64
 websphere-liberty:microProfile2 @ i386
 websphere-liberty:microProfile2 @ ppc64le
 websphere-liberty:microProfile2 @ s390x
+websphere-liberty:microProfile3 @ amd64
+websphere-liberty:microProfile3 @ i386
+websphere-liberty:microProfile3 @ ppc64le
+websphere-liberty:microProfile3 @ s390x
 websphere-liberty:springBoot1 @ amd64
 websphere-liberty:springBoot1 @ i386
 websphere-liberty:springBoot1 @ ppc64le
diff --git a/_bashbrew-list b/_bashbrew-list
index df22b6c..8ad3d4f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -23,6 +23,7 @@ websphere-liberty:kernel
 websphere-liberty:latest
 websphere-liberty:microProfile1
 websphere-liberty:microProfile2
+websphere-liberty:microProfile3
 websphere-liberty:springBoot1
 websphere-liberty:springBoot2
 websphere-liberty:webProfile7
diff --git a/websphere-liberty_beta/Dockerfile b/websphere-liberty_beta/Dockerfile
index c368900..9ae8c90 100644
--- a/websphere-liberty_beta/Dockerfile
+++ b/websphere-liberty_beta/Dockerfile
@@ -18,8 +18,8 @@ LABEL org.opencontainers.image.authors="Arthur De Magalhaes, Andy Naumann" \
       org.opencontainers.image.vendor="IBM" \
       org.opencontainers.image.url="http://wasdev.net" \
       org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
-      org.opencontainers.image.version="2019.6.0.0" \
-      org.opencontainers.image.revision="cl190620190617-1530"
+      org.opencontainers.image.version="2019.7.0.0" \
+      org.opencontainers.image.revision="cl190720190711-1115"
 
 RUN apt-get update \
     && apt-get install -y --no-install-recommends unzip \
@@ -27,7 +27,7 @@ RUN apt-get update \
     && useradd -u 1001 -r -g 0 -s /usr/sbin/nologin default
 
 # Install WebSphere Liberty
-ENV LIBERTY_VERSION 2019.6.0_0
+ENV LIBERTY_VERSION 2019.7.0_0
 RUN LIBERTY_URL=$(wget -q -O - https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/index.yml  | grep $LIBERTY_VERSION -A 3 | sed -n 's/\s*webProfile7:\s//p' | tr -d '\r')  \
     && echo $LIBERTY_URL \
     && wget -q $LIBERTY_URL -U UA-IBM-WebSphere-Liberty-Docker -O /tmp/wlp-beta.zip \
diff --git a/websphere-liberty_kernel/Dockerfile b/websphere-liberty_kernel/Dockerfile
index 88f8945..975e838 100644
--- a/websphere-liberty_kernel/Dockerfile
+++ b/websphere-liberty_kernel/Dockerfile
@@ -18,11 +18,11 @@ LABEL org.opencontainers.image.authors="Arthur De Magalhaes, Andy Naumann" \
       org.opencontainers.image.vendor="IBM" \
       org.opencontainers.image.url="http://wasdev.net" \
       org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
-      org.opencontainers.image.version="19.0.0.6" \
-      org.opencontainers.image.revision="cl190620190617-1530"
+      org.opencontainers.image.version="19.0.0.7" \
+      org.opencontainers.image.revision="cl190720190711-1115"
 
 # Install WebSphere Liberty
-ENV LIBERTY_VERSION 19.0.0_06
+ENV LIBERTY_VERSION 19.0.0_07
 
 ARG LIBERTY_URL 
 ARG DOWNLOAD_OPTIONS=""
@@ -47,8 +47,8 @@ ENV PATH=/opt/ibm/wlp/bin:/opt/ibm/helpers/build:$PATH
 # Add labels for consumption by IBM Product Insights
 LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \
       "ProductName"="WebSphere Application Server Liberty" \
-      "ProductVersion"="19.0.0.6" \
-      "BuildLabel"="cl190620190617-1530"
+      "ProductVersion"="19.0.0.7" \
+      "BuildLabel"="cl190720190711-1115"
 
 # Set Path Shortcuts
 ENV LOG_DIR=/logs \
@@ -101,7 +101,5 @@ USER 1001
 
 EXPOSE 9080 9443
 
-ENV KEYSTORE_REQUIRED true
-
 ENTRYPOINT ["/opt/ibm/helpers/runtime/docker-server.sh"]
 CMD ["/opt/ibm/wlp/bin/server", "run", "defaultServer"]
diff --git a/websphere-liberty_beta/server.xml b/websphere-liberty_kernel/helpers/build/configuration_snippets/keystore.xml
similarity index 24%
copy from websphere-liberty_beta/server.xml
copy to websphere-liberty_kernel/helpers/build/configuration_snippets/keystore.xml
index eac752d..b441b06 100644
--- a/websphere-liberty_beta/server.xml
+++ b/websphere-liberty_kernel/helpers/build/configuration_snippets/keystore.xml
@@ -1,15 +1,6 @@
 <server description="Default Server">
-
     <featureManager>
-        <feature>webProfile-8.0</feature>
+        <feature>transportSecurity-1.0</feature>
     </featureManager>
-
-    <httpEndpoint id="defaultHttpEndpoint"
-		  host="*"
-                  httpPort="9080"
-                  httpsPort="9443" />
-
-    <keyStore id="defaultKeyStore"
-              password="Liberty" />
-
+    <keyStore id="defaultKeyStore" password="REPLACE" />
 </server>
\ No newline at end of file
diff --git a/websphere-liberty_kernel/helpers/build/configuration_snippets/ssl.xml b/websphere-liberty_kernel/helpers/build/configuration_snippets/ssl.xml
deleted file mode 100644
index 6301170..0000000
diff --git a/websphere-liberty_kernel/helpers/build/configure.sh b/websphere-liberty_kernel/helpers/build/configure.sh
index e3814fc..41146a5 100755
--- a/websphere-liberty_kernel/helpers/build/configure.sh
+++ b/websphere-liberty_kernel/helpers/build/configure.sh
@@ -23,11 +23,6 @@ if [ "$MP_MONITORING" == "true" ]; then
   cp $SNIPPETS_SOURCE/mp-monitoring.xml $SNIPPETS_TARGET/mp-monitoring.xml
 fi
 
-# SSL
-if [ "$SSL" == "true" ]; then
-  cp $SNIPPETS_SOURCE/ssl.xml $SNIPPETS_TARGET/ssl.xml
-fi
-
 # OpenIdConnect Client
 if [ "$OIDC" == "true" ]  || [ "$OIDC_CONFIG" == "true" ]
 then
@@ -40,7 +35,7 @@ fi
 
 # HTTP Endpoint
 if [ "$HTTP_ENDPOINT" == "true" ]; then
-  if [ "$SSL" == "true" ]; then
+  if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]; then
     cp $SNIPPETS_SOURCE/http-ssl-endpoint.xml $SNIPPETS_TARGET/http-ssl-endpoint.xml
   else
     cp $SNIPPETS_SOURCE/http-endpoint.xml $SNIPPETS_TARGET/http-endpoint.xml
@@ -57,7 +52,7 @@ fi
 
 # IIOP Endpoint
 if [ "$IIOP_ENDPOINT" == "true" ]; then
-  if [ "$SSL" == "true" ]; then
+  if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]; then
     cp $SNIPPETS_SOURCE/iiop-ssl-endpoint.xml $SNIPPETS_TARGET/iiop-ssl-endpoint.xml
   else
     cp $SNIPPETS_SOURCE/iiop-endpoint.xml $SNIPPETS_TARGET/iiop-endpoint.xml
@@ -66,13 +61,27 @@ fi
 
 # JMS Endpoint
 if [ "$JMS_ENDPOINT" == "true" ]; then
-  if [ "$SSL" == "true" ]; then
+  if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]; then
     cp $SNIPPETS_SOURCE/jms-ssl-endpoint.xml $SNIPPETS_TARGET/jms-ssl-endpoint.xml
   else
     cp $SNIPPETS_SOURCE/jms-endpoint.xml $SNIPPETS_TARGET/jms-endpoint.xml
   fi
 fi
 
+# Key Store
+keystorePath="$SNIPPETS_TARGET/keystore.xml"
+if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]
+then
+    # Check if the password is set already
+    if [ ! -e $keystorePath ]
+    then
+      # Generate the keystore.xml
+      export KEYSTOREPWD=$(openssl rand -base64 32)
+      sed -i.bak "s|REPLACE|$KEYSTOREPWD|g" $SNIPPETS_SOURCE/keystore.xml
+      cp $SNIPPETS_SOURCE/keystore.xml $SNIPPETS_TARGET/keystore.xml
+    fi
+fi
+
 # Install needed features
 installUtility install --acceptLicense defaultServer || if [ $? -ne 22 ]; then exit $?; fi
 
@@ -83,6 +92,6 @@ find /opt/ibm/fixes -type f -name "*.jar"  -print0 | sort -z | xargs -0 -n 1 -r
 #Make sure that group write permissions are set correctly after installing new features 
 find /opt/ibm/wlp -perm -g=w -print0 | xargs -0 -r chmod -R g+rw
 # Server start/stop to populate the /output/workarea and make subsequent server starts faster
-/opt/ibm/wlp/bin/server start && /opt/ibm/wlp/bin/server stop && rm -rf /output/resources/security/ /output/messaging /logs/* $WLP_OUTPUT_DIR/.classCache && chmod -R g+rwx /opt/ibm/wlp/output/*
+/opt/ibm/wlp/bin/server start && /opt/ibm/wlp/bin/server stop && rm -rf /output/messaging /logs/* $WLP_OUTPUT_DIR/.classCache && chmod -R g+rwx /opt/ibm/wlp/output/*
 #Make folder executable for a group
 find /opt/ibm/wlp -type d -perm -g=x -print0 | xargs -0 -r chmod -R g+rwx
diff --git a/websphere-liberty_kernel/helpers/runtime/docker-server.sh b/websphere-liberty_kernel/helpers/runtime/docker-server.sh
index eadf5b8..1f8222d 100755
--- a/websphere-liberty_kernel/helpers/runtime/docker-server.sh
+++ b/websphere-liberty_kernel/helpers/runtime/docker-server.sh
@@ -19,19 +19,19 @@ case "${LICENSE,,}" in
     ;;
 esac
 
-keystorePath="/config/configDropins/defaults/keystore.xml"
+SNIPPETS_SOURCE=/opt/ol/helpers/build/configuration_snippets
+SNIPPETS_TARGET=/config/configDropins/overrides
 
-if [ "$KEYSTORE_REQUIRED" == "true" ]
+keystorePath="$SNIPPETS_TARGET/keystore.xml"
+
+if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]
 then
   if [ ! -e $keystorePath ]
   then
     # Generate the keystore.xml
-    PASSWORD=$(openssl rand -base64 32)
-    XML="<server description=\"Default Server\"><keyStore id=\"defaultKeyStore\" password=\"$PASSWORD\" /></server>"
-
-    # Create the keystore.xml file and place in configDropins
-    mkdir -p $(dirname $keystorePath)
-    echo $XML > $keystorePath
+    export KEYSTOREPWD=$(openssl rand -base64 32)
+    sed -i.bak "s|REPLACE|$KEYSTOREPWD|g" $SNIPPETS_SOURCE/keystore.xml
+    cp $SNIPPETS_SOURCE/keystore.xml $SNIPPETS_TARGET/keystore.xml
   fi
 fi
 
diff --git a/websphere-liberty_kernel/licenses/en.html b/websphere-liberty_kernel/licenses/en.html
index 2888b6d..7e7b403 100644
--- a/websphere-liberty_kernel/licenses/en.html
+++ b/websphere-liberty_kernel/licenses/en.html
@@ -14,7 +14,7 @@ the Program, the International License Agreement for Non-
 Warranted Programs (Z125-5589-05) applies.<br>
 <br>
 Program Name (Program Number):<br>
-IBM WebSphere Application Server Liberty 19.0.0.6 
+IBM WebSphere Application Server Liberty 19.0.0.7 
 (Component)<br>
 <br>
 The following standard terms apply to Licensee's use of the 
@@ -88,7 +88,16 @@ License Information document.<br>
 <br>
 The following are Separately Licensed Code:<br>
 Ubuntu<br>
-Red Hat Universal Base Image<br>
+BOOTSRAP DOCS [Bootstrap]<br>
+SPDX-EXCEPTIONS<br>
+ICONS [jQuery-Mobile]<br>
+GODOCS [btoa]<br>
+SPDX<br>
+STANDARD<br>
+INLINE-STYLE-PREFIXER DOCUMENTATION<br>
+GLOB'S LOGO [Glob]<br>
+PARATYPE PT SANS FREE FONT [RequireJS]<br>
+FONT-AWESOME [weld]<br>
 <br>
 Source Components and Sample Materials<br>
 <br>
@@ -154,9 +163,9 @@ change, and distribute the software to anyone and for any purpose. <br>
 An "Install" is an installed copy of the Program on a 
 physical or virtual disk made available to be executed on a computer.<br>
 <br>
-L/N:  L-ARON-BD57N4<br>
-D/N:  L-ARON-BD57N4<br>
-P/N:  L-ARON-BD57N4<br>
+L/N:  L-CTUR-BDTG9B<br>
+D/N:  L-CTUR-BDTG9B<br>
+P/N:  L-CTUR-BDTG9B<br>
 <br>
 <br>
 International License Agreement for Non-Warranted Programs<br>
diff --git a/websphere-liberty_kernel/licenses/non_ibm_license.html b/websphere-liberty_kernel/licenses/non_ibm_license.html
index 3786554..fad42f7 100644
--- a/websphere-liberty_kernel/licenses/non_ibm_license.html
+++ b/websphere-liberty_kernel/licenses/non_ibm_license.html
@@ -6,7 +6,7 @@
 <BODY>
 TERMS AND CONDITIONS FOR SEPARATELY LICENSED CODE<br>
 <br>
-IBM WebSphere Application Server Liberty 19.0.0.6<br>
+IBM WebSphere Application Server Liberty 19.0.0.7<br>
 <br>
 The IBM license agreement and any applicable information on 
 the web<br>
@@ -38,7 +38,16 @@ shipped with, the Program as Licensee installed it.<br>
 <br>
 The following are Separately Licensed Code:<br>
 Ubuntu<br>
-Red Hat Universal Base Image<br>
+BOOTSRAP DOCS [Bootstrap]<br>
+SPDX-EXCEPTIONS<br>
+ICONS [jQuery-Mobile]<br>
+GODOCS [btoa]<br>
+SPDX<br>
+STANDARD<br>
+INLINE-STYLE-PREFIXER DOCUMENTATION<br>
+GLOB'S LOGO [Glob]<br>
+PARATYPE PT SANS FREE FONT [RequireJS]<br>
+FONT-AWESOME [weld]<br>
 <br>
 <br>
 ==================================================================================<br>
@@ -49,18 +58,209 @@ container format, license information for Ubuntu packages may be
 found in /usr/share/doc/${package}/copyright<br>
 -------------------------------------------------------------------------------------------------------------------------------<br>
 ==================================================================================<br>
-Red Hat Universal Base Image Operating System<br>
---------------------------------------------------------------------------------------------------------------------------------------<br>
-When IBM WebSphere Application Server Liberty is provided 
-in a container format, license information for Red Hat 
-Universal Base Image packages may be found in 
-/usr/share/doc/${package} or /usr/share/licenses/${package}<br>
-==================================================================================<br>
+CREATIVE COMMONS ATTRIBUTION 3.0 GENERIC<br>
+<br>
+The Program includes some or all of the following works 
+licensed under<br>
+the Creative Commons.<br>
+The url to the license is https://creativecommons.
+org/licenses/by/3.0/legalcode<br>
+<br>
+BOOTSRAP DOCS [Bootstrap] (Not Required), SPDX-EXCEPTIONS<br>
+(https://registry.npmjs.org/spdx-exceptions/-/spdx-
+exceptions-2.2.0.tgz),<br>
+ICONS [jQuery-Mobile], GODOCS [btoa], SPDX<br>
+STANDARD [spdx-expression-parse]<br>
+<br>
+END OF CREATIVE COMMONS ATTRIBUTION 3.0 GENERIC NOTICES AND 
+INFORMATION<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+<br>
+CREATIVE COMMONS ATTRIBUTION 4.0 GENERIC<br>
+<br>
+The Program includes some or all of the following works 
+licensed under<br>
+the Creative Commons.<br>
+The url to the license is https://creativecommons.
+org/licenses/by/4.0/legalcode<br>
+<br>
+INLINE-STYLE-PREFIXER DOCUMENTATION [inline-style-prefixer]<br>
+<br>
+END OF CREATIVE COMMONS ATTRIBUTION 4.0 GENERIC NOTICES AND 
+INFORMATION<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+<br>
+CREATIVE COMMONS ATTRIBUTION SHARE ALIKE 4.0 GENERIC<br>
+<br>
+The Program includes some or all of the following works 
+licensed under<br>
+the Creative Commons.<br>
+The url to the license is https://creativecommons.
+org/licenses/by-sa/4.0/legalcode<br>
+<br>
+GLOB'S LOGO [Glob] (Not Required)<br>
+<br>
+END OF CREATIVE COMMONS ATTRIBUTION SHARE ALIKE 4.0 GENERIC 
+NOTICES AND INFORMATION<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+<br>
+SIL OPEN FONT LICENSE 1.1<br>
+<br>
+The Program includes some or all of the following works 
+licensed under<br>
+the SIL OPEN FONT LICENSE 1.1<br>
+<br>
+PARATYPE PT SANS FREE FONT [RequireJS], FONT-AWESOME [weld]<br>
+<br>
+PREAMBLE<br>
+<br>
+The goals of the Open Font License (OFL) are to stimulate 
+worldwide<br>
+development of collaborative font projects, to support the 
+font creation<br>
+efforts of academic and linguistic communities, and to 
+provide a free and<br>
+open framework in which fonts may be shared and improved in 
+partnership<br>
+with others.<br>
+<br>
+The OFL allows the licensed fonts to be used, studied, 
+modified and<br>
+redistributed freely as long as they are not sold by 
+themselves. The<br>
+fonts, including any derivative works, can be bundled, 
+embedded,<br>
+redistributed and/or sold with any software provided that 
+any reserved<br>
+names are not used by derivative works. The fonts and 
+derivatives,<br>
+however, cannot be released under any other type of 
+license. The<br>
+requirement for fonts to remain under this license does not 
+apply<br>
+to any document created using the fonts or their 
+derivatives.<br>
+<br>
+DEFINITIONS<br>
+<br>
+"Font Software" refers to the set of files released by the 
+Copyright<br>
+Holder(s) under this license and clearly marked as such. 
+This may<br>
+include source files, build scripts and documentation.<br>
+<br>
+"Reserved Font Name" refers to any names specified as such 
+after the<br>
+copyright statement(s).<br>
+<br>
+"Original Version" refers to the collection of Font 
+Software components as<br>
+distributed by the Copyright Holder(s).<br>
+<br>
+"Modified Version" refers to any derivative made by adding 
+to, deleting,<br>
+or substituting - in part or in whole - any of the 
+components of the<br>
+Original Version, by changing formats or by porting the 
+Font Software to a<br>
+new environment.<br>
+<br>
+"Author" refers to any designer, engineer, programmer, 
+technical<br>
+writer or other person who contributed to the Font Software.<br>
+<br>
+PERMISSION & CONDITIONS<br>
+<br>
+Permission is hereby granted, free of charge, to any person 
+obtaining<br>
+a copy of the Font Software, to use, study, copy, merge, 
+embed, modify,<br>
+redistribute, and sell modified and unmodified copies of 
+the Font<br>
+Software, subject to the following conditions:<br>
+<br>
+1) Neither the Font Software nor any of its individual 
+components,<br>
+in Original or Modified Versions, may be sold by itself.<br>
+<br>
+2) Original or Modified Versions of the Font Software may 
+be bundled,<br>
+redistributed and/or sold with any software, provided that 
+each copy<br>
+contains the above copyright notice and this license. These 
+can be<br>
+included either as stand-alone text files, human-readable 
+headers or<br>
+in the appropriate machine-readable metadata fields within 
+text or<br>
+binary files as long as those fields can be easily viewed 
+by the user.<br>
+<br>
+3) No Modified Version of the Font Software may use the 
+Reserved Font<br>
+Name(s) unless explicit written permission is granted by 
+the corresponding<br>
+Copyright Holder. This restriction only applies to the 
+primary font name as<br>
+presented to the users.<br>
+<br>
+4) The name(s) of the Copyright Holder(s) or the Author(s) 
+of the Font<br>
+Software shall not be used to promote, endorse or advertise 
+any<br>
+Modified Version, except to acknowledge the contribution(s) 
+of the<br>
+Copyright Holder(s) and the Author(s) or with their 
+explicit written<br>
+permission.<br>
+<br>
+5) The Font Software, modified or unmodified, in part or in 
+whole,<br>
+must be distributed entirely under this license, and must 
+not be<br>
+distributed under any other license. The requirement for 
+fonts to<br>
+remain under this license does not apply to any document 
+created<br>
+using the Font Software.<br>
+<br>
+TERMINATION<br>
+<br>
+This license becomes null and void if any of the above 
+conditions are<br>
+not met.<br>
+<br>
+DISCLAIMER<br>
+<br>
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF 
+ANY KIND,<br>
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY 
+WARRANTIES OF<br>
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+NONINFRINGEMENT<br>
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO 
+EVENT SHALL THE<br>
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY,<br>
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR 
+CONSEQUENTIAL<br>
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
+OTHERWISE, ARISING<br>
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE 
+OR FROM<br>
+OTHER DEALINGS IN THE FONT SOFTWARE.<br>
+<br>
+<br>
+END OF SIL OPEN FONT LICENSE 1.1 LICENSE NOTICES AND 
+INFORMATION<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
 <br>
+END OF IBM NOTICES AND INFORMATION <br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
 <br>
 <br>
-L/N:  L-ARON-BD57N4<br>
-D/N:  L-ARON-BD57N4<br>
-P/N:  L-ARON-BD57N4<br>
+L/N:  L-CTUR-BDTG9B<br>
+D/N:  L-CTUR-BDTG9B<br>
+P/N:  L-CTUR-BDTG9B<br>
 </BODY>
 </HTML>
\ No newline at end of file
diff --git a/websphere-liberty_kernel/licenses/notices.html b/websphere-liberty_kernel/licenses/notices.html
index 059ea4d..16e17d0 100644
--- a/websphere-liberty_kernel/licenses/notices.html
+++ b/websphere-liberty_kernel/licenses/notices.html
@@ -6,7 +6,7 @@
 <BODY>
 NOTICES AND INFORMATION<br>
 <br>
-IBM WebSphere Application Server Liberty 19.0.0.6<br>
+IBM WebSphere Application Server Liberty 19.0.0.7<br>
 <br>
 The IBM license agreement and any applicable information on 
 the web<br>
@@ -204,13 +204,13 @@ Spatial4j<br>
 Swagger Annotations<br>
 Swagger Models<br>
 Swagger Parser<br>
-Swagger UI<br>
 XML-APIs <br>
 XML Beans <br>
 XML4J <br>
 vertex core<br>
 Weld OSGi Bundle<br>
 Weld Servlet<br>
+Woodstox  <br>
 Xalan-J<br>
 Xerces <br>
 XML Tooling for Java<br>
@@ -219,6 +219,37 @@ Zipkin-reporter<br>
 Zipkin-sender-okhttp3<br>
 <br>
 <br>
+JBOSS-CLASSFILEWRITER, ANSI-HTML, WEBSOCKET-DRIVER, BTOA,<br>
+COMMONS-IO, COMMONS-LANG, J4FRY [Apache MyFaces], COMMONS-
+LOGGING,<br>
+JAVAX.EL [jasper.glassfish], TAGLIBS, HMTLCOMPONENTS 
+HTTPCORE,<br>
+JODA-TIME, PROMISE-WORKER, VALIDATE-NPM-PACKAGE-LICENSE, 
+ECLIPSE<br>
+MICROPROFILE, ARIES-JMX, COMMONS-COLLECTIONS, OSGI CORE, 
+APACHE ARIES,<br>
+COMMONS-DAEMON, XML-RESOLVER, COMMON-LOGGING [SLF4J], 
+BENCHMARK,<br>
+QUNIT.JS [jQuery], FACELETS [Apache MyFaces], COMMONS-
+DIGESTER,<br>
+DOMPURIFY, COMMONS-FILEUPLOAD, THREADCONTEXT.JAVA [weld], 
+YOKO,<br>
+JCL-OVER-
+SLF4J/SRC/MAIN/JAVA/ORG/APACHE/COMMONS/LOGGING/IMPL/*.JAVA<br>
+[SLF4J], JBOSS-LOGGING, JANDEX, OMNIFACES [Apache MyFaces], 
+UUID-JS,<br>
+COMMONS-DISCOVERY, WELD-PROBE [weld], COMMONS-CODEC, 
+JACKSON, NEETHI,<br>
+HIBERNATE-VALIDATOR, SWAGGER-CLIENT, ARIES-JNDI, APACHE 
+MYFACES,<br>
+GERONIMO-OSGI-REGISTRY, LOG4J [SLF4J], JSONSTREAM, FAILSAFE,<br>
+JACKSON-JAXRS-PROVIDERS, COMMONS-BEANUTILS, FELIX SCR, 
+CDI11 [weld],<br>
+SPDX-CORRECT, FAYE-WEBSOCKET, WELD, OPENTRACING-JAVA, 
+METRICS-CDI,<br>
+JAVA-CLASSMATE, XMLSCHEMA-CORE, GSON, JOSE4J, SWAGGER-UI<br>
+EVENTLISTENER [acorn], JQUERY.D.TS [Glob]<br>
+<br>
 Apache License<br>
 Version 2.0, January 2004<br>
 http://www.apache.org/licenses/<br>
@@ -494,10 +525,6 @@ Ember js<br>
  Portions Copyright 2008-2011 Apple Inc. All rights 
 reserved.<br>
 <br>
-FontAwesome<br>
- https://fontawesome.com/license/free<br>
- (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)<br>
-  All rights reserved<br>
 <br>
 Handlebars js<br>
   Copyright (c) 2011-2017 by Yehuda Katz<br>
@@ -532,6 +559,957 @@ SLF4J<br>
   Copyright (c) 2004-2007 QOS.ch<br>
   All rights reserved.<br>
 <br>
+IS-DATA-DESCRIPTOR (Copyright (c) 2015-2017 Jon 
+Schlinkert.),<br>
+MULTICAST-DNS (Copyright (c) 2015 Mathias Buus), IS-STREAM 
+(Copyright<br>
+(c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.
+com)),<br>
+HTTP-PROXY-MIDDLEWARE (Copyright (c) 2015 Steven Chim), 
+MIME (Copyright<br>
+(c) 2010 Benjamin Thomas Robert Kieffer), IS-FINITE 
+(Copyright (c)<br>
+Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), 
+MICROMATCH<br>
+(Copyright (c) 2014-2018 Jon Schlinkert.), PINKIE 
+(Copyright (c)<br>
+Vsevolod Strukchinsky <floatdrop@gmail.com> (github.
+com/floatdrop)), DEL<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), READ-PKG-UP (Copyright (c) Sindre 
+Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), LOADER-UTILS 
+(Copyright<br>
+(c) 2012 - 2015 Tobias Koppers), CROSS-FETCH (Copyright (c) 
+2017<br>
+Leonardo Quixadá), CONTENT-DISPOSITION (Copyright (c) 2014-
+2017 Douglas<br>
+Christopher Wilson), HTTP-BROWSERIFY (Copyright (c) 2011 
+Dominic<br>
+TarrCopyright (c) 2011 Dominic TarrCopyright (c) 2012 Tim 
+Caswell),<br>
+BABEL-RUNTIME (No copyright), RAF (Copyright 2013 Chris 
+Dickinson<br>
+<chris@neversaw.us>), XML (Copyright (c) 2011-2016 Dylan 
+Greene<br>
+<dylang@gmail.com>), HASHCHANGE.JS [jQuery-Mobile] 
+(Copyright (c) 2010<br>
+"Cowboy" Ben Alman), ERRNO (## Copyright & 
+Licence*Copyright (c)<br>
+2012-2015 [Rod Vagg](https://github.com/rvagg)<br>
+([@rvagg](https://twitter.com/rvagg))*), COMPONENT-EMITTER 
+(Copyright<br>
+(c) 2014 Component contributors <dev@component.io>), 
+BROWSER-PACK<br>
+(Required), DEFINE-PROPERTIES (Copyright (C) 2015 Jordan 
+Harband),<br>
+ANSI-REGEX (Copyright (c) Sindre Sorhus <sindresorhus@gmail.
+com><br>
+(sindresorhus.com)), PROCESS-NEXTICK-ARGS (# Copyright (c) 
+2015 Calvin<br>
+Metcalf), BONJOUR (Copyright (c) 2015-2016 Thomas Watson 
+Steen), MKDIRP<br>
+(Copyright 2010 James Halliday (mail@substack.net)), MAP-
+VISIT<br>
+(Copyright (c) 2015-2017 Jon Schlinkert), ASYNC-EACH 
+(Copyright (c) 2016<br>
+Paul Miller [(paulmillr.com)](http://paulmillr.com)),<br>
+REACT-ADDONS-TEST-UTILS (Copyright (c) 2013-present 
+Facebook Inc.),<br>
+NORMALIZE.CSS V3.0.3 [Bootstrap] (Copyright © Nicolas 
+Gallagher and<br>
+Jonathan Neal), ARRAY-UNION (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), COMPRESSION 
+(Copyright (c)<br>
+2014 Jonathan Ong <me@jongleberry.com>Copyright (c) 2014-
+2015 Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), P-MAP 
+(Copyright (c)<br>
+Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)),<br>
+OBJECT-INSPECT (Required), PROBE.JS [weld] (Copyright 2011-
+2014 Twitter,<br>
+Inc.), REACT-MARKDOWN (Copyright (c) 2015 Espen 
+Hovlandsdal), IS-NUMBER<br>
+(Copyright (c) 2014-2017 Jon Schlinkert.), READDIRP 
+(Copyright (c)<br>
+2012-2015 Thorsten Lorenz), LEXICAL-SCOPE (No Copyright 
+found),<br>
+JQUERY.JS (Copyright 2011, John Resig), OBJECT-COPY 
+(Copyright (c) 2016<br>
+Jon Schlinkert.), MOOTOOLS [Esprima (node)] (Copyright (c) 
+2006-2010<br>
+[Valerio Proietti](http://mad4milk.net/).), OBJECT.PICK 
+(Copyright (c)<br>
+2014-2016 Jon Schlinkert.), @KYLESHOCKEY/JS-YAML (Copyright 
+(C)<br>
+2011-2015 by Vitaly Puzrin), ESCAPE-STRING-REGEXP 
+(Copyright (c) Sindre<br>
+Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), 
+CSSTYPE (Copyright<br>
+(c) 2017-2018 Fredrik Nicol), IS-BINARY-PATH (Copyright (c) 
+Sindre<br>
+Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), DEEP-
+EXTEND<br>
+(Copyright (c) 2013-2018 Viacheslav Lotsmanov), DECODE-URI-
+COMPONENT<br>
+(Copyright (c) Sam Verschueren <sam.verschueren@gmail.com><br>
+(github.com/SamVerschueren)), REACT-IS (Copyright (c) 
+Facebook Inc. and<br>
+its affiliates.), SERIALIZE-ERROR (Copyright (c) Sindre 
+Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), UNDERSCORE 
+[Esprima<br>
+(node)] (Copyright (c) 2009-2014 Jeremy Ashkenas 
+DocumentCloud and<br>
+Investigative), WHATWG-FETCH (Copyright (c) 2014-2016 
+GitHub Inc.),<br>
+JQUERY V1.9.0 [Apache CXF] ((c) 2005, 2012 jQuery 
+Foundation, Inc),<br>
+REPEAT-ELEMENT (Copyright (c) 2015-present Jon Schlinkert.),<br>
+ARRAY-FLATTEN (Copyright (c) 2014 Blake Embrey 
+(hello@blakeembrey.com)),<br>
+REDUX (Copyright (c) 2015-present Dan Abramov), LOG-PAGE-
+EVENTS.JS<br>
+[jQuery-Mobile] (Copyright 2010, 2013 jQuery Foundation and 
+other<br>
+contributors), OS-LOCALE (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), RESOLVE (No 
+copyright<br>
+found), HPACK.JS (Copyright Fedor Indutny 2015.), SERVE-
+STATIC<br>
+(Copyright (c) 2010 Sencha Inc.Copyright (c) 2011 
+LearnBoostCopyright<br>
+(c) 2011 TJ HolowaychukCopyright (c) 2014-2016 Douglas 
+Christopher<br>
+Wilson), STRING.PROTOTYPE.REPEAT (Copyright Mathias Bynens<br>
+<http://mathiasbynens.be/>), WORKER-LOADER (Required), 
+PROMISE<br>
+(Copyright (c) 2014 Forbes Lindesay), ARRAY-UNIQ (Copyright 
+(c) Sindre<br>
+Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), IS-
+DATE-OBJECT<br>
+(Copyright (c) 2015 Jordan Harband), BROWSERIFY (Copyright 
+Joyent Inc.<br>
+and other Node contributors.Copyright (c) 2008 Fair Oaks 
+Labs Inc.),<br>
+PINKIE-PROMISE (Copyright (c) Vsevolod Strukchinsky<br>
+<floatdrop@gmail.com> (github.com/floatdrop)), REPEATING 
+(Copyright (c)<br>
+Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)),<br>
+IS-BOOLEAN-OBJECT (Copyright (c) 2015 Jordan Harband), 
+STRIP-INDENT<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), LODASH-ES (Copyright JS Foundation and 
+other<br>
+contributors <https://js.foundation/>Copyright and related 
+rights for<br>
+sample code are waived via CC0. Sample), RET (Copyright (C) 
+2011 by Roly<br>
+Fentanes), /DIST/DIST-SITE.JS [RequireJS] (Copyright (c) 
+2010-2011, The<br>
+Dojo Foundation All Rights Reserved.), DELAYED-STREAM 
+(Copyright (c)<br>
+2011 Debuggable Limited <felix@debuggable.com>), ENCODING 
+(Copyright (c)<br>
+2012-2014 Andris Reinman), GETBASE (No Copyright found), JS-
+BEAUTIFY<br>
+(Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and<br>
+contributors.), PATH-IS-ABSOLUTE (Copyright (c) Sindre 
+Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), IMMEDIATE 
+(Copyright (c)<br>
+2012 Barnesandnoble.com llc Donavon West Domenic Denicola 
+Brian<br>
+Cavalier), PIFY (Copyright (c) Sindre Sorhus 
+<sindresorhus@gmail.com><br>
+(sindresorhus.com)), URIX (Copyright (c) 2013 Simon Lydell),<br>
+ES-TO-PRIMITIVE (Copyright (c) 2015 Jordan Harband), 
+FILENAME-REGEX<br>
+(Copyright (c) 2014-2015 2017 Jon Schlinkert), FILL-RANGE 
+(Copyright (c)<br>
+2014-2018 Jon Schlinkert.), ESCAPE-HTML (Copyright (c) 2012-
+2013 TJ<br>
+HolowaychukCopyright (c) 2015 Andreas LubbeCopyright (c) 
+2015 Tiancheng<br>
+"Timothy" Gu), COMMONMARK-REACT-RENDERER (Copyright (c) 
+2015 Espen<br>
+Hovlandsdal), MAP-OBJ (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), UMD 
+(Required), CACHE-BASE<br>
+(Copyright (c) 2014-2017 Jon Schlinkert.), IS-EXTGLOB 
+(Copyright (c)<br>
+2014-2015 Jon Schlinkert.), SAFER-BUFFER (Copyright (c) 
+2018 Nikita<br>
+Skovoroda <chalkerx@gmail.com>), RECURSIVE OBJECT EXTENDING 
+(Copyright<br>
+(c) 2013-2018 Viacheslav Lotsmanov), JQUERY JAVASCRIPT 
+LIBRARY V1.7.1<br>
+[RequireJS] (Copyright 2011, John Resig), LCID (Copyright 
+(c) Sindre<br>
+Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), ASSIGN-
+SYMBOLS<br>
+(Copyright (c) 2015 Jon Schlinkert.), REACT-COLLAPSE 
+(Copyright (c) 2015<br>
+Nik Butenko), ES-ABSTRACT (Copyright (C) 2015 Jordan 
+Harband),<br>
+FAST-JSON-PATCH (Copyright (c) 2013 2014 Joachim Wester), 
+FAYE-WEBSOCKET<br>
+(Copyright (c) 2010-2015 James Coglan), CONNECT-HISTORY-API-
+FALLBACK<br>
+(Copyright (c) 2012 Ben Ripkens http://bripkens.de), 
+UNDERSCORE.JS<br>
+[JS-Beautify] ((c) 2009-2014 Jeremy Ashkenas, DocumentCloud 
+and<br>
+Investigative Reporters & Editors), FOR-IN (Copyright (c) 
+2014-2017 Jon<br>
+Schlinkert), DNS-PACKET (Copyright (c) 2016 Mathias Buus),<br>
+COOKIE-SIGNATURE (Copyright (c) 2012 LearnBoost<br>
+&lt;tj@learnboost.com&gt;), REQUIREJS (Copyright (c) 2010-
+2014, The Dojo<br>
+Foundation), EVENT-EMITTER (Copyright (C) 2012-2015 Mariusz 
+Nowak<br>
+(www.medikoo.com)), FRESH (Copyright (c) 2012 TJ Holowaychuk<br>
+<tj@vision-media.ca>Copyright (c) 2016-2017 Douglas 
+Christopher Wilson<br>
+<doug@somethingdoug.com>), INSERT-MODULE-GLOBALS (Required),<br>
+REQUIRE-DIRECTORY (Copyright (c) 2011 Troy Goode 
+<troygoode@gmail.com>),<br>
+SERVE-INDEX (Copyright (c) 2010 Sencha Inc.Copyright (c) 
+2011<br>
+LearnBoostCopyright (c) 2011 TJ HolowaychukCopyright (c) 
+2014-2015<br>
+Douglas Christopher Wilson), LODASH (Copyright JS 
+Foundation and other<br>
+contributors <https://js.foundation/>Copyright and related 
+rights for<br>
+sample code are waived via CC0. Sample), LODASH.ISARGUMENTS 
+(Copyright<br>
+jQuery Foundation and other contributors <https://jquery.
+org/>Copyright<br>
+and related rights for sample code are waived via CC0. 
+Sample),<br>
+PARSE-BASE64VLQ-MAPPINGS (Copyright 2013 Thorsten Lorenz. 
+Copyright (c)<br>
+2009-2011 Mozilla Foundation and contributors), INVERT-KV 
+(� [Sindre<br>
+Sorhus](http://sindresorhus.com)), PARSE-JSON (Copyright 
+(c) Sindre<br>
+Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), TO-
+REGEX-RANGE<br>
+(Copyright (c) 2015-2017 Jon Schlinkert), IS-ARRAYISH 
+(Copyright (c)<br>
+2015 JD Ballard), BRACES (Copyright (c) 2014-2018 Jon 
+Schlinkert.),<br>
+QUERYSTRING-BROWSER (Copyright (c) 2015 Mathias Rasmussen), 
+STRING-WIDTH<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), URL-PARSE (Copyright (c) 2015 Unshift.
+io Arnout<br>
+Kazemier the Contributors.), EVENTEMITTER3 (Copyright (c) 
+2014 Arnout<br>
+Kazemier), ISOBJECT (Copyright (c) 2014-2017 Jon 
+Schlinkert.), SHCORE.JS<br>
+[weld] ((c) 2007-2008 Steven Levithan), COOKIE (Copyright 
+(c) 2012-2014<br>
+Roman Shtylman <shtylman@gmail.com>Copyright (c) 2015 
+Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), COMBINED-
+STREAM (Copyright<br>
+(c) 2011 Debuggable Limited <felix@debuggable.com>), IP 
+(Copyright Fedor<br>
+Indutny 2012.), WEBSOCKET-EXTENSIONS (Copyright (c) 2014-
+2017 James<br>
+Coglan), READ-PKG (Copyright (c) Sindre Sorhus 
+<sindresorhus@gmail.com><br>
+(sindresorhus.com)), QUNIT.JS [jQuery-Mobile] (Author: John 
+Resig<br>
+(http://ejohn.org/)), STRIP-BOM (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), EXTGLOB 
+(Copyright (c)<br>
+2015-2017 Jon Schlinkert.), LOUD-REJECTION (Copyright (c) 
+Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), ETAG 
+(Copyright (c)<br>
+2014-2016 Douglas Christopher Wilson), RANDOMATIC 
+(Copyright (c)<br>
+2013-2017 Jon Schlinkert.), UA-PARSER-JS (Copyright (c) 
+2012-2019 Faisal<br>
+Salman <<f@faisalman.com>>), REACT-REDUX (Copyright (c) 
+2015 Dan<br>
+Abramov), FINALHANDLER (Copyright (c) 2014-2017 Douglas 
+Christopher<br>
+Wilson <doug@somethingdoug.com>), REQUIRES-PORT (Copyright 
+(c) 2015<br>
+Unshift.io Arnout Kazemier the Contributors.), DEMO.JS 
+(Copyright (c)<br>
+2015, Jon Schlinkert), INDEX.JS (@author Feross Aboukhadijeh<br>
+<feross@feross.org> <http://feross.org>), OPTIMIST 
+(Copyright 2010 James<br>
+Halliday (mail@substack.net)), CRYPTO-BROWSERIFY 
+(Required), PATH-TYPE<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), SYMBOL-OBSERVABLE (Copyright (c) 
+Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)Copyright (c) 
+Ben Lesh<br>
+<ben@benlesh.com>), REDUX-LOGGER (Copyright (c) 2016 Eugene 
+Rodionov),<br>
+ATOB (Copyright (c) 2015 AJ Oneal), IS-GLOB (Copyright (c) 
+2014-2016 Jon<br>
+Schlinkert.), PROTOTYPE [Esprima (node)] (Copyright 2009, 
+The Dojo<br>
+Foundation), URL (Copyright Joyent Inc. and other Node 
+contributors.),<br>
+SNAPDRAGON-NODE (Copyright (c) 2017 Jon Schlinkert), ES6-
+SYMBOL<br>
+(Copyright (C) 2013-2015 Mariusz Nowak (www.medikoo.com)), 
+IS-CALLABLE<br>
+(Copyright (c) 2015 Jordan Harband), PATH-IS-INSIDE 
+(Copyright ©<br>
+2013–2016 Domenic Denicola <d@domenic.me> Copyright (C) 
+2004 Sam Hocevar<br>
+<sam@hocevar.net>), RANGE-PARSER (Copyright (c) 2012-2014 
+TJ Holowaychuk<br>
+<tj@vision-media.ca>Copyright (c) 2015-2016 Douglas 
+Christopher Wilson<br>
+<doug@somethingdoug.com), SAFE-BUFFER (Copyright (c) Feross<br>
+Aboukhadijeh), JQUERY.COOKIES.2.2.0.JS   [SLF4J] (Copyright 
+(c) 2005 -<br>
+2010, James Auldridge, All rights reserved.), NORMALIZE-
+PATH (Copyright<br>
+(c) 2014-2017 Jon Schlinkert), SELFSIGNED (Copyright (c) 
+2013 José F.<br>
+Romaniello), SOCKJS-CLIENT (Copyright (c) 2011-2012 VMware 
+Inc.), USE<br>
+(Copyright (c) 2015-present Jon Schlinkert.), IS-EQUAL 
+(Copyright (c)<br>
+2014 Jordan Harband), BASE64-VLQ.JS (Copyright 2011 Mozilla 
+Foundation<br>
+and contributors), PATH-TO-REGEXP (Copyright (c) 2014 Blake 
+Embrey<br>
+(hello@blakeembrey.com)), EXTEND-SHALLOW (Copyright (c) 
+2014-2015 2017<br>
+Jon Schlinkert.), BUFFER (Copyright (c) Feross Aboukhadijeh 
+and other<br>
+contributors.), CODE-POINT-AT (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), ACCEPTS 
+(Copyright (c)<br>
+2014 Jonathan Ong <me@jongleberry.com>Copyright (c) 2015 
+Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), MS (Copyright 
+(c) 2016<br>
+Zeit Inc.), JS-TOKENS (Copyright (c) 2014 2015 2016 2017 
+2018 Simon<br>
+Lydell), SIZZLE.JS (Copyright 2005, 2012 jQuery Foundation, 
+Inc. and<br>
+other contributors), QUERYSTRING (Copyright 2012 Irakli 
+Gozalishvili.<br>
+All rights reserved.), PRESERVE (Copyright (c) 2014-2015 Jon<br>
+Schlinkert.), SOURCE-MAP-RESOLVE (Copyright (c) 2014 2015 
+2016 2017<br>
+Simon Lydell), NUMBER-IS-NAN (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), ERROR-EX 
+(Copyright (c)<br>
+2015 JD Ballard), REGEX-NOT (Copyright (c) 2016 2018 Jon 
+Schlinkert.),<br>
+TRAVERSE (Copyright 2010 James Halliday (mail@substack.net)
+Copyright<br>
+2010 James Halliday (mail@substack.net)), COMMONDIR 
+(Copyright (c) 2013<br>
+James Halliday (mail@substack.net)), MEOW (Copyright (c) 
+Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), NODE-FETCH 
+(Copyright (c)<br>
+2016 David Frank), BINARY-EXTENSIONS (Copyright (c) Sindre 
+Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), REGENERATOR-
+RUNTIME<br>
+(Copyright (c) 2014-present; Facebook; Inc.), PROXY-ADDR 
+(Copyright (c)<br>
+2014-2016 Douglas Christopher Wilson), TYPE-IS (Copyright 
+(c) 2014<br>
+Jonathan Ong <me@jongleberry.com>Copyright (c) 2014-2015 
+Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), POSIX-
+CHARACTER-CLASSES<br>
+(Copyright (c) 2016-2017 Jon Schlinkert), BIG.JS (Copyright 
+(c) 2012<br>
+Michael Mclaughlin), PERFORMANCE-NOW (Copyright (c) 2013 
+Meryn Stol),<br>
+JQUERY [Esprima (node)] (Copyright JS Foundation and other 
+contributors,<br>
+https://js.foundation/), INTERNAL-IP (Copyright (c) Sindre 
+Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), MIME-TYPES 
+(Copyright (c)<br>
+2014 Jonathan Ong <me@jongleberry.com>Copyright (c) 2015 
+Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), IS-PATH-
+INSIDE (Copyright<br>
+(c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.
+com)), THUNKY<br>
+(Copyright (c) 2018 Mathias Buus), SELECT-HOSE (Copyright 
+Fedor Indutny<br>
+2015.), DEEP-EQUAL (No copyright), MEDIA.JS [jQuery-Mobile] 
+(copyright<br>
+(c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas.), SYNTAX-
+ERROR<br>
+(Required), VIEW-SOURCE.JS [jQuery-Mobile] (Copyright (c) 
+2011 Brandon<br>
+Aaron (http://brandonaaron.net)), JQUERY.MIN.JS [jQuery-
+Mobile] ((c)<br>
+2005, 2014 jQuery Foundation, Inc), UNION-VALUE (Copyright 
+(c) 2015-2017<br>
+Jon Schlinkert), @BRAINTREE/SANITIZE-URL (Copyright (c) 
+2017 Braintree),<br>
+BRACE-EXPANSION (Copyright (c) 2013 Julian Gruber<br>
+<julian@juliangruber.com>), JSON.JS [jQuery-Mobile] 
+(Author: Miller<br>
+Medeiros), RUBY [Apache CXF] (Copyright (c) 2005-2006 David 
+Heinemeier<br>
+Hansson), LODASH.ISARRAY (Copyright 2012-2015 The Dojo 
+Foundation<br>
+<http://dojofoundation.org/>), OBJECT.OMIT (Copyright (c) 
+2014-2016 Jon<br>
+Schlinkert), SHBRUSHJAVA.JS [Jandex] (Copyright (C) 2004-
+2010 Alex<br>
+Gorbatchev), BYTES (Copyright (c) 2012-2014 TJ Holowaychuk<br>
+<tj@vision-media.ca>Copyright (c) 2015 Jed Watson <jed.
+watson@me.com>),<br>
+NPO.JS [jQuery] (Copyright (c) Kyle Simpson), GRUNTICON 
+[jQuery-Mobile]<br>
+((c) 2012 Scott Jehl, Filament Group, Inc.), IS-ARROW-
+FUNCTION<br>
+(Copyright (c) 2013 Jordan Harband), PASCALCASE (Copyright 
+(c) 2015 Jon<br>
+Schlinkert.), NEXT-TICK (Copyright (C) 2012-2016 Mariusz 
+Nowak),<br>
+WRAP-ANSI (Copyright (c) Sindre Sorhus <sindresorhus@gmail.
+com><br>
+(sindresorhus.com)), IS-DOTFILE (Copyright (c) 2015-2017 Jon<br>
+Schlinkert), UTF8-BYTES (No copyright), YARGS (Copyright 
+2010 James<br>
+Halliday (mail@substack.net)Modified work Copyright 2014 
+Contributors<br>
+(ben@npmjs.com)), DUPLEXER (Copyright (c) 2012 Raynos.), 
+EXPAND-RANGE<br>
+(Copyright (c) 2014-2016 Jon Schlinkert.), FORM-DATA 
+(Copyright (c) 2012<br>
+Felix Geisendörfer (felix@debuggable.com) and 
+contributors), VARY<br>
+(Copyright (c) 2014-2017 Douglas Christopher Wilson), EE-
+FIRST<br>
+(Copyright (c) 2014 Jonathan Ong me@jongleberry.com), FIND-
+UP (Copyright<br>
+(c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.
+com)), ACORN<br>
+(), CHOKIDAR (Copyright (c) 2016 Paul Miller (http:
+//paulmillr.com) &<br>
+Elan Shanker), ASTW (Required), CONVERT-SOURCE-MAP 
+(Copyright 2013<br>
+Thorsten Lorenz.), SET-VALUE (Copyright (c) 2014-2017 Jon 
+Schlinkert),<br>
+BODY-PARSER (Copyright (c) 2014 Jonathan Ong<br>
+<me@jongleberry.com>Copyright (c) 2014-2015 Douglas 
+Christopher Wilson<br>
+<doug@somethingdoug.com>), DEPD (Copyright (c) 2014-2017 
+Douglas<br>
+Christopher Wilson), COPY-DESCRIPTOR (Copyright (c) 2015-
+2016 Jon<br>
+Schlinkert), IS-PRIMITIVE (Copyright (c) 2014-2015 Jon 
+Schlinkert.),<br>
+SLF4J ((c) 2004-2013 QOS.ch  All rights reserved. ), GLOBBY 
+(Copyright<br>
+(c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.
+com)),<br>
+BALANCED-MATCH (Copyright (c) 2013 Julian Gruber<br>
+&lt;julian@juliangruber.com&gt;), HTTP-PROXY (Copyright (c) 
+2010-2016<br>
+Charlie Robbins Jarrett Cruger & the Contributors.), UNPIPE 
+(Copyright<br>
+(c) 2015 Douglas Christopher Wilson <doug@somethingdoug.
+com>), PUNYCODE<br>
+(Copyright Mathias Bynens <https://mathiasbynens.be/>), 
+GLOB-BASE<br>
+(Copyright (c) 2015 Jon Schlinkert.), ON-FINISHED 
+(Copyright (c) 2013<br>
+Jonathan Ong <me@jongleberry.com>Copyright (c) 2014 Douglas 
+Christopher<br>
+Wilson <doug@somethingdoug.com>), ISOMORPHIC-FORM-DATA 
+(Copyright (c)<br>
+2012 Felix Geisendörfer (felix@debuggable.com) and 
+contributors), JSON3<br>
+(Copyright (c) 2012-2015 Kit Cambridge.Copyright (c) 2013-
+2015 Benjamin<br>
+Tan.), ZLIB-BROWSERIFY (No copyright found), CLASS-UTILS 
+(Copyright (c)<br>
+2015 2017-2018 Jon Schlinkert.), JSON5 (Copyright (c) 2012-
+2016 Aseem<br>
+Kishore and [others](https://github.
+com/aseemk/json5/contributors).),<br>
+REACT-DEBOUNCE-INPUT (Copyright (c) 2016 Nik Butenko),<br>
+REACT-OBJECT-INSPECTOR (Copyright (c) 2015 Xiaoyi Chen), 
+UTIL-DEPRECATE<br>
+(Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.
+net>), ARR-UNION<br>
+(Copyright (c) 2014-2016 Jon Schlinkert.), STATIC-EXTEND 
+(Copyright (c)<br>
+2016 Jon Schlinkert.), IS-SYMBOL (Copyright (c) 2015 Jordan 
+Harband),<br>
+JQUERY V1.11.3 ((c) 2005, 2015 jQuery Foundation, Inc.), 
+LODASH.KEYS<br>
+(Copyright 2012-2015 The Dojo Foundation <http:
+//dojofoundation.org/>),<br>
+TOIDENTIFIER (Copyright (c) 2016 Douglas Christopher Wilson<br>
+<doug@somethingdoug.com>), GET-STDIN (� [Sindre<br>
+Sorhus](http://sindresorhus.com)), MDURL (Copyright (c) 
+2015 Vitaly<br>
+Puzrin Alex Kocharin.Copyright Joyent Inc. and other Node 
+contributors.<br>
+All rights reserved.), BACKBONE [Esprima (node)] (Copyright 
+(c) 2010<br>
+Jeremy Ashkenas, DocumentCloud Inc.), SUPPORTS-COLOR 
+(Copyright (c)<br>
+Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), 
+MEDIA-TYPER<br>
+(Copyright (c) 2014 Douglas Christopher Wilson), RESOLVE-
+URL (Copyright<br>
+(c) 2013 Simon Lydell), IS-PATH-CWD (� [Sindre<br>
+Sorhus](http://sindresorhus.com)), XML-BUT-PRETTIER 
+(Copyright (c) 2015<br>
+Jonathan Persson), REACT-IMMUTABLE-PURE-COMPONENT 
+(Copyright (c) 2017<br>
+Piotr Tomasz Monarski), CONCAT-STREAM 0.1.1 (No Copyright 
+found),<br>
+REACT-HEIGHT (Copyright (c) 2017 Nik Butenko), SHELL-QUOTE 
+(No<br>
+copyright), COMMONMARK.JS (Copyright Mathias Bynens<br>
+<https://mathiasbynens.be/>), INLINE-SOURCE-MAP (Copyright 
+2013 Thorsten<br>
+Lorenz.), IS-PROMISE (Copyright (c) 2014 Forbes Lindesay), 
+ENCODEURL<br>
+(Copyright (c) 2016 Douglas Christopher Wilson), ES6-
+ITERATOR (Copyright<br>
+(C) 2013-2017 Mariusz Nowak (www.medikoo.com)), THROUGH 
+(Copyright (c)<br>
+2011 Dominic TarrCopyright (c) 2011 Dominic Tarr), LOAD-
+JSON-FILE<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), SOCKJS (Copyright (C) 2011 VMware 
+Inc.), REQUIRE.JS<br>
+[jQuery] (Copyright (c) 2010-2015, The Dojo Foundation All 
+Rights<br>
+Reserved.), LIE (#Copyright (c) 2014-2018 Calvin Metcalf 
+Jordan<br>
+Harband), EXPRESS (Copyright (c) 2009-2014 TJ Holowaychuk<br>
+<tj@vision-media.ca>Copyright (c) 2013-2014 Roman Shtylman<br>
+<shtylman+expressjs@gmail.com>Copyright (c) 2014-2015 
+Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), IS-POSIX-
+BRACKET<br>
+(Copyright (c) 2015-2016 Jon Schlinkert.), FUNCTION-BIND 
+(Copyright (c)<br>
+2013 Raynos.), SOURCE-MAP-URL (Copyright (c) 2014 Simon 
+Lydell),<br>
+PARSE-GLOB (Copyright (c) 2015 Jon Schlinkert.), EXPAND-
+BRACKETS<br>
+(Copyright (c) 2015-2016 Jon Schlinkert.), HANDLEBARS 
+[weld] (Copyright<br>
+(C) 2011-2014 by Yehuda Katz), JSONPARSE (Copyright (c) 
+2012 Tim<br>
+Caswell), STRING_DECODER (Copyright Node.js contributors. 
+All rights<br>
+reserved.Copyright Joyent Inc. and other Node contributors. 
+All rights<br>
+reserved.), RFILE (Required), CREATE-REACT-CLASS (Copyright 
+(c)<br>
+2013-present Facebook Inc.), HAS (Copyright (c) 2013 Thiago 
+de Arruda),<br>
+DECAMELIZE (Copyright (c) Sindre Sorhus <sindresorhus@gmail.
+com><br>
+(sindresorhus.com)), IS-PLAIN-OBJECT (Copyright (c) 2014-
+2017 Jon<br>
+Schlinkert.), IS-EQUAL-SHALLOW (Copyright (c) 2015 Jon 
+Schlinkert.),<br>
+REACT-SPLIT-PANE (Copyright (c) 2015 tomkp), TIME-STAMP 
+(Copyright (c)<br>
+2015-present Jon Schlinkert.), RSYNC.JS [jQuery-Mobile] 
+(Copyright (c)<br>
+2012 Jan-Philip Loos), STRIP-ANSI (Copyright (c) Sindre 
+Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), ON-HEADERS 
+(Copyright (c)<br>
+2014 Douglas Christopher Wilson), QUERYSTRINGIFY (Copyright 
+(c) 2015<br>
+Unshift.io Arnout Kazemier the Contributors.), BATCH 
+(Copyright (c) 2013<br>
+TJ Holowaychuk <tj@vision-media.ca>), WBUF (Copyright Fedor 
+Indutny<br>
+2014.), OPN (Copyright (c) Sindre Sorhus 
+<sindresorhus@gmail.com>),<br>
+JS-FILE-DOWNLOAD (Copyright 2017 Kenneth Jiang), PRR 
+(Copyright (c) 2014<br>
+Rod Vagg), IMMUTABLE (Copyright (c) 2014-present Facebook 
+Inc.),<br>
+CONCAT-STREAM 0.0.8 (No Copyright found), @TYPES/REACT 
+(Copyright (c)<br>
+Microsoft Corporation. All rights reserved.), 
+SYNTAXHIGHLIGHTER<br>
+[jQuery-Mobile] (Copyright (C) 2004-2010 Alex Gorbatchev.),<br>
+OBJECT-ASSIGN (Copyright (c) Sindre Sorhus 
+<sindresorhus@gmail.com><br>
+(sindresorhus.com)), STATUSES (Copyright (c) 2014 Jonathan 
+Ong<br>
+<me@jongleberry.com>Copyright (c) 2016 Douglas Christopher 
+Wilson<br>
+<doug@somethingdoug.com>), EMOJIS-LIST (Copyright © 2015 
+Kiko Beats),<br>
+SAFE-REGEX (No copyright), FOLLOW-REDIRECTS (Copyright 2014–
+present<br>
+Olivier Lalonde <olalonde@gmail.com> James Talmage 
+<james@talmage.io><br>
+Ruben Verborgh), ISOMORPHIC-FETCH (Copyright (c) 2015 Matt 
+Andrews),<br>
+IS-BUFFER (Copyright (c) Feross Aboukhadijeh), CORE-JS 
+(Copyright (c)<br>
+2014-2019 Denis Pushkarev), TEXT.JS [jQuery-Mobile] 
+(Copyright (c)<br>
+2010-2012, The Dojo Foundation), VM-BROWSERIFY (No 
+copyright found),<br>
+SNAPDRAGON (Copyright (c) 2015-2016 Jon Schlinkert.), 
+OBJECT-KEYS<br>
+(Copyright (C) 2013 Jordan Harband), CONTENT-TYPE 
+(Copyright (c) 2015<br>
+Douglas Christopher Wilson), SETIMMEDIATE (Copyright (c) 
+2012<br>
+Barnesandnoble.com llc Donavon West and Domenic Denicola), 
+LRU-QUEUE<br>
+(Copyright (C) 2014 Mariusz Nowak (www.medikoo.com)), DNS-
+EQUAL<br>
+(Copyright (c) 2016 Thomas Watson Steen), CORE-UTIL-IS 
+(Copyright<br>
+Node.js contributors. All rights reserved.), ARGPARSE 
+(Copyright (C)<br>
+2012 by Vitaly Puzrin), JS-YAML (Copyright (C) 2011-2015 by 
+Vitaly<br>
+Puzrin), LODASH.DEBOUNCE (Copyright jQuery Foundation and 
+other<br>
+contributors <https://jquery.org/>Copyright and related 
+rights for<br>
+sample code are waived via CC0. Sample), TRIM-NEWLINES 
+(Copyright (c)<br>
+Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)), 
+CONCAT-MAP<br>
+(No copyright), PATH-EXISTS (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), REGEX-CACHE 
+(Copyright (c)<br>
+2015-2017 Jon Schlinkert.), HAS-VALUES (Copyright (c) 2014-
+2017 Jon<br>
+Schlinkert), OBJECT.ENTRIES (Copyright (c) 2015 Jordan 
+Harband), REDENT<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), BASE (Copyright (c) 2015-2017 Jon 
+Schlinkert.),<br>
+FOR-OWN (Copyright (c) 2014-2015 2017 Jon Schlinkert), 
+REACT-DOM<br>
+(Copyright (c) 2013-present Facebook Inc.), IS-WINDOWS 
+(Copyright (c)<br>
+2015-2018 Jon Schlinkert.), NORMALIZE.CSS [weld] (Copyright 
+2011-2014<br>
+Twitter, Inc.), CAMELCASE-KEYS (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), CSS-IN-JS-
+UTILS (Copyright<br>
+(c) 2017 Robin Frischmann), MODULE-DEPS (Required), TO-
+OBJECT-PATH<br>
+(Copyright (c) 2015-2016 Jon Schlinkert.), MIXIN-DEEP 
+(Copyright (c)<br>
+2014-2015 2017 Jon Schlinkert.), NEGOTIATOR (Copyright (c) 
+2012-2014<br>
+Federico RomeroCopyright (c) 2012-2014 Isaac Z. 
+SchlueterCopyright (c)<br>
+2014-2015 Douglas Christopher Wilson), HTTP-PARSER-JS 
+(Copyright (c)<br>
+2015 Tim Caswell (https://github.com/creationix) and other 
+Copyright<br>
+io.js contributors, Copyright Node.js contributors. 
+Copyright Joyent<br>
+Inc. and other Node contributors.), REACT (Copyright (c) 
+2013-present<br>
+Facebook Inc.), FRAGMENT-CACHE (Copyright (c) 2016-2017 Jon 
+Schlinkert),<br>
+BUFFER-INDEXOF (Copyright (c) 2013 Ryan Day), PARSEURL 
+(Copyright (c)<br>
+2014 Jonathan Ong <me@jongleberry.com>Copyright (c) 2014-
+2017 Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), COLLECTION-
+VISIT<br>
+(Copyright (c) 2015 2017 Jon Schlinkert), GET-VALUE 
+(Copyright (c)<br>
+2014-2016 Jon Schlinkert.), KIND-OF (Copyright (c) 2014-
+2017 Jon<br>
+Schlinkert.), MATH-RANDOM (No copyright found), BROWSER-
+RESOLVE<br>
+(Copyright (c) 2013-2015 Roman Shtylman <shtylman@gmail.
+com>), QUNIT<br>
+[jQuery-migrate] (Copyright jQuery Foundation and other 
+contributors,<br>
+https://jquery.org/), SPLIT-STRING (Copyright (c) 2015-2017 
+Jon<br>
+Schlinkert.), RAW-BODY (Copyright (c) 2013-2014 Jonathan Ong<br>
+<me@jongleberry.com>Copyright (c) 2014-2015 Douglas 
+Christopher Wilson<br>
+<doug@somethingdoug.com>), HAS-FLAG (Copyright (c) Sindre 
+Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), REACT-HOT-
+LOADER (No<br>
+copyright found), GITHUB.CSS [JS-Beautify] ((c) 2009-2014 
+Jeremy<br>
+Ashkenas, DocumentCloud and Investigative Reporters & 
+Editors), DESTROY<br>
+(Copyright (c) 2014 Jonathan Ong me@jongleberry.com), FBJS 
+(Copyright<br>
+(c) 2013-present Facebook Inc.), MINIMIST (No copyright), 
+MATCHER<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), BENCHMARK [Esprima (node)] (Copyright 
+(C) 2010-2011<br>
+Mathias Bynens), FORWARDED (Copyright (c) 2014-2017 Douglas 
+Christopher<br>
+Wilson), INVARIANT (Copyright (c) 2013-present Facebook 
+Inc.),<br>
+REACT-HOT-API (No copyright), CODEMIRROR [JS-Beautify] 
+(Copyright (c) by<br>
+Marijn Haverbeke and others), REPEAT-STRING (Copyright (c) 
+2014-2016 Jon<br>
+Schlinkert.), BUFFER-BROWSERIFY (Required), MERGE-
+DESCRIPTORS (Copyright<br>
+(c) 2013 Jonathan Ong <me@jongleberry.com>Copyright (c) 
+2015 Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>),<br>
+MULTICAST-DNS-SERVICE-TYPES (Copyright (c) 2015 Mathias 
+Buus),<br>
+CONSOLE-BROWSERIFY (Copyright (c) 2012 Raynos.), W3C-BLOB 
+(Required),<br>
+COMPRESSIBLE (Copyright (c) 2013 Jonathan Ong<br>
+<me@jongleberry.com>Copyright (c) 2014 Jeremiah Senkpiel<br>
+<fishrock123@rocketmail.com>Copyright (c) 2015 Douglas 
+Christopher<br>
+Wilson <doug@somethingdoug.com>), METHODS (Copyright (c) 
+2013-2014 TJ<br>
+Holowaychuk <tj@vision-media.ca>Copyright (c) 2015-2016 
+Douglas<br>
+Christopher Wilson <doug@somethingdoug.com>), HANDLE-THING 
+(Copyright<br>
+Fedor Indutny 2015.), MAP-CACHE (Copyright (c) 2015-2016 Jon<br>
+Schlinkert.), CSS.ESCAPE (Copyright Mathias Bynens<br>
+<https://mathiasbynens.be/>), BOOTSTRAP [weld] (Copyright 
+(c) 2011-2018<br>
+Twitter  Inc.), ARRAY-UNIQUE (Copyright (c) 2014-2016 Jon 
+Schlinkert),<br>
+HTTP-ERRORS (Copyright (c) 2014 Jonathan Ong me@jongleberry.
+comCopyright<br>
+(c) 2016 Douglas Christopher Wilson doug@somethingdoug.com),<br>
+WEBSOCKET-MULTIPLEX (Copyright (c) 2017; Marek Majkowski),<br>
+LODASH.ISPLAINOBJECT (Copyright jQuery Foundation and other 
+contributors<br>
+<https://jquery.org/>Copyright and related rights for 
+sample code are<br>
+waived via CC0. Sample), ISARRAY (Copyright (c) 2013 Julian 
+Gruber<br>
+&lt;julian@juliangruber.com&gt;), CROSS-FETCH-POLYFILL 
+(Copyright (c)<br>
+2017 Leonardo Quixad�), UTILS-MERGE (Copyright (c) 2013-
+2017 Jared<br>
+Hanson), IS-GENERATOR-FUNCTION (Copyright (c) 2014 Jordan 
+Harband),<br>
+LOOSE-ENVIFY (Copyright (c) 2015 Andres Suarez 
+<zertosh@gmail.com>),<br>
+JQUERY-MOBILE (Copyright 2013 jQuery Foundation and other 
+contributors),<br>
+ARR-FLATTEN (Copyright (c) 2014-2017 Jon Schlinkert.), 
+CALLSITE (No<br>
+copyright), IS-UTF8 (Copyright (C) 2014 Wei Fanzhe), DEEP-
+DIFF<br>
+(Copyright (c) 2011-2013 Phillip Clark), TO-REGEX 
+(Copyright (c)<br>
+2016-2018 Jon Schlinkert.), NODE-STATIC (Copyright (c) 2010 
+Alexis<br>
+Sellier), ICONV-LITE (Copyright (c) 2011 Alexander 
+Shtuchkin), EXPECT<br>
+(Copyright (c) 2015 Michael Jackson), SPDX-EXPRESSION-PARSE 
+(Copyright<br>
+(c) 2015 Kyle E. Mitchell & other authors listed in 
+AUTHORS),<br>
+HTML-ENTITIES (Copyright (c) 2013 Dulin Marat), INDENT-
+STRING (Copyright<br>
+(c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.
+com)),<br>
+IPADDR.JS (Copyright (C) 2011-2017 whitequark<br>
+<whitequark@whitequark.org>), SNAPDRAGON-UTIL (Copyright 
+(c) 2017 Jon<br>
+Schlinkert), LODASH.ASSIGN (Copyright jQuery Foundation and 
+other<br>
+contributors <https://jquery.org/>Copyright and related 
+rights for<br>
+sample code are waived via CC0. Sample), IS-PATH-IN-CWD 
+(Copyright (c)<br>
+Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)),<br>
+IS-FULLWIDTH-CODE-POINT (Copyright (c) Sindre Sorhus<br>
+<sindresorhus@gmail.com> (sindresorhus.com)), HAS-VALUE 
+(Copyright (c)<br>
+2014-2017 Jon Schlinkert), IS-ACCESSOR-DESCRIPTOR 
+(Copyright (c)<br>
+2015-2017 Jon Schlinkert.), SPDY (Copyright Fedor Indutny 
+2015.),<br>
+PORTFINDER (Copyright (c) 2012 Charlie Robbins), HAS-
+SYMBOLS (Copyright<br>
+(c) 2016 Jordan Harband), EVENTSOURCE (Copyright (c) 2012 
+2013 2014<br>
+Aslak Hellesøy), UUID (Copyright (c) 2010-2016 Robert 
+Kieffer and other<br>
+contributors), COMBINE-SOURCE-MAP (Copyright 2013 Thorsten 
+Lorenz.),<br>
+CURRENTLY-UNHANDLED (Copyright (c) James Talmage 
+<james@talmage.io><br>
+(github.com/jamestalmage)), IS-STRING (Copyright (c) 2015 
+Jordan<br>
+Harband), WEBPACK-DEV-MIDDLEWARE (Copyright JS Foundation 
+and other<br>
+contributors), WORDWRAP (No copyright found), OBUF 
+(Copyright Fedor<br>
+Indutny 2015.), UTFSTRING (Copyright (c) 2016 Cameron 
+Dutro),<br>
+LODASH._GETNATIVE (Copyright 2012-2015 The Dojo Foundation<br>
+<http://dojofoundation.org/>), WEBPACK-DEV-SERVER 
+(Copyright JS<br>
+Foundation and other contributors), HTTP-DECEIVER 
+(Copyright Fedor<br>
+Indutny 2015.), MOMENT.JS [weld] (No Copyright Found), 
+RUGLIFY (No<br>
+Copyright found), BRACE (Copyright 2013 Thorsten Lorenz.), 
+AUTOLINKER<br>
+(Copyright (c) 2014 Gregory Jacobs (http://greg-jacobs.
+com)), CAMELCASE<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), CLASSNAMES (Copyright (c) 2017 Jed 
+Watson),<br>
+NANOMATCH (Copyright (c) 2016-2018 Jon Schlinkert.),<br>
+@TYPES/INLINE-STYLE-PREFIXER (Copyright (c) Microsoft 
+Corporation. All<br>
+rights reserved.), REACT-MOTION (Copyright (c) 2015 React 
+Motion<br>
+authors), SHALLOWEQUAL (Copyright (c) 2015 Alberto Leal<br>
+<mailforalberto@gmail.com> (github.com/dashed)), JQUERY-
+MIGRATE<br>
+(Copyright jQuery Foundation and other contributors,<br>
+https://jquery.org/), XREGEXP [weld] (Copyright (c) 2007-
+2008 Steven<br>
+Levithan), DETECTIVE (Required), UNDERSCORE.STRING 
+(Copyright (c) 2011<br>
+Esa-Matti Suuronen esa-matti@suuronen.org), SEND (Copyright 
+(c) 2012 TJ<br>
+HolowaychukCopyright (c) 2014-2016 Douglas Christopher 
+Wilson),<br>
+UNSET-VALUE (Copyright (c) 2015 2017 Jon Schlinkert), DNS-
+TXT (Copyright<br>
+(c) 2015 Thomas Watson Steen), SCROLL-TO-ELEMENT (Copyright 
+(c)<br>
+{{{year}}} {{{fullname}}}), REACT-IMMUTABLE-PROPTYPES 
+(Copyright (c)<br>
+2015 James Burnett), MEMOIZEE (Copyright (C) 2012-2016 
+Mariusz Nowak<br>
+(www.medikoo.com)), PATH-PARSE (Copyright (c) 2015 Javier 
+Blanco), ASAP<br>
+(Copyright 2009–2014 Contributors. All rights reserved.), 
+PLATFORM<br>
+[Esprima (node)] (Copyright (c) 2010-2012 John-David 
+Dalton),<br>
+INLINE-STYLE-PREFIXER (Copyright (c) 2015 Robin Frischmann),<br>
+IS-DESCRIPTOR (Copyright (c) 2015-2017 Jon Schlinkert.), 
+SPDY-TRANSPORT<br>
+(Copyright Fedor Indutny 2015.), MIME-DB (Copyright (c) 
+2014 Jonathan<br>
+Ong me@jongleberry.com), BOWSER (Copyright 2015 Dustin Diaz 
+(the<br>
+"Original Author")), BASE64-JS (Copyright (c) 2014), OBJECT-
+VISIT<br>
+(Copyright (c) 2015 2017 Jon Schlinkert), PROCESS 
+(Copyright (c) 2013<br>
+Roman Shtylman <shtylman@gmail.com>), DEBUG (Copyright (c) 
+2014 TJ<br>
+Holowaychuk <tj@vision-media.ca>), ORIGINAL (Copyright (c) 
+2015<br>
+Unshift.io Arnout Kazemier the Contributors.), ARRAY-FIND-
+INDEX<br>
+(Copyright (c) Sindre Sorhus <sindresorhus@gmail.com><br>
+(sindresorhus.com)), IS-REGEX (Copyright (c) 2014 Jordan 
+Harband),<br>
+MEMORY-FS (Copyright (c) 2012-2014 Tobias Koppers), ASYNC 
+(Copyright (c)<br>
+2010-2018 Caolan McMahon), REACT-STYLE-PROPTYPE (Copyright 
+2016 Frankie<br>
+Bagnardi <f.bagnardi@gmail.com>), READABLE-STREAM 
+(Copyright Node.js<br>
+contributors. All rights reserved.Copyright Joyent Inc. and 
+other Node<br>
+contributors. All rights reserved.), RESELECT (Copyright 
+(c) 2015-2016<br>
+Reselect Contributors), JQUERY V1.7.2 [SLF4J] (No copyright 
+statement<br>
+found), HANDLEBARS-V2.0.0.JS [weld] (Copyright (C) 2011-
+2014 by Yehuda<br>
+Katz), @KYLESHOCKEY/OBJECT-ASSIGN-DEEP (Required), IS-
+EXTENDABLE<br>
+(Copyright (c) 2015-2017 Jon Schlinkert.), IS-NUMBER-OBJECT 
+(Copyright<br>
+(c) 2015 Jordan Harband), ARR-DIFF (Copyright (c) 2014-2015 
+Jon<br>
+Schlinkert.), DEFINE-PROPERTY (Copyright (c) 2015-2018 Jon 
+Schlinkert.)<br>
+DEBUG.JS [Glob] (Copyright (c) 2010-2011 Marcus Westin), 
+ENCODE.JS<br>
+[Glob] (Copyright Joyent, Inc. and other Node 
+contributors.), COMMON.JS<br>
+[Glob] (Copyright Joyent, Inc. and other Node 
+contributors.),<br>
+CSS-IN-JS-UTILS (Copyright (c) 2017 Robin Frischmann), 
+EMBER [acorn]<br>
+(Copyright 2011-2017 Tilde Inc. and contributors Portions 
+Copyright<br>
+2006-2011 Strobe Inc. Portions Copyright 2008-2011 Apple 
+Inc. All rights<br>
+reserved.), GLOB (Copyright (c) Isaac Z. Schlueter and 
+Contributors),<br>
+MOCHA [Glob] (Copyright(c) 2011 TJ Holowaychuk <tj@vision-
+media.ca>),<br>
+MODERNIZR [acorn] (No Copyright Found), ACORN (Copyright 
+(C) 2012-2018<br>
+by various contributors (see AUTHORS)), JQUERY [acorn] 
+(Copyright JS<br>
+Foundation and other contributors), BACKBONE.JS [acorn] 
+(Copyright (c)<br>
+2010-2016 Jeremy Ashkenas, DocumentCloud and Investigative 
+Reporters &<br>
+Editors), SIZZLE CSS [Glob] (Copyright 2009, The Dojo 
+Foundation),<br>
+UNOBTRUSIVE SLIDER CONTROL [Glob] (Copyright 2010, 2011, 
+Brian<br>
+McAllister), REQUIREJS 2.1.9 [Glob] (Copyright (c) 2010-
+2012, The Dojo<br>
+Foundation), FOLDCASE [Glob] (Copyright Mathias Bynens), 
+PACKAGE.JSON<br>
+[Glob] (Copyright (c) 2011 Dominic Tarr), OBJECT-ASSIGN 
+[acorn]<br>
+(Copyright (c) Sindre Sorhus), DEEP-EQL [Glob] (Copyright
+(c) 2013 Jake<br>
+Luer, jake@alogicalparadox.com), ANGULARJS [acorn] 
+(Copyright (c)<br>
+2010-2016 Google, Inc. http://angularjs.org), 
+ESCAPETEXTCONTENTFORBROWSE<br>
+[acorn] (Copyright (c) 2012-2013 TJ Holowaychuk Copyright 
+(c) 2015<br>
+Andreas Lubbe Copyright (c) 2015 Tiancheng "Timothy" Gu)<br>
+<br>
 Permission is hereby granted, free of charge, to any person 
 obtaining a copy of this software and associated documentation files 
 (the "Software"), to deal in the Software without restriction, 
@@ -568,11 +1546,6 @@ ANTLR 4 Runtime<br>
   Copyright (c) 2012-2017 The ANTLR Project. <br>
   All rights reserved.<br>
 <br>
-<br>
-ASM<br>
-  Copyright (c) 2000-2005 INRIA, France Telecom<br>
-  All rights reserved.<br>
-<br>
 CryptoJS <br>
   (c) 2009-2013 by Jeff Mott. All rights reserved.<br>
 <br>
@@ -589,6 +1562,87 @@ SERP<br>
   Copyright (c) 2002-2006, A. Abram White<br>
   All rights reserved.<br>
 <br>
+SPRINTF-JS (Copyright (c) 2007-2014 Alexandru Marasteanu 
+<hello [at)<br>
+alexei (dot] ro>), SOURCE-MAP (Copyright (c) 2009-2011 
+Mozilla<br>
+Foundation and contributors), REDUX-IMMUTABLE (Copyright 
+(c) 2016 Gajus<br>
+Kuizinas (http://gajus.com/)), NORMALIZE-PACKAGE-DATA 
+(Copyright (c)<br>
+Meryn Stol ("Author")), HYPHENATE-STYLE-NAME (Copyright (c) 
+2015 Espen<br>
+Hovlandsdal), STYLE.CSS [weld] (Copyright (c) 2007, Yahoo! 
+Inc. All<br>
+rights reserved.), INDEX.JS (Copyright (c) 2010, Ajax.org B.
+V.),<br>
+ORG.ECLIPSE.JDT.APT.CORE [Eclipse JDT Core] (Copyright (c) 
+2004, Sun<br>
+Microsystems, Inc.All rights reserved.), PROP-TYPES 
+(Copyright (c)<br>
+2013-present; Facebook; Inc.), XSS-FILTERS (Copyright (c) 
+2015 Yahoo!<br>
+Inc. All rights reserved.), EXT-CORE [Esprima (node)] 
+(Copyright (c)<br>
+2007, Yahoo! Inc.), UGLIFY-JS (<pre class="example"
+>Copyright 2010 (c)<br>
+Mihai Bazon &lt;mihai.bazon@gmail.com&gt;Copyright 2010 (c) 
+Mihai Bazon<br>
+<mihai.bazon@gmail.com>), JSDUMP [jQuery-Mobile] (Copyright 
+(c) 2008<br>
+Ariel Flesler - aflesler(at)gmail(dot)com), CREATE-REACT-
+CLASS<br>
+(Copyright (c) 2013-present Facebook Inc.), AMDEFINE 
+(Copyright (c)<br>
+2011-2016 The Dojo FoundationCopyright (c) 2011-2016 The 
+Dojo<br>
+Foundation), COMMONMARK (Copyright (c) 2014 John 
+MacFarlaneCopyright<br>
+Mathias Bynens <https://mathiasbynens.be/>Copyright Mathias 
+Bynens<br>
+<http://mathiasbynens.be/>Copyright (c) 2014 Vitaly Puzrin 
+Alex<br>
+Kocharin.Copyright (C) 2014-15 John MacFarlane), ESCODEGEN 
+(Copyright<br>
+(c) 2009-2011 Mozilla Foundation and contributors), IEEE754 
+(Copyright<br>
+2008 Fair Oaks Labs Inc.), HOIST-NON-REACT-STATICS 
+(Copyright (c) 2015<br>
+Yahoo! Inc. All rights reserved.), QS (Copyright (c) 2014 
+Nathan<br>
+LaFreniere and other contributors.), ANTLR [EclipseLink] 
+(Copyright (c)<br>
+2005-2006 Terence Parr. All rights reserved.), PARSE-JS 
+[Esprima (node)]<br>
+(Copyright 2010 (c) Mihai Bazon), ESAPI (Copyright (c) 2007 
+- The OWASP<br>
+Foundation), REACT-ADDONS-SHALLOW-COMPARE (Copyright (c) 
+2013-2015<br>
+Facebook Inc.), REACT-ADDONS-PERF (Copyright (c) 2013-
+present Facebook<br>
+Inc.), ENTITIES (Copyright (c) Felix Böhm), MARKDOWN.PL 
+[RequireJS]<br>
+(Copyright (c) 2003-2004 John Gruber), SINON.JS [jQuery] 
+(Copyright (c)<br>
+2010-2013 Christian Johansen Copyright (c) 2010-2014, 
+Copyright (c) 2012<br>
+Maximilian Antoni), ASM (Copyright (c) 2000-2011 INRIA, 
+France Telecom),<br>
+BUNDLE.JS (Copyright Paul Johnston 2000 - 2002.), NODE-
+FORGE (Copyright<br>
+(c) 2010 Digital Bazaar Inc), ESPRIMA (NODE) (Copyright (C) 
+2012, 2011<br>
+[Ariya Hidayat]), DOJO [Apache MyFaces] (Copyright (c) 
+2005, The Dojo<br>
+Foundation), ESPRIMA (Copyright (C) 2012 2011 [Ariya<br>
+Hidayat](http://ariya.ofilabs.com/about))<br>
+CREATE-REACT-CLASS.JS [Glob] (Copyright (c) 2013-present, 
+Facebook,<br>
+Inc.), FIREBUG LITE [Glob] (Copyright (c) 2007, Parakey 
+Inc.), REPS.JS<br>
+[Glob] (Copyright (c) 2006, Yahoo! Inc.)<br>
+<br>
+<br>
 Redistribution and use in source and binary forms, with or 
 without modification, are permitted provided that the following 
 conditions are met:<br>
@@ -620,26 +1674,582 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br>
 <br>
-END OF BSD License NOTICES AND INFORMATION<br>
 <br>
-==============================================================================<br>
+BSD 2-CLAUSE<br>
 <br>
+Redistribution and use in source and binary forms, with or 
+without <br>
+modification, are permitted provided that the following 
+conditions are <br>
+met: <br>
 <br>
-DOCUMENT OBJECT MODEL (DOM) LEVEL 3. The Program includes 
-the software Document Object Model (DOM) Level 3 that IBM 
-obtained the software under the <br>
-following license from W3C:<br>
+* Redistributions of source code must retain the above 
+copyright notice, <br>
+  this list of conditions and the following disclaimer.<br>
+* Redistributions in binary form must reproduce the above 
+copyright <br>
+  notice, this list of conditions and the following 
+disclaimer in the <br>
+  documentation and/or other materials provided with the 
+distribution. <br>
 <br>
-W3C SOFTWARE NOTICE AND LICENSE<br>
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
+CONTRIBUTORS "AS <br>
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 
+NOT LIMITED <br>
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
+FOR A <br>
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
+COPYRIGHT <br>
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, <br>
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
+BUT NOT LIMITED <br>
+TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
+USE, DATA, OR <br>
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
+ANY THEORY OF <br>
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING <br>
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS <br>
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
+DAMAGE. <br>
+<br>
+<br>
+<br>
+BSD 3-CLAUSE<br>
 <br>
-http://www.w3.org/Consortium/Legal/2002/copyright-software-
-20021231<br>
+Redistribution and use in source and binary forms, with or 
+without <br>
+modification, are permitted provided that the following 
+conditions are <br>
+met: <br>
 <br>
-This work (and included software, documentation such as 
-READMEs, or other related items) is being provided by the copyright 
-holders under the following license. By obtaining, using and/or 
-copying this work, you (the licensee) agree that you have read, 
-understood, and will comply with the following terms and conditions.<br>
+* Redistributions of source code must retain the above 
+copyright notice, <br>
+  this list of conditions and the following disclaimer. <br>
+* Redistributions in binary form must reproduce the above 
+copyright <br>
+  notice, this list of conditions and the following 
+disclaimer in the <br>
+  documentation and/or other materials provided with the 
+distribution. <br>
+* Neither the name of the <ORGANIZATION> nor the names of 
+its <br>
+  contributors may be used to endorse or promote products 
+derived from <br>
+  this software without specific prior written permission. <br>
+<br>
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
+CONTRIBUTORS "AS <br>
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 
+NOT LIMITED <br>
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
+FOR A <br>
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
+COPYRIGHT OWNER <br>
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, <br>
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
+LIMITED TO, <br>
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR <br>
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
+ANY THEORY OF <br>
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING <br>
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS <br>
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
+DAMAGE. <br>
+<br>
+END OF BSD 3-CLAUSE LICENSE NOTICES AND INFORMATION<br>
+<br>
+<br>
+<br>
+BSD 4-CLAUSE<br>
+<br>
+Redistribution and use in source and binary forms, with or 
+without <br>
+modification, is permitted provided that the following 
+conditions are <br>
+met:<br>
+<br>
+* Redistributions of source code must retain the above 
+copyright notice,<br>
+  this list of conditions and the following disclaimer.<br>
+* Redistributions in binary form must reproduce the above 
+copyright <br>
+  notice, this list of conditions and the following 
+disclaimer in the <br>
+  documentation and/or other materials provided with the 
+distribution.<br>
+* All advertising materials mentioning features or use of 
+this software <br>
+  must display the following acknowledgement:<br>
+  This product includes software developed by the 
+<ORGANIZATION>.<br>
+* Neither the name of the <ORGANIZATION> nor the names of 
+its <br>
+  contributors may be used to endorse or promote products 
+derived from<br>
+  this software without specific prior written permission.<br>
+  <br>
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
+CONTRIBUTORS "AS <br>
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 
+NOT LIMITED <br>
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
+FOR A <br>
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
+COPYRIGHT OWNER<br>
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL,<br>
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
+LIMITED TO, <br>
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR <br>
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
+ANY THEORY OF <br>
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING <br>
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS <br>
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br>
+<br>
+END OF BSD 4-CLAUSE LICENSE NOTICES AND INFORMATION<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+<br>
+BSD + FB PATENTS FILE<br>
+<br>
+The Program includes some or all of the following works 
+licensed under<br>
+the BSD + FB PATENTS FILE<br>
+<br>
+REACT-HEIGHT.JS, ARIADOMPROPERTYCONFIG [acorn]<br>
+<br>
+Redistribution and use in source and binary forms, with or 
+without modification, are permitted provided that the following 
+conditions are met:<br>
+<br>
+1. Redistributions of source code must retain the above 
+copyright notice, this list of conditions and the following 
+disclaimer.<br>
+<br>
+2. Redistributions in binary form must reproduce the above 
+copyright notice, this list of conditions and the following 
+disclaimer in the <br>
+documentation and/or other materials provided with the 
+distribution.<br>
+<br>
+Subject to the terms and conditions of this license, each 
+copyright holder and contributor hereby grants to those receiving 
+rights under <br>
+this license a perpetual, worldwide, non-exclusive, no-
+charge, royalty-free, irrevocable (except for failure to satisfy 
+the conditions of <br>
+this license) patent license to make, have made, use, offer 
+to sell, sell, import, and otherwise transfer this software, 
+where such license <br>
+applies only to those patent claims, already acquired or 
+hereafter acquired, licensable by such copyright holder or 
+contributor that are necessarily <br>
+infringed by:<br>
+<br>
+(a) their Contribution(s) (the licensed copyrights of 
+copyright holders and non-copyrightable additions of contributors, in 
+source or binary form) <br>
+alone; or<br>
+<br>
+(b) combination of their Contribution(s) with the work of 
+authorship to which such Contribution(s) was added by such copyright 
+holder or contributor, <br>
+if, at the time the Contribution is added, such addition 
+causes such combination to be necessarily infringed. The patent 
+license shall not apply to <br>
+any other combinations which include the Contribution.<br>
+<br>
+Except as expressly stated above, no rights or licenses 
+from any copyright holder or contributor is granted under this 
+license, whether expressly, by <br>
+implication, estoppel or otherwise.<br>
+<br>
+DISCLAIMER<br>
+<br>
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 
+BUT NOT LIMITED TO, <br>
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 
+HOLDERS OR CONTRIBUTORS <br>
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+PROCUREMENT OF SUBSTITUTE <br>
+GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+LIABILITY, WHETHER IN CONTRACT, STRICT <br>
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
+OF THE POSSIBILITY OF SUCH DAMAGE.<br>
+<br>
+END OF BSD + FB PATENTS FILE LICENSE NOTICES AND INFORMATION<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+EDUCATIONAL COMMUNITY LICENSE, VERSION 2.0<br>
+<br>
+The Program includes some or all of the following that IBM 
+obtained <br>
+under the Educational Community License, Version 2.0: <br>
+<br>
+JUNIT [Commons-IO]<br>
+<br>
+Educational Community License<br>
+Version 2.0, April 2007<br>
+<br>
+http://www.osedu.org/licenses/<br>
+<br>
+The Educational Community License version 2.0 ("ECL") 
+consists of the <br>
+Apache 2.0 license, modified to change the scope of the 
+patent grant in <br>
+section 3 to be specific to the needs of the education 
+communities using <br>
+this license. The original Apache 2.0 license can be found 
+at: <br>
+http://www.apache.org/licenses/LICENSE-2.0<br>
+<br>
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION<br>
+<br>
+1. Definitions.<br>
+"License" shall mean the terms and conditions for use, 
+reproduction, and <br>
+distribution as defined by Sections 1 through 9 of this 
+document. <br>
+<br>
+"Licensor" shall mean the copyright owner or entity 
+authorized by the <br>
+copyright owner that is granting the License. <br>
+<br>
+"Legal Entity" shall mean the union of the acting entity 
+and all other <br>
+entities that control, are controlled by, or are under 
+common control <br>
+with that entity. For the purposes of this definition, 
+"control" means <br>
+(i) the power, direct or indirect, to cause the direction 
+or management <br>
+of such entity, whether by contract or otherwise, or (ii) 
+ownership of <br>
+fifty percent (50%) or more of the outstanding shares, or 
+(iii) <br>
+beneficial ownership of such entity. <br>
+<br>
+"You" (or "Your") shall mean an individual or Legal Entity 
+exercising <br>
+permissions granted by this License. <br>
+<br>
+"Source" form shall mean the preferred form for making 
+modifications, <br>
+including but not limited to software source code, 
+documentation source, <br>
+and configuration files. <br>
+<br>
+"Object" form shall mean any form resulting from mechanical <br>
+transformation or translation of a Source form, including 
+but not <br>
+limited to compiled object code, generated documentation, 
+and <br>
+conversions to other media types. <br>
+<br>
+"Work" shall mean the work of authorship, whether in Source 
+or Object <br>
+form, made available under the License, as indicated by a 
+copyright <br>
+notice that is included in or attached to the work (an 
+example is <br>
+provided in the Appendix below). <br>
+<br>
+"Derivative Works" shall mean any work, whether in Source 
+or Object <br>
+form, that is based on (or derived from) the Work and for 
+which the <br>
+editorial revisions, annotations, elaborations, or other 
+modifications <br>
+represent, as a whole, an original work of authorship. For 
+the purposes <br>
+of this License, Derivative Works shall not include works 
+that remain <br>
+separable from, or merely link (or bind by name) to the 
+interfaces of, <br>
+the Work and Derivative Works thereof. <br>
+<br>
+"Contribution" shall mean any work of authorship, including 
+the original <br>
+version of the Work and any modifications or additions to 
+that Work or <br>
+Derivative Works thereof, that is intentionally submitted 
+to Licensor <br>
+for inclusion in the Work by the copyright owner or by an 
+individual or <br>
+Legal Entity authorized to submit on behalf of the 
+copyright owner. For <br>
+the purposes of this definition, "submitted" means any form 
+of <br>
+electronic, verbal, or written communication sent to the 
+Licensor or its <br>
+representatives, including but not limited to communication 
+on <br>
+electronic mailing lists, source code control systems, and 
+issue <br>
+tracking systems that are managed by, or on behalf of, the 
+Licensor for <br>
+the purpose of discussing and improving the Work, but 
+excluding <br>
+communication that is conspicuously marked or otherwise 
+designated in <br>
+writing by the copyright owner as "Not a Contribution." <br>
+<br>
+"Contributor" shall mean Licensor and any individual or 
+Legal Entity on <br>
+behalf of whom a Contribution has been received by Licensor 
+and <br>
+subsequently incorporated within the Work. <br>
+<br>
+2. Grant of Copyright License. <br>
+<br>
+Subject to the terms and conditions of this License, each 
+Contributor <br>
+hereby grants to You a perpetual, worldwide, non-exclusive, 
+no-charge, <br>
+royalty-free, irrevocable copyright license to reproduce, 
+prepare <br>
+Derivative Works of, publicly display, publicly perform, 
+sublicense, and <br>
+distribute the Work and such Derivative Works in Source or 
+Object form. <br>
+<br>
+3. Grant of Patent License. <br>
+<br>
+Subject to the terms and conditions of this License, each 
+Contributor <br>
+hereby grants to You a perpetual, worldwide, non-exclusive, 
+no-charge, <br>
+royalty-free, irrevocable (except as stated in this 
+section) patent <br>
+license to make, have made, use, offer to sell, sell, 
+import, and <br>
+otherwise transfer the Work, where such license applies 
+only to those <br>
+patent claims licensable by such Contributor that are 
+necessarily <br>
+infringed by their Contribution(s) alone or by combination 
+of their <br>
+Contribution(s) with the Work to which such Contribution(s) 
+was <br>
+submitted. If You institute patent litigation against any 
+entity <br>
+(including a cross-claim or counterclaim in a lawsuit) 
+alleging that the <br>
+Work or a Contribution incorporated within the Work 
+constitutes direct <br>
+or contributory patent infringement, then any patent 
+licenses granted to <br>
+You under this License for that Work shall terminate as of 
+the date such <br>
+litigation is filed. Any patent license granted hereby with 
+respect to <br>
+contributions by an individual employed by an institution 
+or <br>
+organization is limited to patent claims where the 
+individual that is <br>
+the author of the Work is also the inventor of the patent 
+claims <br>
+licensed, and where the organization or institution has the 
+right to <br>
+grant such license under applicable grant and research 
+funding <br>
+agreements. No other express or implied licenses are 
+granted. <br>
+<br>
+4. Redistribution. <br>
+<br>
+You may reproduce and distribute copies of the Work or 
+Derivative Works <br>
+thereof in any medium, with or without modifications, and 
+in Source or <br>
+Object form, provided that You meet the following 
+conditions: <br>
+<br>
+1. You must give any other recipients of the Work or 
+Derivative Works a <br>
+   copy of this License; and <br>
+<br>
+2. You must cause any modified files to carry prominent 
+notices stating <br>
+   that You changed the files; and <br>
+<br>
+3. You must retain, in the Source form of any Derivative 
+Works that You <br>
+   distribute, all copyright, patent, trademark, and 
+attribution notices <br>
+   from the Source form of the Work, excluding those 
+notices that do not <br>
+   pertain to any part of the Derivative Works; and <br>
+<br>
+4. If the Work includes a "NOTICE" text file as part of its <br>
+   distribution, then any Derivative Works that You 
+distribute must include <br>
+   a readable copy of the attribution notices contained 
+within such NOTICE <br>
+   file, excluding those notices that do not pertain to any 
+part of the <br>
+   Derivative Works, in at least one of the following 
+places: within a <br>
+   NOTICE text file distributed as part of the Derivative 
+Works; within the <br>
+   Source form or documentation, if provided along with the 
+Derivative <br>
+   Works; or, within a display generated by the Derivative 
+Works, if and <br>
+   wherever such third-party notices normally appear. The 
+contents of the <br>
+   NOTICE file are for informational purposes only and do 
+not modify the <br>
+   License. You may add Your own attribution notices within 
+Derivative <br>
+   Works that You distribute, alongside or as an addendum 
+to the NOTICE <br>
+   text from the Work, provided that such additional 
+attribution notices <br>
+   cannot be construed as modifying the License. <br>
+<br>
+You may add Your own copyright statement to Your 
+modifications and may <br>
+provide additional or different license terms and 
+conditions for use, <br>
+reproduction, or distribution of Your modifications, or for 
+any such <br>
+Derivative Works as a whole, provided Your use, 
+reproduction, and <br>
+distribution of the Work otherwise complies with the 
+conditions stated <br>
+in this License. <br>
+<br>
+5. Submission of Contributions. <br>
+<br>
+Unless You explicitly state otherwise, any Contribution 
+intentionally <br>
+submitted for inclusion in the Work by You to the Licensor 
+shall be <br>
+under the terms and conditions of this License, without any 
+additional <br>
+terms or conditions. Notwithstanding the above, nothing 
+herein shall <br>
+supersede or modify the terms of any separate license 
+agreement you may <br>
+have executed with Licensor regarding such Contributions. <br>
+<br>
+6. Trademarks. <br>
+<br>
+This License does not grant permission to use the trade 
+names, <br>
+trademarks, service marks, or product names of the 
+Licensor, except as <br>
+required for reasonable and customary use in describing the 
+origin of <br>
+the Work and reproducing the content of the NOTICE file. <br>
+<br>
+7. Disclaimer of Warranty. <br>
+<br>
+Unless required by applicable law or agreed to in writing, 
+Licensor <br>
+provides the Work (and each Contributor provides its 
+Contributions) on <br>
+an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+KIND, either <br>
+express or implied, including, without limitation, any 
+warranties or <br>
+conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or 
+FITNESS FOR A <br>
+PARTICULAR PURPOSE. You are solely responsible for 
+determining the <br>
+appropriateness of using or redistributing the Work and 
+assume any risks <br>
+associated with Your exercise of permissions under this 
+License. <br>
+<br>
+8. Limitation of Liability. <br>
+<br>
+In no event and under no legal theory, whether in tort 
+(including <br>
+negligence), contract, or otherwise, unless required by 
+applicable law <br>
+(such as deliberate and grossly negligent acts) or agreed 
+to in writing, <br>
+shall any Contributor be liable to You for damages, 
+including any <br>
+direct, indirect, special, incidental, or consequential 
+damages of any <br>
+character arising as a result of this License or out of the 
+use or <br>
+inability to use the Work (including but not limited to 
+damages for loss <br>
+of goodwill, work stoppage, computer failure or 
+malfunction, or any and <br>
+all other commercial damages or losses), even if such 
+Contributor has <br>
+been advised of the possibility of such damages. <br>
+<br>
+9. Accepting Warranty or Additional Liability. <br>
+<br>
+While redistributing the Work or Derivative Works thereof, 
+You may <br>
+choose to offer, and charge a fee for, acceptance of 
+support, warranty, <br>
+indemnity, or other liability obligations and/or rights 
+consistent with <br>
+this License. However, in accepting such obligations, You 
+may act only <br>
+on Your own behalf and on Your sole responsibility, not on 
+behalf of any <br>
+other Contributor, and only if You agree to indemnify, 
+defend, and hold <br>
+each Contributor harmless for any liability incurred by, or 
+claims <br>
+asserted against, such Contributor by reason of your 
+accepting any such <br>
+warranty or additional liability. <br>
+<br>
+END OF TERMS AND CONDITIONS<br>
+<br>
+END OF EDUCATIONAL COMMUNITY LICENSE, VERSION 2.0 NOTICES 
+AND INFORMATION<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+<br>
+W3C SOFTWARE LICENSE<br>
+<br>
+The Program includes some or all of the following that IBM 
+obtained<br>
+under the W3C Software Notice and License:<br>
+<br>
+DOCUMENT OBJECT MODEL (DOM) LEVEL 3<br>
+XENC-SCHEMA [Apache CXF]<br>
+<br>
+W3C® SOFTWARE NOTICE AND LICENSE<br>
+<br>
+Copyright © 1994-2001 World Wide Web Consortium, 
+(Massachusetts <br>
+Institute of Technology, Institut National de Recherche en 
+Informatique <br>
+et en Automatique, Keio University). All Rights Reserved. <br>
+http://www.w3.org/Consortium/Legal/ <br>
+<br>
+This  W3C work (and included software, documentation such 
+as READMEs, or other related items) is being provided by the 
+copyright holders under the following license. By obtaining, using 
+and/or copying this work, you (the licensee) agree that you have 
+read, understood, and will comply with the following terms and 
+conditions.<br>
 <br>
 Permission to copy, modify, and distribute this software 
 and its documentation, with or without modification, for any 
@@ -678,9 +2288,8 @@ this software and any associated documentation will at all times
 remain with copyright holders.<br>
 <br>
 <br>
-END OF DOCUMENT OBJECT MODEL (DOM) LEVEL 3 NOTICES AND 
-INFORMATION<br>
-==============================================<br>
+END OF W3C SOFTWARE LICENSE NOTICES AND INFORMATION<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
 ECLIPSE CODE <br>
 <br>
 EPL. The Program includes all or portions of the following 
@@ -688,7 +2297,9 @@ software which IBM obtained under the terms and conditions the
 Eclipse Public License ("EPL Code").<br>
 <br>
 The following subset of Excluded Components was obtained 
-from the Eclipse Foundation: <br>
+from the Eclipse Foundation (source code available via the 
+indicated URL):<br>
+<br>
 OSGi Framework, OSGi Materials, pixman, XHTML DTDs, MXJ4,  <br>
 AspectJ Runtime,  AsjectJ Tools, IBM Eclipse SDK, IBM 
 Eclipse Help System, 3.4.3 components,  <br>
@@ -699,7 +2310,22 @@ Builder, EclipseLink JPA RS, EclipseLink JPA Modelgen (non OSGi),
 EclipseLink Moxy,  EclipseLink NoSQL Database Extensions, EclipseLink 
 Hermes JPQL Parser,   Eclipse JDT Core Batch Compiler, EclipseLink 
 JPA, Eclipse OSGi, EclipseLink OracleDDL Parser, EclipseLink 
-SDO, jakarta mail, PAHO Client, ECJ, Yasson, Open Liberty <br>
+SDO, jakarta mail, PAHO Client, ECJ, Yasson, OpenLiberty <br>
+ECLIPSELINK<br>
+(https://www.eclipse.
+org/eclipselink/downloads/previous_releases.php),<br>
+ECLIPSE EQUINOX<br>
+(https://repo1.maven.org/maven2/org/eclipse/platform/org.
+eclipse.equinox.util/1.1.0/),<br>
+PERSISTENCE_2_1.XSD [OSGi Core]<br>
+(https://github.
+com/osgi/bundles/tree/98b13a515d350989f218f92c41d1b66f940c1633),<br>
+ECLIPSE JDT CORE<br>
+(https://github.com/maxeler/eclipse/tree/master/eclipse.jdt.
+core/org.eclipse.jdt.core),<br>
+ECLIPSE YASSON<br>
+(https://github.com/eclipse-ee4j/yasson/tree/1.0.4-RELEASE)<br>
+<br>
 <br>
 (herein collectively referred to as "Eclipse Code"). 
 Notices and important information, including instructions for 
@@ -712,723 +2338,988 @@ the IBM end user license agreement.<br>
 <br>
 END OF ECLIPSE CODE NOTICES AND INFORMATION<br>
 <br>
-==============================================================================  <br>
-<br>
-Javassist.  The Program includes Javassist which IBM 
-obtained under <br>
-the terms and conditions of the following license.<br>
-<br>
-<br>
- MOZILLA PUBLIC LICENSE<br>
-                                Version 1.1<br>
-<br>
-1. Definitions.<br>
-<br>
-1.0.1. "Commercial Use" means distribution or otherwise 
-making the Covered Code available to a third party.<br>
-<br>
-1.1. "Contributor" means each entity that creates or 
-contributes to the creation of Modifications.<br>
-<br>
-1.2. "Contributor Version" means the combination of the 
-Original Code, prior Modifications used by a Contributor, and the 
-Modifications  made by that particular Contributor.<br>
-<br>
-1.3. "Covered Code" means the Original Code or 
-Modifications or the combination of the Original Code and Modifications, 
-in each case including portions thereof.<br>
-<br>
-1.4. "Electronic Distribution Mechanism" means a mechanism 
-generally accepted in the software development community for the 
-electronic transfer of data.<br>
-<br>
-1.5. "Executable" means Covered Code in any form other than 
-Source Code.<br>
-<br>
-1.6. "Initial Developer" means the individual or entity 
-identified as the Initial Developer in the Source Code notice required 
-by Exhibit A.<br>
-<br>
-1.7. "Larger Work" means a work which combines Covered Code 
-or portions thereof with code not governed by the terms of 
-this License.<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
+ISC LICENSE<br>
 <br>
-1.8. "License" means this document.<br>
+The Program includes some or all of the following that IBM 
+obtained<br>
+under the ISC License.<br>
+<br>
+RIMRAF (Copyright (c) Isaac Z. Schlueter and Contributors),<br>
+REQUIRE-MAIN-FILENAME (Copyright (c) 2016 Contributors), 
+ES5-EXT<br>
+(Copyright (c) 2011-2019 Mariusz Nowak @medikoo medikoo.
+com), GLOB<br>
+(Copyright (c) Isaac Z. Schlueter and Contributors), 
+MINIMATCH<br>
+(Copyright (c) Isaac Z. Schlueter and Contributors), GET-
+CALLER-FILE<br>
+(Copyright 2018 Stefan Penner), TYPE (Required), WHICH-
+MODULE (Copyright<br>
+(c) 2016 Contributors), MINIMALISTIC-ASSERT (Copyright 2015 
+Calvin<br>
+Metcalf), YARGS-PARSER (Copyright (c) 2016 Contributors), 
+CLIUI<br>
+(Copyright (c) 2015 Contributors), GRACEFUL-FS (Copyright 
+(c) Isaac Z.<br>
+Schlueter Ben Noordhuis and Contributors), SEMVER 
+(Copyright (c) Isaac<br>
+Z. Schlueter and Contributors), WRAPPY (Copyright (c) Isaac 
+Z. Schlueter<br>
+and Contributors), GLOB-PARENT (Copyright (c) 2015 Elan 
+Shanker),<br>
+INHERITS (Copyright (c) Isaac Z. Schlueter), TIMERS-EXT 
+(Copyright (c)<br>
+2013-2018 Mariusz Nowak @medikoo medikoo.com), D (Copyright 
+(c)<br>
+2013-2019 Mariusz Nowak @medikoo medikoo.com), INFLIGHT 
+(Copyright (c)<br>
+Isaac Z. Schlueter), HOSTED-GIT-INFO (Copyright (c) 2015 
+Rebecca<br>
+Turner), TMATCH (Copyright (c) Isaac Z. Schlueter and 
+Contributors),<br>
+FS.REALPATH (Copyright (c) Isaac Z. Schlueter and 
+Contributors Copyright<br>
+Joyent Inc. and other Node contributors.), SIGNAL-EXIT 
+(Copyright (c)<br>
+2015 Contributors), ES6-WEAK-MAP (Copyright (c) 2013-2018 
+Mariusz Nowak<br>
+@medikoo medikoo.com), ONCE (Copyright (c) Isaac Z. 
+Schlueter and<br>
+Contributors), REMOVE-TRAILING-SEPARATOR (No copyright), 
+Y18N (Copyright<br>
+(c) 2015 Contributors), SET-BLOCKING (Copyright (c) 2016 
+Contributors),<br>
+SETPROTOTYPEOF (Copyright (c) 2015 Wes Todd), DETECT-NODE 
+(Copyright (c)<br>
+2017 Ilya Kantor), ANYMATCH (Copyright (c) 2014 Elan 
+Shanker)<br>
+<br>
+ISC License<br>
+<br>
+Copyright (c) 2004-2010 by Internet Systems Consortium, 
+Inc. ("ISC") <br>
+Copyright (c) 1995-2003 by Internet Software Consortium<br>
+<br>
+Permission to use, copy, modify, and/or distribute this 
+software for any<br>
+purpose with or without fee is hereby granted, provided 
+that the above<br>
+copyright notice and this permission notice appear in all 
+copies.<br>
+<br>
+THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL 
+WARRANTIES WITH<br>
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF<br>
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE 
+LIABLE FOR ANY<br>
+SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY 
+DAMAGES<br>
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
+WHETHER IN AN<br>
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 
+ARISING OUT OF<br>
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 
+SOFTWARE.<br>
 <br>
-1.8.1. "Licensable" means having the right to grant, to the 
-maximum extent possible, whether at the time of the initial grant 
-or subsequently acquired, any and all of the rights conveyed 
-herein.<br>
+END OF ISC LICENSE NOTICES AND INFORMATION<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+JDOM LICENSE<br>
 <br>
-1.9. "Modifications" means any addition to or deletion from 
-the  substance or structure of either the Original Code or any 
-previous  Modifications. When Covered Code is released as a series of 
-files, a     Modification is:<br>
-A. Any addition to or deletion from the contents of a file 
-containing Original Code or previous Modifications.<br>
+The Program includes some or all of the following that IBM 
+obtained<br>
+under the JDOM License:<br>
 <br>
-B. Any new file that contains any part of the Original Code 
-or previous Modifications.<br>
+STAXBUILDER.JAVA [Apache CXF], AEGIS [Apache CXF]<br>
 <br>
-1.10. "Original Code" means Source Code of computer 
-software code which is described in the Source Code notice required 
-by Exhibit A as Original Code, and which, at the time of its 
-release under this  License is not already Covered Code governed by 
-this License.<br>
+JDOM license<br>
 <br>
-1.10.1. "Patent Claims" means any patent claim(s), now 
-owned or  hereafter acquired, including without limitation,  
-method, process,  and apparatus claims, in any patent Licensable by 
-grantor.<br>
-<br>
-1.11. "Source Code" means the preferred form of the Covered 
-Code for  making modifications to it, including all modules it 
-contains, plus any associated interface definition files, scripts 
-used to control  compilation and installation of an Executable, 
-or source code differential comparisons against either the 
-Original Code or another well known, available Covered Code of the 
-Contributor's choice. The Source Code can be in a compressed or archival 
-form, provided the appropriate decompression or de-archiving 
-software is widely available for no charge.<br>
-<br>
-1.12. "You" (or "Your")  means an individual or a legal 
-entity exercising rights under, and complying with all of the 
-terms of, this License or a future version of this License issued 
-under Section 6.1. For legal entities, "You" includes any entity 
-which controls, is controlled by, or is under common control with 
-You. For purposes of this definition, "control" means (a) the 
-power, direct or indirect, to cause the direction or management of 
-such entity, whether by contract or otherwise, or (b) ownership 
-of more than fifty percent (50%) of the outstanding shares or 
-beneficial ownership of such entity.<br>
+Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.<br>
+All rights reserved.<br>
 <br>
-2. Source Code License.<br>
+Redistribution and use in source and binary forms, with or 
+without <br>
+modification, are permitted provided that the following 
+conditions are <br>
+met: <br>
 <br>
-2.1. The Initial Developer Grant.<br>
-The Initial Developer hereby grants You a world-wide, 
-royalty-free, non-exclusive license, subject to third party 
-intellectual property claims:<br>
-(a)  under intellectual property rights (other than patent 
-or trademark) Licensable by Initial Developer to use, 
-reproduce, modify, display, perform, sublicense and distribute the 
-Original Code (or portions thereof) with or without Modifications, 
-and/or as part of a Larger Work; and<br>
+1. Redistributions of source code must retain the above 
+copyright <br>
+   notice, this list of conditions, and the following 
+disclaimer. <br>
 <br>
-(b) under Patents Claims infringed by the making, using or 
-selling of Original Code, to make, have made, use, practice, sell, 
-and offer for sale, and/or otherwise dispose of the Original 
-Code (or portions thereof).<br>
+2. Redistributions in binary form must reproduce the above 
+copyright <br>
+   notice, this list of conditions, and the disclaimer that 
+follows these <br>
+   conditions in the documentation and/or other materials 
+provided with the <br>
+   distribution. <br>
+<br>
+3. The name "JDOM" must not be used to endorse or promote 
+products <br>
+   derived from this software without prior written 
+permission. For written <br>
+   permission, please contact <request_AT_jdom_DOT_org>. <br>
+<br>
+4. Products derived from this software may not be called 
+"JDOM", nor may <br>
+   "JDOM" appear in their name, without prior written 
+permission from the <br>
+   JDOM Project Management <request_AT_jdom_DOT_org>. <br>
+<br>
+In addition, we request (but do not require) that you 
+include in the <br>
+end-user documentation provided with the redistribution 
+and/or in the <br>
+software itself an acknowledgement equivalent to the 
+following: <br>
+<br>
+"This product includes software developed by the JDOM 
+Project <br>
+(http://www.jdom.org/)." <br>
+<br>
+Alternatively, the acknowledgment may be graphical using 
+the logos <br>
+available at http://www.jdom.org/images/logos . <br>
 <br>
-(c) the licenses granted in this Section 2.1(a) and (b) are 
-effective on the date Initial Developer first distributes Original 
-Code under the terms of this License.<br>
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED <br>
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+WARRANTIES OF <br>
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+DISCLAIMED. IN <br>
+NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT CONTRIBUTORS 
+BE LIABLE <br>
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
+OR <br>
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+PROCUREMENT OF <br>
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
+PROFITS; OR BUSINESS <br>
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+LIABILITY, WHETHER IN <br>
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
+OR OTHERWISE) <br>
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
+ADVISED OF <br>
+THE POSSIBILITY OF SUCH DAMAGE. <br>
 <br>
-(d) Notwithstanding Section 2.1(b) above, no patent license 
-is granted: 1) for code that You delete from the Original 
-Code; 2)separate from the Original Code;  or 3) for infringements 
-caused by: i) the modification of the Original Code or ii) the 
-combination of the Original Code with other software or devices.<br>
+This software consists of voluntary contributions made by 
+many <br>
+individuals on behalf of the JDOM Project and was 
+originally created by <br>
+Jason Hunter <jhunter_AT_jdom_DOT_org> and Brett McLaughlin <br>
+<brett_AT_jdom_DOT_org>. For more information on the JDOM 
+Project, <br>
+please see http://www.jdom.org/. <br>
+<br>
+END OF JDOM LICENSE NOTICES AND INFORMATION<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+MODIFIABLE THIRD PARTY CODE<br>
+<br>
+This Program includes some or all of the following 
+Modifiable Third <br>
+Party Code that IBM obtained under the GNU Lesser General 
+Public <br>
+License. For copies of the source code for this software, 
+send an email <br>
+to dzmitry@ca.ibm.com identifying the IBM Program and the 
+Modifiable Third <br>
+Party Code for which you are requesting the source code. <br>
+<br>
+XMLHTTPREQUEST [Esprima (node)]<br>
+<br>
+                  GNU LESSER GENERAL PUBLIC LICENSE<br>
+                       Version 2.1, February 1999<br>
+<br>
+Copyright (C) 1991, 1999 Free Software Foundation, Inc.<br>
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA<br>
+Everyone is permitted to copy and distribute verbatim copies<br>
+of this license document, but changing it is not allowed.<br>
+<br>
+[This is the first released version of the Lesser GPL.  It 
+also counts<br>
+ as the successor of the GNU Library Public License, 
+version 2, hence<br>
+ the version number 2.1.]<br>
+<br>
+Preamble<br>
+<br>
+The licenses for most software are designed to take away 
+your freedom to <br>
+share and change it. By contrast, the GNU General Public 
+Licenses are <br>
+intended to guarantee your freedom to share and change free 
+software--to <br>
+make sure the software is free for all its users. <br>
+<br>
+This license, the Lesser General Public License, applies to 
+some <br>
+specially designated software packages--typically 
+libraries--of the Free <br>
+Software Foundation and other authors who decide to use it. 
+You can use <br>
+it too, but we suggest you first think carefully about 
+whether this <br>
+license or the ordinary General Public License is the 
+better strategy to <br>
+use in any particular case, based on the explanations 
+below. <br>
+<br>
+When we speak of free software, we are referring to freedom 
+of use, not <br>
+price. Our General Public Licenses are designed to make 
+sure that you <br>
+have the freedom to distribute copies of free software (and 
+charge for <br>
+this service if you wish); that you receive source code or 
+can get it if <br>
+you want it; that you can change the software and use 
+pieces of it in <br>
+new free programs; and that you are informed that you can 
+do these <br>
+things. <br>
+<br>
+To protect your rights, we need to make restrictions that 
+forbid <br>
+distributors to deny you these rights or to ask you to 
+surrender these <br>
+rights. These restrictions translate to certain 
+responsibilities for you <br>
+if you distribute copies of the library or if you modify 
+it. <br>
+<br>
+For example, if you distribute copies of the library, 
+whether gratis or <br>
+for a fee, you must give the recipients all the rights that 
+we gave you. <br>
+You must make sure that they, too, receive or can get the 
+source code. <br>
+If you link other code with the library, you must provide 
+complete <br>
+object files to the recipients, so that they can relink 
+them with the <br>
+library after making changes to the library and recompiling 
+it. And you <br>
+must show them these terms so they know their rights. <br>
+<br>
+We protect your rights with a two-step method: (1) we 
+copyright the <br>
+library, and (2) we offer you this license, which gives you 
+legal <br>
+permission to copy, distribute and/or modify the library. <br>
+<br>
+To protect each distributor, we want to make it very clear 
+that there is <br>
+no warranty for the free library. Also, if the library is 
+modified by <br>
+someone else and passed on, the recipients should know that 
+what they <br>
+have is not the original version, so that the original 
+author's <br>
+reputation will not be affected by problems that might be 
+introduced by <br>
+others. <br>
+<br>
+Finally, software patents pose a constant threat to the 
+existence of any <br>
+free program. We wish to make sure that a company cannot 
+effectively <br>
+restrict the users of a free program by obtaining a 
+restrictive license <br>
+from a patent holder. Therefore, we insist that any patent 
+license <br>
+obtained for a version of the library must be consistent 
+with the full <br>
+freedom of use specified in this license. <br>
+<br>
+Most GNU software, including some libraries, is covered by 
+the ordinary <br>
+GNU General Public License. This license, the GNU Lesser 
+General Public <br>
+License, applies to certain designated libraries, and is 
+quite different <br>
+from the ordinary General Public License. We use this 
+license for <br>
+certain libraries in order to permit linking those 
+libraries into <br>
+non-free programs. <br>
+<br>
+When a program is linked with a library, whether statically 
+or using a <br>
+shared library, the combination of the two is legally 
+speaking a <br>
+combined work, a derivative of the original library. The 
+ordinary <br>
+General Public License therefore permits such linking only 
+if the entire <br>
+combination fits its criteria of freedom. The Lesser 
+General Public <br>
+License permits more lax criteria for linking other code 
+with the <br>
+library. <br>
+<br>
+We call this license the "Lesser" General Public License 
+because it does <br>
+Less to protect the user's freedom than the ordinary 
+General Public <br>
+License. It also provides other free software developers 
+Less of an <br>
+advantage over competing non-free programs. These 
+disadvantages are the <br>
+reason we use the ordinary General Public License for many 
+libraries. <br>
+However, the Lesser license provides advantages in certain 
+special <br>
+circumstances. <br>
+<br>
+For example, on rare occasions, there may be a special need 
+to <br>
+encourage the widest possible use of a certain library, so 
+that it <br>
+becomes a de-facto standard. To achieve this, non-free 
+programs must be <br>
+allowed to use the library. A more frequent case is that a 
+free library <br>
+does the same job as widely used non-free libraries. In 
+this case, there <br>
+is little to gain by limiting the free library to free 
+software only, so <br>
+we use the Lesser General Public License. <br>
+<br>
+In other cases, permission to use a particular library in 
+non-free <br>
+programs enables a greater number of people to use a large 
+body of free <br>
+software. For example, permission to use the GNU C Library 
+in non-free <br>
+programs enables many more people to use the whole GNU 
+operating system, <br>
+as well as its variant, the GNU/Linux operating system. <br>
+<br>
+Although the Lesser General Public License is Less 
+protective of the <br>
+users' freedom, it does ensure that the user of a program 
+that is linked <br>
+with the Library has the freedom and the wherewithal to run 
+that program <br>
+using a modified version of the Library. <br>
+<br>
+The precise terms and conditions for copying, distribution 
+and <br>
+modification follow. Pay close attention to the difference 
+between a <br>
+"work based on the library" and a "work that uses the 
+library". The <br>
+former contains code derived from the library, whereas the 
+latter must <br>
+be combined with the library in order to run. TERMS AND 
+CONDITIONS FOR <br>
+COPYING, DISTRIBUTION AND MODIFICATION <br>
+<br>
+0. This License Agreement applies to any software library 
+or other <br>
+program which contains a notice placed by the copyright 
+holder or other <br>
+authorized party saying it may be distributed under the 
+terms of this <br>
+Lesser General Public License (also called "this License"). 
+Each <br>
+licensee is addressed as "you". <br>
+<br>
+A "library" means a collection of software functions and/or 
+data <br>
+prepared so as to be conveniently linked with application 
+programs <br>
+(which use some of those functions and data) to form 
+executables. <br>
+<br>
+The "Library", below, refers to any such software library 
+or work which <br>
+has been distributed under these terms. A "work based on 
+the Library" <br>
+means either the Library or any derivative work under 
+copyright law: <br>
+that is to say, a work containing the Library or a portion 
+of it, either <br>
+verbatim or with modifications and/or translated 
+straightforwardly into <br>
+another language. (Hereinafter, translation is included 
+without <br>
+limitation in the term "modification".) <br>
+<br>
+"Source code" for a work means the preferred form of the 
+work for making <br>
+modifications to it. For a library, complete source code 
+means all the <br>
+source code for all modules it contains, plus any 
+associated interface <br>
+definition files, plus the scripts used to control 
+compilation and <br>
+installation of the library. <br>
+<br>
+Activities other than copying, distribution and 
+modification are not <br>
+covered by this License; they are outside its scope. The 
+act of running <br>
+a program using the Library is not restricted, and output 
+from such a <br>
+program is covered only if its contents constitute a work 
+based on the <br>
+Library (independent of the use of the Library in a tool 
+for writing <br>
+it). Whether that is true depends on what the Library does 
+and what the <br>
+program that uses the Library does. <br>
+<br>
+1. You may copy and distribute verbatim copies of the 
+Library's complete <br>
+source code as you receive it, in any medium, provided that 
+you <br>
+conspicuously and appropriately publish on each copy an 
+appropriate <br>
+copyright notice and disclaimer of warranty; keep intact 
+all the notices <br>
+that refer to this License and to the absence of any 
+warranty; and <br>
+distribute a copy of this License along with the Library. <br>
+<br>
+You may charge a fee for the physical act of transferring a 
+copy, and <br>
+you may at your option offer warranty protection in 
+exchange for a fee. <br>
+<br>
+<br>
+2. You may modify your copy or copies of the Library or any 
+portion of <br>
+it, thus forming a work based on the Library, and copy and 
+distribute <br>
+such modifications or work under the terms of Section 1 
+above, provided <br>
+that you also meet all of these conditions: <br>
+<br>
+    a) The modified work must itself be a software library.<br>
+    b) You must cause the files modified to carry prominent 
+notices <br>
+       stating that you changed the files and the date of 
+any change.<br>
+    c) You must cause the whole of the work to be licensed 
+at no charge <br>
+       to all third parties under the terms of this License.<br>
+    d) If a facility in the modified Library refers to a 
+function or a <br>
+       table of data to be supplied by an application 
+program that uses <br>
+       the facility, other than as an argument passed when 
+the facility <br>
+       is invoked, then you must make a good faith effort 
+to ensure <br>
+       that, in the event an application does not supply 
+such function <br>
+       or table, the facility still operates, and performs 
+whatever part <br>
+       of its purpose remains meaningful.<br>
+<br>
+      (For example, a function in a library to compute 
+square roots has <br>
+      a purpose that is entirely well-defined independent 
+of the <br>
+      application. Therefore, Subsection 2d requires that 
+any <br>
+      application-supplied function or table used by this 
+function must <br>
+      be optional: if the application does not supply it, 
+the square <br>
+      root function must still compute square roots.)<br>
+<br>
+These requirements apply to the modified work as a whole. 
+If <br>
+identifiable sections of that work are not derived from the 
+Library, and <br>
+can be reasonably considered independent and separate works 
+in <br>
+themselves, then this License, and its terms, do not apply 
+to those <br>
+sections when you distribute them as separate works. But 
+when you <br>
+distribute the same sections as part of a whole which is a 
+work based on <br>
+the Library, the distribution of the whole must be on the 
+terms of this <br>
+License, whose permissions for other licensees extend to 
+the entire <br>
+whole, and thus to each and every part regardless of who 
+wrote it. <br>
+<br>
+Thus, it is not the intent of this section to claim rights 
+or contest <br>
+your rights to work written entirely by you; rather, the 
+intent is to <br>
+exercise the right to control the distribution of 
+derivative or <br>
+collective works based on the Library. <br>
+<br>
+In addition, mere aggregation of another work not based on 
+the Library <br>
+with the Library (or with a work based on the Library) on a 
+volume of a <br>
+storage or distribution medium does not bring the other 
+work under the <br>
+scope of this License. <br>
+<br>
+3. You may opt to apply the terms of the ordinary GNU 
+General Public <br>
+License instead of this License to a given copy of the 
+Library. To do <br>
+this, you must alter all the notices that refer to this 
+License, so that <br>
+they refer to the ordinary GNU General Public License, 
+version 2, <br>
+instead of to this License. (If a newer version than 
+version 2 of the <br>
+ordinary GNU General Public License has appeared, then you 
+can specify <br>
+that version instead if you wish.) Do not make any other 
+change in these <br>
+notices. <br>
+<br>
+Once this change is made in a given copy, it is 
+irreversible for that <br>
+copy, so the ordinary GNU General Public License applies to 
+all <br>
+subsequent copies and derivative works made from that copy. <br>
+<br>
+This option is useful when you wish to copy part of the 
+code of the <br>
+Library into a program that is not a library. <br>
+<br>
+4. You may copy and distribute the Library (or a portion or 
+derivative <br>
+of it, under Section 2) in object code or executable form 
+under the <br>
+terms of Sections 1 and 2 above provided that you accompany 
+it with the <br>
+complete corresponding machine-readable source code, which 
+must be <br>
+distributed under the terms of Sections 1 and 2 above on a 
+medium <br>
+customarily used for software interchange. <br>
+<br>
+If distribution of object code is made by offering access 
+to copy from a <br>
+designated place, then offering equivalent access to copy 
+the source <br>
+code from the same place satisfies the requirement to 
+distribute the <br>
+source code, even though third parties are not compelled to 
+copy the <br>
+source along with the object code. <br>
+<br>
+5. A program that contains no derivative of any portion of 
+the Library, <br>
+but is designed to work with the Library by being compiled 
+or linked <br>
+with it, is called a "work that uses the Library". Such a 
+work, in <br>
+isolation, is not a derivative work of the Library, and 
+therefore falls <br>
+outside the scope of this License. <br>
+<br>
+However, linking a "work that uses the Library" with the 
+Library creates <br>
+an executable that is a derivative of the Library (because 
+it contains <br>
+portions of the Library), rather than a "work that uses the 
+library". <br>
+The executable is therefore covered by this License. 
+Section 6 states <br>
+terms for distribution of such executables. <br>
+<br>
+When a "work that uses the Library" uses material from a 
+header file <br>
+that is part of the Library, the object code for the work 
+may be a <br>
+derivative work of the Library even though the source code 
+is not. <br>
+Whether this is true is especially significant if the work 
+can be linked <br>
+without the Library, or if the work is itself a library. 
+The threshold <br>
+for this to be true is not precisely defined by law. <br>
+<br>
+If such an object file uses only numerical parameters, data 
+structure <br>
+layouts and accessors, and small macros and small inline 
+functions (ten <br>
+lines or less in length), then the use of the object file 
+is <br>
+unrestricted, regardless of whether it is legally a 
+derivative work. <br>
+(Executables containing this object code plus portions of 
+the Library <br>
+will still fall under Section 6.) <br>
+<br>
+Otherwise, if the work is a derivative of the Library, you 
+may <br>
+distribute the object code for the work under the terms of 
+Section 6. <br>
+Any executables containing that work also fall under 
+Section 6, whether <br>
+or not they are linked directly with the Library itself. <br>
+<br>
+6. As an exception to the Sections above, you may also 
+combine or link a <br>
+"work that uses the Library" with the Library to produce a 
+work <br>
+containing portions of the Library, and distribute that 
+work under terms <br>
+of your choice, provided that the terms permit modification 
+of the work <br>
+for the customer's own use and reverse engineering for 
+debugging such <br>
+modifications. <br>
+<br>
+You must give prominent notice with each copy of the work 
+that the <br>
+Library is used in it and that the Library and its use are 
+covered by <br>
+this License. You must supply a copy of this License. If 
+the work during <br>
+execution displays copyright notices, you must include the 
+copyright <br>
+notice for the Library among them, as well as a reference 
+directing the <br>
+user to the copy of this License. Also, you must do one of 
+these things: <br>
+<br>
+<br>
+    a) Accompany the work with the complete corresponding <br>
+       machine-readable source code for the Library 
+including whatever <br>
+       changes were used in the work (which must be 
+distributed under <br>
+       Sections 1 and 2 above); and, if the work is an 
+executable linked <br>
+       with the Library, with the complete machine-readable 
+"work that <br>
+       uses the Library", as object code and/or source 
+code, so that the <br>
+       user can modify the Library and then relink to 
+produce a modified <br>
+       executable containing the modified Library. (It is 
+understood <br>
+       that the user who changes the contents of 
+definitions files in <br>
+       the Library will not necessarily be able to 
+recompile the <br>
+       application to use the modified definitions.)<br>
+    b) Use a suitable shared library mechanism for linking 
+with the <br>
+       Library. A suitable mechanism is one that (1) uses 
+at run time a <br>
+       copy of the library already present on the user's 
+computer <br>
+       system, rather than copying library functions into 
+the <br>
+       executable, and (2) will operate properly with a 
+modified version <br>
+       of the library, if the user installs one, as long as 
+the modified <br>
+       version is interface-compatible with the version 
+that the work <br>
+       was made with.<br>
+    c) Accompany the work with a written offer, valid for 
+at least three <br>
+       years, to give the same user the materials specified 
+in <br>
+       Subsection 6a, above, for a charge no more than the 
+cost of <br>
+       performing this distribution.<br>
+    d) If distribution of the work is made by offering 
+access to copy <br>
+       from a designated place, offer equivalent access to 
+copy the <br>
+       above specified materials from the same place.<br>
+    e) Verify that the user has already received a copy of 
+these <br>
+       materials or that you have already sent this user a 
+copy.<br>
+<br>
+For an executable, the required form of the "work that uses 
+the Library" <br>
+must include any data and utility programs needed for 
+reproducing the <br>
+executable from it. However, as a special exception, the 
+materials to be <br>
+distributed need not include anything that is normally 
+distributed (in <br>
+either source or binary form) with the major components 
+(compiler, <br>
+kernel, and so on) of the operating system on which the 
+executable runs, <br>
+unless that component itself accompanies the executable. <br>
+<br>
+It may happen that this requirement contradicts the license 
+restrictions <br>
+of other proprietary libraries that do not normally 
+accompany the <br>
+operating system. Such a contradiction means you cannot use 
+both them <br>
+and the Library together in an executable that you 
+distribute. <br>
+<br>
+7. You may place library facilities that are a work based 
+on the Library <br>
+side-by-side in a single library together with other 
+library facilities <br>
+not covered by this License, and distribute such a combined 
+library, <br>
+provided that the separate distribution of the work based 
+on the Library <br>
+and of the other library facilities is otherwise permitted, 
+and provided <br>
+that you do these two things: <br>
+<br>
+    a) Accompany the combined library with a copy of the 
+same work based <br>
+       on the Library, uncombined with any other library 
+facilities. <br>
+       This must be distributed under the terms of the 
+Sections above.<br>
+    b) Give prominent notice with the combined library of 
+the fact that <br>
+       part of it is a work based on the Library, and 
+explaining where <br>
+       to find the accompanying uncombined form of the same 
+work.<br>
+<br>
+8. You may not copy, modify, sublicense, link with, or 
+distribute the <br>
+Library except as expressly provided under this License. 
+Any attempt <br>
+otherwise to copy, modify, sublicense, link with, or 
+distribute the <br>
+Library is void, and will automatically terminate your 
+rights under this <br>
+License. However, parties who have received copies, or 
+rights, from you <br>
+under this License will not have their licenses terminated 
+so long as <br>
+such parties remain in full compliance. <br>
+<br>
+9. You are not required to accept this License, since you 
+have not <br>
+signed it. However, nothing else grants you permission to 
+modify or <br>
+distribute the Library or its derivative works. These 
+actions are <br>
+prohibited by law if you do not accept this License. 
+Therefore, by <br>
+modifying or distributing the Library (or any work based on 
+the <br>
+Library), you indicate your acceptance of this License to 
+do so, and all <br>
+its terms and conditions for copying, distributing or 
+modifying the <br>
+Library or works based on it. <br>
+<br>
+10. Each time you redistribute the Library (or any work 
+based on the <br>
+Library), the recipient automatically receives a license 
+from the <br>
+original licensor to copy, distribute, link with or modify 
+the Library <br>
+subject to these terms and conditions. You may not impose 
+any further <br>
+restrictions on the recipients' exercise of the rights 
+granted herein. <br>
+You are not responsible for enforcing compliance by third 
+parties with <br>
+this License. <br>
+<br>
+11. If, as a consequence of a court judgment or allegation 
+of patent <br>
+infringement or for any other reason (not limited to patent 
+issues), <br>
+conditions are imposed on you (whether by court order, 
+agreement or <br>
+otherwise) that contradict the conditions of this License, 
+they do not <br>
+excuse you from the conditions of this License. If you 
+cannot distribute <br>
+so as to satisfy simultaneously your obligations under this 
+License and <br>
+any other pertinent obligations, then as a consequence you 
+may not <br>
+distribute the Library at all. For example, if a patent 
+license would <br>
+not permit royalty-free redistribution of the Library by 
+all those who <br>
+receive copies directly or indirectly through you, then the 
+only way you <br>
+could satisfy both it and this License would be to refrain 
+entirely from <br>
+distribution of the Library. <br>
+<br>
+If any portion of this section is held invalid or 
+unenforceable under <br>
+any particular circumstance, the balance of the section is 
+intended to <br>
+apply, and the section as a whole is intended to apply in 
+other <br>
+circumstances. <br>
+<br>
+It is not the purpose of this section to induce you to 
+infringe any <br>
+patents or other property right claims or to contest 
+validity of any <br>
+such claims; this section has the sole purpose of 
+protecting the <br>
+integrity of the free software distribution system which is 
+implemented <br>
+by public license practices. Many people have made generous <br>
+contributions to the wide range of software distributed 
+through that <br>
+system in reliance on consistent application of that 
+system; it is up to <br>
+the author/donor to decide if he or she is willing to 
+distribute <br>
+software through any other system and a licensee cannot 
+impose that <br>
+choice. <br>
+<br>
+This section is intended to make thoroughly clear what is 
+believed to be <br>
+a consequence of the rest of this License. <br>
+<br>
+12. If the distribution and/or use of the Library is 
+restricted in <br>
+certain countries either by patents or by copyrighted 
+interfaces, the <br>
+original copyright holder who places the Library under this 
+License may <br>
+add an explicit geographical distribution limitation 
+excluding those <br>
+countries, so that distribution is permitted only in or 
+among countries <br>
+not thus excluded. In such case, this License incorporates 
+the <br>
+limitation as if written in the body of this License. <br>
+<br>
+13. The Free Software Foundation may publish revised and/or 
+new versions <br>
+of the Lesser General Public License from time to time. 
+Such new <br>
+versions will be similar in spirit to the present version, 
+but may <br>
+differ in detail to address new problems or concerns. <br>
+<br>
+Each version is given a distinguishing version number. If 
+the Library <br>
+specifies a version number of this License which applies to 
+it and "any <br>
+later version", you have the option of following the terms 
+and <br>
+conditions either of that version or of any later version 
+published by <br>
+the Free Software Foundation. If the Library does not 
+specify a license <br>
+version number, you may choose any version ever published 
+by the Free <br>
+Software Foundation. <br>
+<br>
+14. If you wish to incorporate parts of the Library into 
+other free <br>
+programs whose distribution conditions are incompatible 
+with these, <br>
+write to the author to ask for permission. For software 
+which is <br>
+copyrighted by the Free Software Foundation, write to the 
+Free Software <br>
+Foundation; we sometimes make exceptions for this. Our 
+decision will be <br>
+guided by the two goals of preserving the free status of 
+all derivatives <br>
+of our free software and of promoting the sharing and reuse 
+of software <br>
+generally. <br>
+<br>
+NO WARRANTY<br>
+<br>
+15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE 
+IS NO <br>
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY 
+APPLICABLE LAW. <br>
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 
+HOLDERS AND/OR <br>
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY 
+OF ANY KIND, <br>
+EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 
+THE IMPLIED <br>
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
+PURPOSE. THE <br>
+ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 
+LIBRARY IS WITH <br>
+YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE 
+COST OF ALL <br>
+NECESSARY SERVICING, REPAIR OR CORRECTION. <br>
+<br>
+16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED 
+TO IN <br>
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO 
+MAY MODIFY <br>
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE 
+LIABLE TO YOU FOR <br>
+DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 
+CONSEQUENTIAL <br>
+DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 
+LIBRARY <br>
+(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 
+RENDERED <br>
+INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 
+FAILURE OF <br>
+THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 
+SUCH HOLDER OR <br>
+OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 
+DAMAGES. <br>
+<br>
+END OF TERMS AND CONDITIONS <br>
+<br>
+END OF GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 
+NOTICES AND INFORMATION<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+MOZILLA PUBLIC LICENSE, Version 1.1<br>
 <br>
-2.2. Contributor Grant.<br>
-Subject to third party intellectual property claims, each 
-Contributor hereby grants You a world-wide, royalty-free, non-exclusive 
-license<br>
-         <br>
- (a)  under intellectual property rights (other than patent 
-or trademark) Licensable by Contributor, to use, reproduce, 
-modify,display, perform, sublicense and distribute the 
-Modifications created by such Contributor (or portions thereof) either on 
-an unmodified basis, with other Modifications, as Covered 
-Code          and/or as part of a Larger Work; and <br>
+The Program includes some or all of the following that IBM 
+obtained <br>
+under the Mozilla Public License, Version 1.1 (source code 
+available via <br>
+the indicated URL): <br>
 <br>
-(b) under Patent Claims infringed by the making, using, or 
-selling of  Modifications made by that Contributor either alone 
-and/or in combination with its Contributor Version (or portions of 
-such combination), to make, use, sell, offer for sale, have 
-made, and/or otherwise dispose of: 1) Modifications made by that 
-Contributor (or portions thereof); and 2) the combination of 
-Modifications made by that Contributor with its Contributor Version (or 
-portions of such combination).<br>
+JS_IMPLEMENTED [Esprima (node)] (https://registry.npmjs.
+org/esprima/-/esprima-0.9.9.tgz)<br>
+Javassit (https://github.com/jboss-javassist/javassist)<br>
 <br>
-(c) the licenses granted in Sections 2.2(a) and 2.2(b) are 
-effective on the date Contributor first makes Commercial Use of the 
-Covered Code.<br>
+END OF MOZILLA PUBLIC LICENSE, VERSION 1.1 NOTICES AND 
+INFORMATION<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
 <br>
-(d)    Notwithstanding Section 2.2(b) above, no patent 
-license is granted: 1) for any code that Contributor has deleted 
-from the Contributor Version; 2)  separate from the Contributor 
-Version; 3)  for infringements caused by: i) third party 
-modifications of Contributor Version or ii)  the combination of 
-Modifications made      by that Contributor with other software  (except 
-as part of the Contributor Version) or other devices; or 4) 
-under Patent Claims infringed by Covered Code in the absence of 
-Modifications made by that Contributor.<br>
 <br>
-3. Distribution Obligations.<br>
+MOZILLA PUBLIC LICENSE, VERSION 2.0<br>
 <br>
-     3.1. Application of License.<br>
-     The Modifications which You create or to which You 
-contribute are<br>
-     governed by the terms of this License, including 
-without limitation<br>
-     Section 2.2. The Source Code version of Covered Code 
-may be<br>
-     distributed only under the terms of this License or a 
-future version<br>
-     of this License released under Section 6.1, and You 
-must include a<br>
-     copy of this License with every copy of the Source 
-Code You<br>
-     distribute. You may not offer or impose any terms on 
-any Source Code<br>
-     version that alters or restricts the applicable 
-version of this<br>
-     License or the recipients' rights hereunder. However, 
-You may include<br>
-     an additional document offering the additional rights 
-described in<br>
-     Section 3.5.<br>
-<br>
-     3.2. Availability of Source Code.<br>
-     Any Modification which You create or to which You 
-contribute must be<br>
-     made available in Source Code form under the terms of 
-this License<br>
-     either on the same media as an Executable version or 
-via an accepted<br>
-     Electronic Distribution Mechanism to anyone to whom 
-you made an<br>
-     Executable version available; and if made available 
-via Electronic<br>
-     Distribution Mechanism, must remain available for at 
-least twelve (12)<br>
-     months after the date it initially became available, 
-or at least six<br>
-     (6) months after a subsequent version of that 
-particular Modification<br>
-     has been made available to such recipients. You are 
-responsible for<br>
-     ensuring that the Source Code version remains 
-available even if the<br>
-     Electronic Distribution Mechanism is maintained by a 
-third party.<br>
-<br>
-     3.3. Description of Modifications.<br>
-     You must cause all Covered Code to which You 
-contribute to contain a<br>
-     file documenting the changes You made to create that 
-Covered Code and<br>
-     the date of any change. You must include a prominent 
-statement that<br>
-     the Modification is derived, directly or indirectly, 
-from Original<br>
-     Code provided by the Initial Developer and including 
-the name of the<br>
-     Initial Developer in (a) the Source Code, and (b) in 
-any notice in an<br>
-     Executable version or related documentation in which 
-You describe the<br>
-     origin or ownership of the Covered Code.<br>
-<br>
-     3.4. Intellectual Property Matters<br>
-          (a) Third Party Claims.<br>
-          If Contributor has knowledge that a license under 
-a third party's<br>
-          intellectual property rights is required to 
-exercise the rights<br>
-          granted by such Contributor under Sections 2.1 or 
-2.2,<br>
-          Contributor must include a text file with the 
-Source Code<br>
-          distribution titled "LEGAL" which describes the 
-claim and the<br>
-          party making the claim in sufficient detail that 
-a recipient will<br>
-          know whom to contact. If Contributor obtains such 
-knowledge after<br>
-          the Modification is made available as described 
-in Section 3.2,<br>
-          Contributor shall promptly modify the LEGAL file 
-in all copies<br>
-          Contributor makes available thereafter and shall 
-take other steps<br>
-          (such as notifying appropriate mailing lists or 
-newsgroups)<br>
-          reasonably calculated to inform those who 
-received the Covered<br>
-          Code that new knowledge has been obtained.<br>
-<br>
-          (b) Contributor APIs.<br>
-          If Contributor's Modifications include an 
-application programming<br>
-          interface and Contributor has knowledge of patent 
-licenses which<br>
-          are reasonably necessary to implement that API, 
-Contributor must<br>
-          also include this information in the LEGAL file.<br>
-<br>
-               (c)    Representations.<br>
-          Contributor represents that, except as disclosed 
-pursuant to<br>
-          Section 3.4(a) above, Contributor believes that 
-Contributor's<br>
-          Modifications are Contributor's original creation
-(s) and/or<br>
-          Contributor has sufficient rights to grant the 
-rights conveyed by<br>
-          this License.<br>
-<br>
-     3.5. Required Notices.<br>
-     You must duplicate the notice in Exhibit A in each 
-file of the Source<br>
-     Code.  If it is not possible to put such notice in a 
-particular Source<br>
-     Code file due to its structure, then You must include 
-such notice in a<br>
-     location (such as a relevant directory) where a user 
-would be likely<br>
-     to look for such a notice.  If You created one or more 
-Modification(s)<br>
-     You may add your name as a Contributor to the notice 
-described in<br>
-     Exhibit A.  You must also duplicate this License in 
-any documentation<br>
-     for the Source Code where You describe recipients' 
-rights or ownership<br>
-     rights relating to Covered Code.  You may choose to 
-offer, and to<br>
-     charge a fee for, warranty, support, indemnity or 
-liability<br>
-     obligations to one or more recipients of Covered Code. 
-However, You<br>
-     may do so only on Your own behalf, and not on behalf 
-of the Initial<br>
-     Developer or any Contributor. You must make it 
-absolutely clear than<br>
-     any such warranty, support, indemnity or liability 
-obligation is<br>
-     offered by You alone, and You hereby agree to 
-indemnify the Initial<br>
-     Developer and every Contributor for any liability 
-incurred by the<br>
-     Initial Developer or such Contributor as a result of 
-warranty,<br>
-     support, indemnity or liability terms You offer.<br>
-<br>
-     3.6. Distribution of Executable Versions.<br>
-     You may distribute Covered Code in Executable form 
-only if the<br>
-     requirements of Section 3.1-3.5 have been met for that 
-Covered Code,<br>
-     and if You include a notice stating that the Source 
-Code version of<br>
-     the Covered Code is available under the terms of this 
-License,<br>
-     including a description of how and where You have 
-fulfilled the<br>
-     obligations of Section 3.2. The notice must be 
-conspicuously included<br>
-     in any notice in an Executable version, related 
-documentation or<br>
-     collateral in which You describe recipients' rights 
-relating to the<br>
-     Covered Code. You may distribute the Executable 
-version of Covered<br>
-     Code or ownership rights under a license of Your 
-choice, which may<br>
-     contain terms different from this License, provided 
-that You are in<br>
-     compliance with the terms of this License and that the 
-license for the<br>
-     Executable version does not attempt to limit or alter 
-the recipient's<br>
-     rights in the Source Code version from the rights set 
-forth in this<br>
-     License. If You distribute the Executable version 
-under a different<br>
-     license You must make it absolutely clear that any 
-terms which differ<br>
-     from this License are offered by You alone, not by the 
-Initial<br>
-     Developer or any Contributor. You hereby agree to 
-indemnify the<br>
-     Initial Developer and every Contributor for any 
-liability incurred by<br>
-     the Initial Developer or such Contributor as a result 
-of any such<br>
-     terms You offer.<br>
-<br>
-     3.7. Larger Works.<br>
-     You may create a Larger Work by combining Covered Code 
-with other code<br>
-     not governed by the terms of this License and 
-distribute the Larger<br>
-     Work as a single product. In such a case, You must 
-make sure the<br>
-     requirements of this License are fulfilled for the 
-Covered Code.<br>
-<br>
-4. Inability to Comply Due to Statute or Regulation.<br>
-<br>
-     If it is impossible for You to comply with any of the 
-terms of this<br>
-     License with respect to some or all of the Covered 
-Code due to<br>
-     statute, judicial order, or regulation then You must: 
-(a) comply with<br>
-     the terms of this License to the maximum extent 
-possible; and (b)<br>
-     describe the limitations and the code they affect. 
-Such description<br>
-     must be included in the LEGAL file described in 
-Section 3.4 and must<br>
-     be included with all distributions of the Source Code. 
-Except to the<br>
-     extent prohibited by statute or regulation, such 
-description must be<br>
-     sufficiently detailed for a recipient of ordinary 
-skill to be able to<br>
-     understand it.<br>
-<br>
-5. Application of this License.<br>
-<br>
-     This License applies to code to which the Initial 
-Developer has<br>
-     attached the notice in Exhibit A and to related 
-Covered Code.<br>
-<br>
-6. Versions of the License.<br>
-<br>
-     6.1. New Versions.<br>
-     Netscape Communications Corporation ("Netscape") may 
-publish revised<br>
-     and/or new versions of the License from time to time. 
-Each version<br>
-     will be given a distinguishing version number.<br>
-<br>
-     6.2. Effect of New Versions.<br>
-     Once Covered Code has been published under a 
-particular version of the<br>
-     License, You may always continue to use it under the 
-terms of that<br>
-     version. You may also choose to use such Covered Code 
-under the terms<br>
-     of any subsequent version of the License published by 
-Netscape. No one<br>
-     other than Netscape has the right to modify the terms 
-applicable to<br>
-     Covered Code created under this License.<br>
-<br>
-     6.3. Derivative Works.<br>
-     If You create or use a modified version of this 
-License (which you may<br>
-     only do in order to apply it to code which is not 
-already Covered Code<br>
-     governed by this License), You must (a) rename Your 
-license so that<br>
-     the phrases "Mozilla", "MOZILLAPL", "MOZPL", 
-"Netscape",<br>
-     "MPL", "NPL" or any confusingly similar phrase do not 
-appear in your<br>
-     license (except to note that your license differs from 
-this License)<br>
-     and (b) otherwise make it clear that Your version of 
-the license<br>
-     contains terms which differ from the Mozilla Public 
-License and<br>
-     Netscape Public License. (Filling in the name of the 
-Initial<br>
-     Developer, Original Code or Contributor in the notice 
-described in<br>
-     Exhibit A shall not of themselves be deemed to be 
-modifications of<br>
-     this License.)<br>
-<br>
-7. DISCLAIMER OF WARRANTY.<br>
-<br>
-     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS 
-IS" BASIS,<br>
-     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR 
-IMPLIED, INCLUDING,<br>
-     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE 
-IS FREE OF<br>
-     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR 
-NON-INFRINGING.<br>
-     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF 
-THE COVERED CODE<br>
-     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE 
-IN ANY RESPECT,<br>
-     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER 
-CONTRIBUTOR) ASSUME THE<br>
-     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. 
-THIS DISCLAIMER<br>
-     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS 
-LICENSE. NO USE OF<br>
-     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER 
-THIS DISCLAIMER.<br>
-<br>
-8. TERMINATION.<br>
-<br>
-     8.1.  This License and the rights granted hereunder 
-will terminate<br>
-     automatically if You fail to comply with terms herein 
-and fail to cure<br>
-     such breach within 30 days of becoming aware of the 
-breach. All<br>
-     sublicenses to the Covered Code which are properly 
-granted shall<br>
-     survive any termination of this License. Provisions 
-which, by their<br>
-     nature, must remain in effect beyond the termination 
-of this License<br>
-     shall survive.<br>
-<br>
-     8.2.  If You initiate litigation by asserting a patent 
-infringement<br>
-     claim (excluding declatory judgment actions) against 
-Initial Developer<br>
-     or a Contributor (the Initial Developer or Contributor 
-against whom<br>
-     You file such action is referred to as "Participant")  
-alleging that:<br>
-<br>
-     (a)  such Participant's Contributor Version directly 
-or indirectly<br>
-     infringes any patent, then any and all rights granted 
-by such<br>
-     Participant to You under Sections 2.1 and/or 2.2 of 
-this License<br>
-     shall, upon 60 days notice from Participant terminate 
-prospectively,<br>
-     unless if within 60 days after receipt of notice You 
-either: (i)<br>
-     agree in writing to pay Participant a mutually 
-agreeable reasonable<br>
-     royalty for Your past and future use of Modifications 
-made by such<br>
-     Participant, or (ii) withdraw Your litigation claim 
-with respect to<br>
-     the Contributor Version against such Participant.  If 
-within 60 days<br>
-     of notice, a reasonable royalty and payment 
-arrangement are not<br>
-     mutually agreed upon in writing by the parties or the 
-litigation claim<br>
-     is not withdrawn, the rights granted by Participant to 
-You under<br>
-     Sections 2.1 and/or 2.2 automatically terminate at the 
-expiration of<br>
-     the 60 day notice period specified above.<br>
-<br>
-     (b)  any software, hardware, or device, other than 
-such Participant's<br>
-     Contributor Version, directly or indirectly infringes 
-any patent, then<br>
-     any rights granted to You by such Participant under 
-Sections 2.1(b)<br>
-     and 2.2(b) are revoked effective as of the date You 
-first made, used,<br>
-     sold, distributed, or had made, Modifications made by 
-that<br>
-     Participant.<br>
-<br>
-     8.3.  If You assert a patent infringement claim 
-against Participant<br>
-     alleging that such Participant's Contributor Version 
-directly or<br>
-     indirectly infringes any patent where such claim is 
-resolved (such as<br>
-     by license or settlement) prior to the initiation of 
-patent<br>
-     infringement litigation, then the reasonable value of 
-the licenses<br>
-     granted by such Participant under Sections 2.1 or 2.2 
-shall be taken<br>
-     into account in determining the amount or value of any 
-payment or<br>
-     license.<br>
-<br>
-     8.4.  In the event of termination under Sections 8.1 
-or 8.2 above,<br>
-     all end user license agreements (excluding 
-distributors and resellers)<br>
-     which have been validly granted by You or any 
-distributor hereunder<br>
-     prior to termination shall survive termination.<br>
-<br>
-9. LIMITATION OF LIABILITY.<br>
-<br>
-     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, 
-WHETHER TORT<br>
-     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL 
-YOU, THE INITIAL<br>
-     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR 
-OF COVERED CODE,<br>
-     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO 
-ANY PERSON FOR<br>
-     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL 
-DAMAGES OF ANY<br>
-     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR 
-LOSS OF GOODWILL,<br>
-     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY 
-AND ALL OTHER<br>
-     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL 
-HAVE BEEN<br>
-     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS 
-LIMITATION OF<br>
-     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR 
-PERSONAL INJURY<br>
-     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT 
-APPLICABLE LAW<br>
-     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT 
-ALLOW THE<br>
-     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL 
-DAMAGES, SO<br>
-     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.<br>
-<br>
-10. U.S. GOVERNMENT END USERS.<br>
-<br>
-     The Covered Code is a "commercial item," as that term 
-is defined in<br>
-     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial 
-computer<br>
-     software" and "commercial computer software 
-documentation," as such<br>
-     terms are used in 48 C.F.R. 12.212 (Sept. 1995). 
-Consistent with 48<br>
-     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 
-227.7202-4 (June 1995),<br>
-     all U.S. Government End Users acquire Covered Code 
-with only those<br>
-     rights set forth herein.<br>
-<br>
-11. MISCELLANEOUS.<br>
-<br>
-     This License represents the complete agreement 
-concerning subject<br>
-     matter hereof. If any provision of this License is 
-held to be<br>
-     unenforceable, such provision shall be reformed only 
-to the extent<br>
-     necessary to make it enforceable. This License shall 
-be governed by<br>
-     California law provisions (except to the extent 
-applicable law, if<br>
-     any, provides otherwise), excluding its conflict-of-
-law provisions.<br>
-     With respect to disputes in which at least one party 
-is a citizen of,<br>
-     or an entity chartered or registered to do business in 
-the United<br>
-     States of America, any litigation relating to this 
-License shall be<br>
-     subject to the jurisdiction of the Federal Courts of 
-the Northern<br>
-     District of California, with venue lying in Santa 
-Clara County,<br>
-     California, with the losing party responsible for 
-costs, including<br>
-     without limitation, court costs and reasonable 
-attorneys' fees and<br>
-     expenses. The application of the United Nations 
-Convention on<br>
-     Contracts for the International Sale of Goods is 
-expressly excluded.<br>
-     Any law or regulation which provides that the language 
-of a contract<br>
-     shall be construed against the drafter shall not apply 
-to this<br>
-     License.<br>
-<br>
-12. RESPONSIBILITY FOR CLAIMS.<br>
-<br>
-     As between Initial Developer and the Contributors, 
-each party is<br>
-     responsible for claims and damages arising, directly 
-or indirectly,<br>
-     out of its utilization of rights under this License 
-and You agree to<br>
-     work with Initial Developer and Contributors to 
-distribute such<br>
-     responsibility on an equitable basis. Nothing herein 
-is intended or<br>
-     shall be deemed to constitute any admission of 
-liability.<br>
+The Program includes some or all of the following that IBM 
+obtained <br>
+under the Mozilla Public License, Version 2.0 (source code 
+available via <br>
+the indicated URL): <br>
 <br>
-13. MULTIPLE-LICENSED CODE.<br>
-<br>
-     Initial Developer may designate portions of the 
-Covered Code as<br>
-     "Multiple-Licensed".  "Multiple-Licensed" means that 
-the Initial<br>
-     Developer permits you to utilize portions of the 
-Covered Code under<br>
-     Your choice of the NPL or the alternative licenses, if 
-any, specified<br>
-     by the Initial Developer in the file described in 
-Exhibit A.<br>
-<br>
-EXHIBIT A -Mozilla Public License.<br>
-<br>
-     ``The contents of this file are subject to the Mozilla 
-Public License<br>
-     Version 1.1 (the "License"); you may not use this file 
-except in<br>
-     compliance with the License. You may obtain a copy of 
-the License at<br>
-     <br>
-http://www.mozilla.org/MPL/<br>
-<br>
-     Software distributed under the License is distributed 
-on an "AS IS"<br>
-     basis, WITHOUT WARRANTY OF ANY KIND, either express or 
-implied. See the<br>
-     License for the specific language governing rights and 
-limitations<br>
-     under the License.<br>
-<br>
-     The Original Code is 
-______________________________________.<br>
-<br>
-     The Initial Developer of the Original Code is 
-________________________.<br>
-     Portions created by ______________________ are 
-Copyright (C) ______<br>
-     _______________________. All Rights Reserved.<br>
-<br>
-     Contributor(s): ______________________________________.<br>
-<br>
-     Alternatively, the contents of this file may be used 
-under the terms<br>
-     of the _____ license (the  "[___] License"), in which 
-case the<br>
-     provisions of [______] License are applicable instead 
-of those<br>
-     above.  If you wish to allow use of your version of 
-this file only<br>
-     under the terms of the [____] License and not to allow 
-others to use<br>
-     your version of this file under the MPL, indicate your 
-decision by<br>
-     deleting  the provisions above and replace  them with 
-the notice and<br>
-     other provisions required by the [___] License.  If 
-you do not delete<br>
-     the provisions above, a recipient may use your version 
-of this file<br>
-     under either the MPL or the [___] License."<br>
-<br>
-     [NOTE: The text of this Exhibit A may differ slightly 
-from the text of<br>
-     the notices in the Source Code files of the Original 
-Code. You should<br>
-     use the text of this Exhibit A rather than the text 
-found in the<br>
-     Original Code Source Code for Your Modifications.]<br>
-<br>
-END OF JAVASSIST NOTICES AND INFORMATION <br>
+TRANSPORT [Apache CXF] (https://github.
+com/apache/cxf/tree/cxf-3.2.0)<br>
 <br>
-==============================================================================<br>
+END OF MOZILLA PUBLIC LICENSE, VERSION 2.0 NOTICES AND 
+INFORMATION<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
 <br>
 <br>
 The Program includes the following packages which IBM 
@@ -1466,6 +3357,30 @@ jsr181-api<br>
 Policy<br>
 StreamBuffer<br>
 <br>
+GLASSFISH [Apache MyFaces] (https://opensource.
+org/licenses/CDDL-1.0),<br>
+ARRAYELRESOLVER.JAVA [weld]<br>
+(/Source-0/artifacts/weld/weld-se-sources.
+jar/javax/el/ArrayELResolver.java),<br>
+JASPER.GLASSFISH<br>
+(https://github.com/javaee/uel-ri/tree/javax.el-api-2.2.3), 
+JAVAMAIL<br>
+(https://github.com/javaee/javamail/tree/JAVAMAIL-1_6_0), 
+PERSISTENCE<br>
+[EclipseLink] (https://glassfish.dev.java.
+net/public/CDDL+GPL.htm),<br>
+SERIALIZER [Eclipse yasson]<br>
+(https://github.com/eclipse-ee4j/yasson/tree/1.0.4-RELEASE),<br>
+ANNOTATEDIMPL.JAVA [weld]<br>
+(src/test/java/org/jboss/weld/tests/extensions/supertypes/beans/CDIExtension.
+java;),<br>
+JBOSS-JDEPARSER<br>
+(http://mvnrepository.com/artifact/org.jboss.
+jdeparser/jdeparser/1.0.0.Final),<br>
+JAVAX.JSON (https://jsonp.java.net/)<br>
+JSSTYLE [Glob] (https://registry.npmjs.org/ctype/-/ctype-
+0.5.3.tgz)<br>
+<br>
 <br>
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 
 1.1<br>
@@ -1780,6 +3695,20 @@ END OF CDDL LICENSE NOTICES AND INFORMATION<br>
 <br>
 ============================================================================== <br>
 <br>
+COMMON PUBLIC LICENSE<br>
+<br>
+The Program includes some or all of the following that IBM 
+obtained<br>
+under the Common Public License (source code available via 
+the indicated<br>
+URL):<br>
+<br>
+WSDL4J [Apache CXF] (https://github.com/apache/cxf/tree/cxf-
+3.2.0)<br>
+<br>
+END OF COMMON PUBLIC LICENSE NOTICES AND INFORMATION<br>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
+<br>
 IBM SDK, Java Technology Edition:  The following notice is 
 provided with respect to the IBM Java SDK/JRE:  <br>
 <br>
@@ -1837,8 +3766,8 @@ streams-tck NOTICES AND INFORMATION<br>
 END OF NOTICES AND INFORMATION<br>
 ==============================================================================<br>
 <br>
-L/N:  L-ARON-BD57N4<br>
-D/N:  L-ARON-BD57N4<br>
-P/N:  L-ARON-BD57N4<br>
+L/N:  L-CTUR-BDTG9B<br>
+D/N:  L-CTUR-BDTG9B<br>
+P/N:  L-CTUR-BDTG9B<br>
 </BODY>
 </HTML>
\ No newline at end of file
diff --git a/websphere-liberty_microProfile2/Dockerfile b/websphere-liberty_microProfile3/Dockerfile
similarity index 96%
copy from websphere-liberty_microProfile2/Dockerfile
copy to websphere-liberty_microProfile3/Dockerfile
index e11ae2a..fe6ba99 100644
--- a/websphere-liberty_microProfile2/Dockerfile
+++ b/websphere-liberty_microProfile3/Dockerfile
@@ -19,7 +19,7 @@ ARG REPOSITORIES_PROPERTIES=""
 RUN if [ ! -z $REPOSITORIES_PROPERTIES ]; then mkdir /opt/ibm/wlp/etc/ \
   && echo $REPOSITORIES_PROPERTIES > /opt/ibm/wlp/etc/repositories.properties; fi \
   && installUtility install --acceptLicense \
-    appSecurity-2.0 ldapRegistry-3.0 localConnector-1.0 microProfile-2.0 microProfile-2.1 microProfile-2.2 \
+    appSecurity-2.0 ldapRegistry-3.0 localConnector-1.0 microProfile-3.0 \
     monitor-1.0 requestTiming-1.0 restConnector-2.0 sessionCache-1.0 \
     sessionDatabase-1.0 ssl-1.0 transportSecurity-1.0 webCache-1.0 \
     webProfile-8.0 \
diff --git a/websphere-liberty_19.0.0.6-microProfile1/server.xml b/websphere-liberty_microProfile3/server.xml
similarity index 92%
copy from websphere-liberty_19.0.0.6-microProfile1/server.xml
copy to websphere-liberty_microProfile3/server.xml
index 58c30b9..f1f2e80 100644
--- a/websphere-liberty_19.0.0.6-microProfile1/server.xml
+++ b/websphere-liberty_microProfile3/server.xml
@@ -3,7 +3,7 @@
 
     <!-- Enable features -->
     <featureManager>
-        <feature>microProfile-1.4</feature>
+        <feature>microProfile-3.0</feature>
         <feature>monitor-1.0</feature>
     </featureManager>

@yosifkit
Copy link
Member

Build test of #6318; 98b123f; amd64 (websphere-liberty):

$ bashbrew build websphere-liberty:beta
Using bashbrew/cache:3dc7b469eccebb9186417eb7c93bfd06f32ac7fc79150b9bc6752b978e6b4a7c (websphere-liberty:beta)
Tagging websphere-liberty:beta

$ test/run.sh websphere-liberty:beta
testing websphere-liberty:beta
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:kernel
Using bashbrew/cache:f242afe44e0294407637ba34e37ddc78d5296e7893e60837d45eb256ab6c8b80 (websphere-liberty:kernel)
Tagging websphere-liberty:kernel

$ test/run.sh websphere-liberty:kernel
testing websphere-liberty:kernel
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:javaee8
Using bashbrew/cache:73fb26b462e778f2c62adf1cccbb309a73fa3f73b4c3b812870856e5597a69ea (websphere-liberty:javaee8)
Tagging websphere-liberty:javaee8
Tagging websphere-liberty:latest

$ test/run.sh websphere-liberty:javaee8
testing websphere-liberty:javaee8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:webProfile8
Using bashbrew/cache:b1e117b6ab22b3ee65c8a3b0f10dbd1ae2e6c1ed871bc2aee6c50b5a76a6ff82 (websphere-liberty:webProfile8)
Tagging websphere-liberty:webProfile8

$ test/run.sh websphere-liberty:webProfile8
testing websphere-liberty:webProfile8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:microProfile1
Using bashbrew/cache:d8faaecb15b0d2b2b7303c5bb564db15cdb8780140c0b6465ebc506c15dbcdfd (websphere-liberty:microProfile1)
Tagging websphere-liberty:microProfile1

$ test/run.sh websphere-liberty:microProfile1
testing websphere-liberty:microProfile1
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:microProfile2
Using bashbrew/cache:19e5daaf9005ba36fec251a749a85e23383b0a9da20bb1a061d080c588348788 (websphere-liberty:microProfile2)
Tagging websphere-liberty:microProfile2

$ test/run.sh websphere-liberty:microProfile2
testing websphere-liberty:microProfile2
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:microProfile3
Using bashbrew/cache:0cea9ec4d25df3667bf03c5d45adde5116c722c70a63bfd0f72dad742c221a38 (websphere-liberty:microProfile3)
Tagging websphere-liberty:microProfile3

$ test/run.sh websphere-liberty:microProfile3
testing websphere-liberty:microProfile3
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:springBoot2
Using bashbrew/cache:99b35b2ceedcdfae5ee90a2c6a0eba5f9192819c48351645622a8274ab8a178b (websphere-liberty:springBoot2)
Tagging websphere-liberty:springBoot2

$ test/run.sh websphere-liberty:springBoot2
testing websphere-liberty:springBoot2
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:springBoot1
Using bashbrew/cache:af92107ba40880cd192bc02fd1d1230ba84880e204fc000f828c04a08e98cdf2 (websphere-liberty:springBoot1)
Tagging websphere-liberty:springBoot1

$ test/run.sh websphere-liberty:springBoot1
testing websphere-liberty:springBoot1
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:webProfile7
Using bashbrew/cache:92bcec49c51290a105307535bd2fe1ab3718e7bda9e51c0a256c64e8beceff2f (websphere-liberty:webProfile7)
Tagging websphere-liberty:webProfile7

$ test/run.sh websphere-liberty:webProfile7
testing websphere-liberty:webProfile7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:javaee7
Using bashbrew/cache:6d0ebacedb27f089159a42eb9dec96c79e9e40c767acf71f948ee262e8032555 (websphere-liberty:javaee7)
Tagging websphere-liberty:javaee7

$ test/run.sh websphere-liberty:javaee7
testing websphere-liberty:javaee7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-kernel
Using bashbrew/cache:3e79c37b9567a8b3a1052bfa61139fda1e8f7ed168fcf6104211ede477c47bf2 (websphere-liberty:19.0.0.6-kernel)
Tagging websphere-liberty:19.0.0.6-kernel

$ test/run.sh websphere-liberty:19.0.0.6-kernel
testing websphere-liberty:19.0.0.6-kernel
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-javaee8
Using bashbrew/cache:6272c8b05d8d198b7b6fb14707ba818b12c129c9604bd0382f1809652a95bdec (websphere-liberty:19.0.0.6-javaee8)
Tagging websphere-liberty:19.0.0.6-javaee8

$ test/run.sh websphere-liberty:19.0.0.6-javaee8
testing websphere-liberty:19.0.0.6-javaee8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-webProfile8
Using bashbrew/cache:cd5d6ecfe35785db5d5a9dc3b98aaeb81e37681f17c38fd670a4ac8dbb078a7f (websphere-liberty:19.0.0.6-webProfile8)
Tagging websphere-liberty:19.0.0.6-webProfile8

$ test/run.sh websphere-liberty:19.0.0.6-webProfile8
testing websphere-liberty:19.0.0.6-webProfile8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-microProfile1
Using bashbrew/cache:9dd049fc547bc4700767372d17e9cb032fdbcae881278869ae7729bf00d7301a (websphere-liberty:19.0.0.6-microProfile1)
Tagging websphere-liberty:19.0.0.6-microProfile1

$ test/run.sh websphere-liberty:19.0.0.6-microProfile1
testing websphere-liberty:19.0.0.6-microProfile1
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-microProfile2
Using bashbrew/cache:50a3bdc3d91cd26d86f15beb0782afc3add8de41d1b72edccd54ffa28aada3b7 (websphere-liberty:19.0.0.6-microProfile2)
Tagging websphere-liberty:19.0.0.6-microProfile2

$ test/run.sh websphere-liberty:19.0.0.6-microProfile2
testing websphere-liberty:19.0.0.6-microProfile2
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-springBoot2
Using bashbrew/cache:789a7ccf6718c89b4514fa89e939544bd296887e1f315fd93d7d766bc9cb0431 (websphere-liberty:19.0.0.6-springBoot2)
Tagging websphere-liberty:19.0.0.6-springBoot2

$ test/run.sh websphere-liberty:19.0.0.6-springBoot2
testing websphere-liberty:19.0.0.6-springBoot2
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-springBoot1
Using bashbrew/cache:7107a03756839eac16478b3cb4c7bc4cf46fad33a35ef3f3ded970808408c291 (websphere-liberty:19.0.0.6-springBoot1)
Tagging websphere-liberty:19.0.0.6-springBoot1

$ test/run.sh websphere-liberty:19.0.0.6-springBoot1
testing websphere-liberty:19.0.0.6-springBoot1
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-webProfile7
Using bashbrew/cache:f88584fb397bb484a7ba720251ab70ecefd19f4cab8d79fdaed9eb224a20d1fe (websphere-liberty:19.0.0.6-webProfile7)
Tagging websphere-liberty:19.0.0.6-webProfile7

$ test/run.sh websphere-liberty:19.0.0.6-webProfile7
testing websphere-liberty:19.0.0.6-webProfile7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.6-javaee7
Using bashbrew/cache:002f7516485e64594ea1b39504cc17175bde626cfe149a406d17f0790876a371 (websphere-liberty:19.0.0.6-javaee7)
Tagging websphere-liberty:19.0.0.6-javaee7

$ test/run.sh websphere-liberty:19.0.0.6-javaee7
testing websphere-liberty:19.0.0.6-javaee7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-kernel
Using bashbrew/cache:75a1e0ac0d21e42cbc73d0946d6bcf76abe1310a411d2642bd0f65ccc1e232ee (websphere-liberty:19.0.0.3-kernel)
Tagging websphere-liberty:19.0.0.3-kernel

$ test/run.sh websphere-liberty:19.0.0.3-kernel
testing websphere-liberty:19.0.0.3-kernel
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-javaee8
Using bashbrew/cache:38a95808b07084e9791a66e997016d2e3ddab9f65b0eea49e504c0193a0fe2f2 (websphere-liberty:19.0.0.3-javaee8)
Tagging websphere-liberty:19.0.0.3-javaee8

$ test/run.sh websphere-liberty:19.0.0.3-javaee8
testing websphere-liberty:19.0.0.3-javaee8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-webProfile8
Using bashbrew/cache:ee8827cfb05ca7515e11ca4c3d766f2e0f821f2e451b0daa9509f838e07ea887 (websphere-liberty:19.0.0.3-webProfile8)
Tagging websphere-liberty:19.0.0.3-webProfile8

$ test/run.sh websphere-liberty:19.0.0.3-webProfile8
testing websphere-liberty:19.0.0.3-webProfile8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-microProfile1
Using bashbrew/cache:0a3f6723e0de143299c79ad241b97db0c9d109070c1494a33fb16e143a7ae625 (websphere-liberty:19.0.0.3-microProfile1)
Tagging websphere-liberty:19.0.0.3-microProfile1

$ test/run.sh websphere-liberty:19.0.0.3-microProfile1
testing websphere-liberty:19.0.0.3-microProfile1
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-microProfile2
Using bashbrew/cache:a6d4e12210b13c02e36c8367cab8079eea30e63253e84d555481a129cbb99fcb (websphere-liberty:19.0.0.3-microProfile2)
Tagging websphere-liberty:19.0.0.3-microProfile2

$ test/run.sh websphere-liberty:19.0.0.3-microProfile2
testing websphere-liberty:19.0.0.3-microProfile2
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-springBoot2
Using bashbrew/cache:0fcd2ff7a7656ec806a20cdd9730aa5a1ec13a6689af220928363224dc9091b0 (websphere-liberty:19.0.0.3-springBoot2)
Tagging websphere-liberty:19.0.0.3-springBoot2

$ test/run.sh websphere-liberty:19.0.0.3-springBoot2
testing websphere-liberty:19.0.0.3-springBoot2
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-springBoot1
Using bashbrew/cache:6c3513f0716a3414cf8e946022737f7d76a83d93d8ccd0dbd3e7ffafdd11b305 (websphere-liberty:19.0.0.3-springBoot1)
Tagging websphere-liberty:19.0.0.3-springBoot1

$ test/run.sh websphere-liberty:19.0.0.3-springBoot1
testing websphere-liberty:19.0.0.3-springBoot1
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-webProfile7
Using bashbrew/cache:662627b5addc87e400d10cb49924b205ea8f4477e767bec2f252719ec6e298bf (websphere-liberty:19.0.0.3-webProfile7)
Tagging websphere-liberty:19.0.0.3-webProfile7

$ test/run.sh websphere-liberty:19.0.0.3-webProfile7
testing websphere-liberty:19.0.0.3-webProfile7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build websphere-liberty:19.0.0.3-javaee7
Using bashbrew/cache:7a2923334b28e042175974ebc472a6b777e388c9343509110ccd6d21058e5498 (websphere-liberty:19.0.0.3-javaee7)
Tagging websphere-liberty:19.0.0.3-javaee7

$ test/run.sh websphere-liberty:19.0.0.3-javaee7
testing websphere-liberty:19.0.0.3-javaee7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit f5c098e into docker-library:master Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants