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

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


The following commit(s) were added to refs/heads/main by this push:
     new 06cefc093 Standardize licenses and notices
06cefc093 is described below

commit 06cefc0936f959b11f76cffb43796f994ce6cf11
Author: John Interrante <[email protected]>
AuthorDate: Wed Mar 30 10:10:29 2022 -0700

    Standardize licenses and notices
    
    Bring changes that I just made to daffodil-vscode's bin.LICENSE and
    bin.NOTICE back to daffodil's bin.LICENSE and bin.NOTICE since we want
    to standardize both repos' licenses and notices using the same
    formatting, ordering, and wording to make future comparisons easier.
    
    NOTICE: Update Scala copyright years in sub-notice attributing
    UniquenessCache.scala to match bin.NOTICE.
    
    bin.LICENSE: Remove 'lib/' from all filenames.  If listing individual
    files from a jar, list jar filename first followed by " with:" and
    individual files on subsequent lines.  Change next line's wording from
    "This product bundles '...' with the above files" to "This product
    bundles '...'  from the above files."  Update ICU license (ICU 70 had
    changed parts of it).  Sort all sub-licenses alphabetically by
    filenames.
    
    bin.NOTICE: Remove 'lib/' from all filenames.  Add daffodil-lib's
    special sub-notice attributing UniquenessCache.scala to Scala library.
    No need to add sub-notices for other daffodil jars since their
    sub-notice is the same as top of NOTICE.  Merge sub-notice for
    scala-library and scala-reflect since both libraries have identical
    notices.
    
    daffodil-lib/src/main/resources/META-INF/NOTICE: Update Scala
    copyright years in sub-notice attributing UniquenessCache.scala to
    match bin.NOTICE.
    
    daffodil-schematron/src/main/resources/META-INF/LICENSE: Change
    ordering and prologue of Schematron sub-licenses to match bin.LICENSE.
    
    DAFFODIL-2680
---
 NOTICE                                             |   4 +-
 daffodil-cli/bin.LICENSE                           | 443 +++++++++++----------
 daffodil-cli/bin.NOTICE                            |  73 ++--
 daffodil-lib/src/main/resources/META-INF/NOTICE    |   4 +-
 .../src/main/resources/META-INF/LICENSE            |  44 +-
 5 files changed, 291 insertions(+), 277 deletions(-)

diff --git a/NOTICE b/NOTICE
index 30d8eeb9a..ebd48cb58 100644
--- a/NOTICE
+++ b/NOTICE
@@ -13,8 +13,8 @@ The following NOTICE information applies to components 
distributed with this pro
 
 This product includes derived works from Scala
   Scala
-  Copyright (c) 2002-2020 EPFL
-  Copyright (c) 2011-2020 Lightbend, Inc.
+  Copyright (c) 2002-2021 EPFL
+  Copyright (c) 2011-2021 Lightbend, Inc.
 
   Scala includes software developed at
   LAMP/EPFL (https://lamp.epfl.ch/) and
diff --git a/daffodil-cli/bin.LICENSE b/daffodil-cli/bin.LICENSE
index 1d2d85479..7a90aca77 100644
--- a/daffodil-cli/bin.LICENSE
+++ b/daffodil-cli/bin.LICENSE
@@ -208,8 +208,8 @@ The Apache Daffodil project contains subcomponents with 
separate copyright
 notices and license terms. Your use of the source code for these subcomponents
 is subject to the terms and conditions of the following licenses.
 
-- lib/com.ibm.icu.icu4j-<VERSION>.jar
-  This product bundles 'ICU4J' with the above files.
+- com.ibm.icu.icu4j-<VERSION>.jar
+  This product bundles 'ICU4J' from the above files.
   These files are available under the Unicode License. For details, see
   https://github.com/unicode-org/icu/blob/release-<VERSION>/icu4c/LICENSE
 
@@ -496,31 +496,29 @@ is subject to the terms and conditions of the following 
licenses.
 
     3. Lao Word Break Dictionary Data (laodict.txt)
 
-     #  Copyright (c) 2013 International Business Machines Corporation
-     #  and others. All Rights Reserved.
+     # Copyright (C) 2016 and later: Unicode, Inc. and others.
+     # License & terms of use: http://www.unicode.org/copyright.html
+     # Copyright (c) 2015 International Business Machines Corporation
+     # and others. All Rights Reserved.
      #
-     # Project: https://github.com/veer66/lao-dictionary
-     # Dictionary: 
https://github.com/veer66/lao-dictionary/blob/2c2344310636f548b09d854362ab2e2e666369e0/Lao-Dictionary.txt
-     # License: 
https://github.com/veer66/lao-dictionary/blob/2c2344310636f548b09d854362ab2e2e666369e0/Lao-Dictionary-LICENSE.txt
-     #              (copied below)
+     # Project: https://github.com/rober42539/lao-dictionary
+     # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
+     # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
+     #          (copied below)
      #
-     #  This file is derived from the above dictionary, with slight
-     #  modifications.
+     # This file is derived from the above dictionary version of Nov 22, 2020
      #  ----------------------------------------------------------------------
      #  Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
      #  All rights reserved.
      #
      #  Redistribution and use in source and binary forms, with or without
-     #  modification,
-     #  are permitted provided that the following conditions are met:
-     #
-     #
-     # Redistributions of source code must retain the above copyright notice, 
this
-     #  list of conditions and the following disclaimer. Redistributions in
-     #  binary form must reproduce the above copyright notice, this list of
-     #  conditions and the following disclaimer in the documentation and/or
-     #  other materials provided with the distribution.
+     #  modification, are permitted provided that the following conditions are 
met:
      #
+     #  Redistributions of source code must retain the above copyright notice, 
this
+     #  list of conditions and the following disclaimer. Redistributions in 
binary
+     #  form must reproduce the above copyright notice, this list of 
conditions and
+     #  the following disclaimer in the documentation and/or other materials
+     #  provided with the distribution.
      #
      # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -628,129 +626,39 @@ is subject to the terms and conditions of the following 
licenses.
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-- lib/org.jdom.jdom2-<VERSION>.jar
-  This product bundles 'JDOM2' with the above files.
-  These files are available under an Apache style License:
-
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted provided that the following conditions
-    are met:
-
-    1. Redistributions of source code must retain the above copyright
-       notice, this list of conditions, and the following disclaimer.
-
-    2. Redistributions in binary form must reproduce the above copyright
-       notice, this list of conditions, and the disclaimer that follows 
-       these conditions in the documentation and/or other materials 
-       provided with the distribution.
-
-    3. The name "JDOM" must not be used to endorse or promote products
-       derived from this software without prior written permission.  For
-       written permission, please contact <request_AT_jdom_DOT_org>.
-
-    4. Products derived from this software may not be called "JDOM", nor
-       may "JDOM" appear in their name, without prior written permission
-       from the JDOM Project Management <request_AT_jdom_DOT_org>.
-
-    In addition, we request (but do not require) that you include in the 
-    end-user documentation provided with the redistribution and/or in the 
-    software itself an acknowledgement equivalent to the following:
-
-        "This product includes software developed by the
-         JDOM Project (http://www.jdom.org/)."
-
-    Alternatively, the acknowledgment may be graphical using the logos 
-    available at http://www.jdom.org/images/logos.
-
-    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-    DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
-    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-    USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-    ON ANY THEORY OF LIABILITY, WHETHER IN 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.
-
-    This software consists of voluntary contributions made by many 
-    individuals on behalf of the JDOM Project and was originally 
-    created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
-    Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
-    on the JDOM Project, please see <http://www.jdom.org/>. 
-
-- lib/org.jline.jline-<VERSION>.jar
-  This product bundles 'JLine' with the above files.
-  These files are available under a BSD-3-Clause license. For details, see
-  https://github.com/jline/jline3/blob/HEAD/LICENSE.txt
-
-    Copyright (c) 2002-2018, the original author or authors.
-    All rights reserved.
-
-    https://opensource.org/licenses/BSD-3-Clause
-
-    Redistribution and use in source and binary forms, with or
-    without modification, are permitted provided that the following
-    conditions are met:
-
-    Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-
-    Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer
-    in the documentation and/or other materials provided with
-    the distribution.
-
-    Neither the name of JLine nor the names of its contributors
-    may be used to endorse or promote products derived from this
-    software without specific prior written permission.
+- com.lihaoyi.geny_<VERSION>.jar
+- com.lihaoyi.os-lib_<VERSION>.jar
+  This product bundles 'os-lib' from the above files.
+  These files are available under the MIT license:
 
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
-    BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-    EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
-    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
-    OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
-    AND ON ANY THEORY OF LIABILITY, WHETHER IN 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.
+    License
+    =======
 
-- passera/ directory in lib/org.apache.daffodil.daffodil-lib-<VERSION>.jar
-  This product bundles 'Passera' compiled source with the above files.
-  These files are available under the BSD-2-Clause license:
 
-    Copyright (c) 2011-2013, Nate Nystrom
-    All rights reserved.
+    The MIT License (MIT)
 
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted provided that the following conditions are met:
+    Copyright (c) 2019 Li Haoyi ([email protected])
 
-    Redistributions of source code must retain the above copyright notice, this
-    list of conditions and the following disclaimer.
+    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, including without limitation the 
rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
 
-    Redistributions in binary form must reproduce the above copyright notice, 
this
-    list of conditions and the following disclaimer in the documentation and/or
-    other materials provided with the distribution.
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
 
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 
IS" AND
-    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED
-    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
LIABLE
-    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 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.
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+    DEALINGS IN THE SOFTWARE.
 
-- lib/net.sf.saxon.Saxon-HE-<VERSION>.jar
-  This product bundles 'Saxon-HE (Home Edition)' with the above files.
+- net.sf.saxon.Saxon-HE-<VERSION>.jar
+  This product bundles 'Saxon-HE (Home Edition)' from the above files.
   These files are available under the MPL 2.0 license:
 
     Most of the open source code in the Saxon product is governed by the 
Mozilla Public
@@ -1169,34 +1077,85 @@ is subject to the terms and conditions of the following 
licenses.
       other dealings in this Software without prior written authorization
       from James Clark.
 
+- org.apache.daffodil.daffodil-lib-<VERSION>.jar with:
+  org/apache/daffodil/xsd/XMLSchema.dtd (https://www.w3.org/2001/XMLSchema.dtd)
+  org/apache/daffodil/xsd/XMLSchema.xsd (https://www.w3.org/2001/XMLSchema.xsd)
+  org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd 
(https://www.w3.org/2001/XMLSchema.dtd)
+  org/apache/daffodil/xsd/datatypes.dtd (https://www.w3.org/2001/datatypes.dtd)
+  org/apache/daffodil/xsd/xml.xsd (https://www.w3.org/2001/xml.xsd)
+- org.xmlresolver.xmlresolver-<VERSION>-data.jar with:
+  W3C schemas and documents
+  This product bundles 'W3C' copied or derived material from the above files.
+  These files are available under the W3C Software and Document License:
 
-- lib/org.rogach.scallop_<VERSION>.jar
-  This product bundles 'Scallop' with the above files.
-  These files are available under under an MIT License. For details, see
-  https://github.com/scallop/scallop/blob/develop/license.txt
+    By obtaining and/or copying this work, you (the licensee) agree that you 
have
+    read, understood, and will comply with the following terms and conditions.
 
-    Copyright (C) 2012 Platon Pronko and Chris Hodapp
+    Permission to copy, modify, and distribute this work, with or without
+    modification, for any purpose and without fee or royalty is hereby granted,
+    provided that you include the following on ALL copies of the work or 
portions
+    thereof, including modifications:
 
-    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, including without limitation the rights 
to
-    use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
copies
-    of the Software, and to permit persons to whom the Software is furnished 
to do
-    so, subject to the following conditions:
+    * The full text of this NOTICE in a location viewable to users of the
+      redistributed or derivative work.
 
-    The above copyright notice and this permission notice shall be included in 
all
-    copies or substantial portions of the Software.
+    * Any pre-existing intellectual property disclaimers, notices, or terms and
+      conditions. If none exist, the W3C Software and Document Short Notice 
should be
+      included.
 
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    UTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
-    SOFTWARE.
+    * Notice of any changes or modifications, through a copyright statement on 
the
+      new code or document such as "This software or document includes material
+      copied from or derived from [title and URI of the W3C document]. 
Copyright ©
+      [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
+
+    Disclaimers
+
+    THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
+    REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+    LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
+    PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY
+    THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
 
-- iso-schematron-xslt2/ExtractSchFromXSD-2.xsl in 
lib/org.apache.daffodil.daffodil-schematron-<VERSION>.jar
-  This product bundles 'Schematron' converter content with the above files.
+    COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
+    CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
+
+    The name and trademarks of copyright holders may NOT be used in advertising
+    or publicity pertaining to the work without specific, written prior
+    permission. Title to copyright in this work will at all times remain with
+    copyright holders.
+
+- org.apache.daffodil.daffodil-lib-<VERSION>.jar with:
+  passera/ directory
+  This product bundles 'Passera' compiled source from the above files.
+  These files are available under the BSD-2-Clause license:
+
+    Copyright (c) 2011-2013, Nate Nystrom
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+
+    Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+
+    Redistributions in binary form must reproduce the above copyright notice, 
this
+    list of conditions and the following disclaimer in the documentation and/or
+    other materials provided with the distribution.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 
IS" AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 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.
+
+- org.apache.daffodil.daffodil-schematron-<VERSION>.jar with:
+  iso-schematron-xslt2/ExtractSchFromXSD-2.xsl
+  This product bundles 'Schematron' converter content from the above files.
   These files are available under the MIT License:
 
     Copyright (c) 2002-2010 Rick Jelliffe and Topologi Pty. Ltd.
@@ -1219,13 +1178,14 @@ is subject to the terms and conditions of the following 
licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
 
-- iso-schematron-xslt2/iso_abstract_expand.xsl in 
lib/org.apache.daffodil.daffodil-schematron-<VERSION>.jar
-- iso-schematron-xslt2/iso_dsdl_include.xsl in 
lib/org.apache.daffodil.daffodil-schematron-<VERSION>.jar
-- iso-schematron-xslt2/iso_schematron_message_xslt2.xsl in 
lib/org.apache.daffodil.daffodil-schematron-<VERSION>.jar
-- iso-schematron-xslt2/iso_schematron_skeleton_for_saxon.xsl in 
lib/org.apache.daffodil.daffodil-schematron-<VERSION>.jar
-- iso-schematron-xslt2/iso_svrl_for_xslt2.xsl in 
lib/org.apache.daffodil.daffodil-schematron-<VERSION>.jar
-- iso-schematron-xslt2/sch-messages-en.xhtml in 
lib/org.apache.daffodil.daffodil-schematron-<VERSION>.jar
-  This product bundles 'Schematron' skeleton XSLT implementation with the 
above files.
+- org.apache.daffodil.daffodil-schematron-<VERSION>.jar with:
+  iso-schematron-xslt2/iso_abstract_expand.xsl
+  iso-schematron-xslt2/iso_dsdl_include.xsl
+  iso-schematron-xslt2/iso_schematron_message_xslt2.xsl
+  iso-schematron-xslt2/iso_schematron_skeleton_for_saxon.xsl
+  iso-schematron-xslt2/iso_svrl_for_xslt2.xsl
+  iso-schematron-xslt2/sch-messages-en.xhtml
+  This product bundles 'Schematron' skeleton XSLT implementation from the 
above files.
   These files are available under the MIT License:
 
     Copyright (c) 2004-2010 Rick Jellife and Academia Sinica Computing Centre, 
Taiwan
@@ -1248,8 +1208,8 @@ is subject to the terms and conditions of the following 
licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
     SOFTWARE.
 
-- lib/org.codehaus.woodstox.stax2-api-<VERSION>.jar
-  This product bundles 'Stax 2 API' with the above files.
+- org.codehaus.woodstox.stax2-api-<VERSION>.jar
+  This product bundles 'Stax 2 API' from the above files.
   These files are available under the BSD-2-Clause license:
 
     Copyright 2010- FasterXML.com
@@ -1275,78 +1235,123 @@ is subject to the terms and conditions of the 
following licenses.
     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.
 
-- org/apache/daffodil/xsd/XMLSchema.dtd 
(https://www.w3.org/2001/XMLSchema.dtd) in 
lib/org.apache.daffodil.daffodil-lib-<VERSION>.jar
-- org/apache/daffodil/xsd/XMLSchema.xsd 
(https://www.w3.org/2001/XMLSchema.xsd) in 
lib/org.apache.daffodil.daffodil-lib-<VERSION>.jar
-- org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd 
(https://www.w3.org/2001/XMLSchema.dtd) in 
lib/org.apache.daffodil.daffodil-lib-<VERSION>.jar
-- org/apache/daffodil/xsd/datatypes.dtd 
(https://www.w3.org/2001/datatypes.dtd) in 
lib/org.apache.daffodil.daffodil-lib-<VERSION>.jar
-- org/apache/daffodil/xsd/xml.xsd (https://www.w3.org/2001/xml.xsd) in 
lib/org.apache.daffodil.daffodil-lib-<VERSION>.jar
-- W3C schemas and documents in 
lib/org.xmlresolver.xmlresolver-<VERSION>-data.jar
-  This product bundles 'W3C' copied or derived material with the above files.
-  These files are available under the W3C Software and Document License:
+- org.jdom.jdom2-<VERSION>.jar
+  This product bundles 'JDOM2' from the above files.
+  These files are available under an Apache style License:
 
-    By obtaining and/or copying this work, you (the licensee) agree that you 
have
-    read, understood, and will comply with the following terms and conditions.
+    Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.
+    All rights reserved.
 
-    Permission to copy, modify, and distribute this work, with or without
-    modification, for any purpose and without fee or royalty is hereby granted,
-    provided that you include the following on ALL copies of the work or 
portions
-    thereof, including modifications:
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
 
-    * The full text of this NOTICE in a location viewable to users of the
-      redistributed or derivative work.
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions, and the following disclaimer.
 
-    * Any pre-existing intellectual property disclaimers, notices, or terms and
-      conditions. If none exist, the W3C Software and Document Short Notice 
should be
-      included.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions, and the disclaimer that follows 
+       these conditions in the documentation and/or other materials 
+       provided with the distribution.
 
-    * Notice of any changes or modifications, through a copyright statement on 
the
-      new code or document such as "This software or document includes material
-      copied from or derived from [title and URI of the W3C document]. 
Copyright ©
-      [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
+    3. The name "JDOM" must not be used to endorse or promote products
+       derived from this software without prior written permission.  For
+       written permission, please contact <request_AT_jdom_DOT_org>.
 
-    Disclaimers
+    4. Products derived from this software may not be called "JDOM", nor
+       may "JDOM" appear in their name, without prior written permission
+       from the JDOM Project Management <request_AT_jdom_DOT_org>.
 
-    THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
-    REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
-    LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
-    PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY
-    THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+    In addition, we request (but do not require) that you include in the 
+    end-user documentation provided with the redistribution and/or in the 
+    software itself an acknowledgement equivalent to the following:
 
-    COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
-    CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
+        "This product includes software developed by the
+         JDOM Project (http://www.jdom.org/)."
 
-    The name and trademarks of copyright holders may NOT be used in advertising
-    or publicity pertaining to the work without specific, written prior
-    permission. Title to copyright in this work will at all times remain with
-    copyright holders.
+    Alternatively, the acknowledgment may be graphical using the logos 
+    available at http://www.jdom.org/images/logos.
 
-- lib/com.lihaoyi.geny_<VERSION>.jar
-- lib/com.lihaoyi.os-lib_<VERSION>.jar
-  This product bundles 'os-lib' with the above files.
-  These files are available under the MIT license:
+    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+    USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+    ON ANY THEORY OF LIABILITY, WHETHER IN 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.
 
-    License
-    =======
+    This software consists of voluntary contributions made by many 
+    individuals on behalf of the JDOM Project and was originally 
+    created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+    Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
+    on the JDOM Project, please see <http://www.jdom.org/>. 
 
+- org.jline.jline-<VERSION>.jar
+  This product bundles 'JLine' from the above files.
+  These files are available under a BSD-3-Clause license. For details, see
+  https://github.com/jline/jline3/blob/HEAD/LICENSE.txt
 
-    The MIT License (MIT)
+    Copyright (c) 2002-2018, the original author or authors.
+    All rights reserved.
 
-    Copyright (c) 2019 Li Haoyi ([email protected])
+    https://opensource.org/licenses/BSD-3-Clause
 
-    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, including without limitation the 
rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
+    Redistribution and use in source and binary forms, with or
+    without modification, are permitted provided that the following
+    conditions are met:
 
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
+    Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+    Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer
+    in the documentation and/or other materials provided with
+    the distribution.
+
+    Neither the name of JLine nor the names of its contributors
+    may be used to endorse or promote products derived from this
+    software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+    BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+    EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+    OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+    AND ON ANY THEORY OF LIABILITY, WHETHER IN 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.
+
+- org.rogach.scallop_<VERSION>.jar
+  This product bundles 'Scallop' from the above files.
+  These files are available under under an MIT License. For details, see
+  https://github.com/scallop/scallop/blob/develop/license.txt
+
+    Copyright (C) 2012 Platon Pronko and Chris Hodapp
+
+    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, including without limitation the rights 
to
+    use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
copies
+    of the Software, and to permit persons to whom the Software is furnished 
to do
+    so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in 
all
+    copies or substantial portions of the Software.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-    DEALINGS IN THE SOFTWARE.
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
+    SOFTWARE.
diff --git a/daffodil-cli/bin.NOTICE b/daffodil-cli/bin.NOTICE
index 561c07beb..5d879ceed 100644
--- a/daffodil-cli/bin.NOTICE
+++ b/daffodil-cli/bin.NOTICE
@@ -11,7 +11,7 @@ Based on source code originally developed by
 
 The following NOTICE information applies to binary components distributed with 
this project:
 
-- lib/com.fasterxml.jackson.core.jackson-core-<VERSION>.jar
+- com.fasterxml.jackson.core.jackson-core-<VERSION>.jar
   # Jackson JSON processor
 
   Jackson is a high-performance, Free/Open Source JSON processing library.
@@ -30,7 +30,7 @@ The following NOTICE information applies to binary components 
distributed with t
   in some artifacts (usually source distributions); but is always available
   from the source code management (SCM) system project uses.
 
-- lib/commons-codec.commons-codec-<VERSION>.jar
+- commons-codec.commons-codec-<VERSION>.jar
   Apache Commons Codec
   Copyright 2002-2017 The Apache Software Foundation
 
@@ -46,27 +46,52 @@ The following NOTICE information applies to binary 
components distributed with t
   Original source copyright:
   Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
 
-- lib/commons-io.commons-io-<VERSION>.jar
+- commons-io.commons-io-<VERSION>.jar
   Apache Commons IO
   Copyright 2002-2021 The Apache Software Foundation
 
-- lib/commons-logging.commons-logging-<VERSION>.jar
+- commons-logging.commons-logging-<VERSION>.jar
   Apache Commons Logging
   Copyright 2003-2014 The Apache Software Foundation
 
-- lib/org.apache.httpcomponents.httpclient-<VERSION>.jar
+- org.apache.daffodil.daffodil-lib-<VERSION>.jar
+  Apache Daffodil
+  Copyright 2022 The Apache Software Foundation
+
+  Based on source code originally developed by
+  - The Univerisity of Illinois National Center for Supercomputing 
Applications (http://www.ncsa.illinois.edu/)
+  - Tresys Technology (http://www.tresys.com/)
+  - International Business Machines Corporation (http://www.ibm.com)
+
+  The following NOTICE information applies to components distributed with this 
project:
+
+  This product includes derived works from Scala
+    Scala
+    Copyright (c) 2002-2021 EPFL
+    Copyright (c) 2011-2021 Lightbend, Inc.
+
+    Scala includes software developed at
+    LAMP/EPFL (https://lamp.epfl.ch/) and
+    Lightbend, Inc. (https://www.lightbend.com/).
+
+    The derived work is adapted from scala/src/library/scala/Symbol.scala:
+      
https://github.com/scala/scala/blob/904e3a5d2b9616b9c533d77d0c51652b138e8659/src/library/scala/Symbol.scala
+    and can be found in:
+      
daffodil-lib/src/main/scala/org/apache/daffodil/util/UniquenessCache.scala
+
+- org.apache.httpcomponents.httpclient-<VERSION>.jar
   Apache HttpClient
   Copyright 1999-2020 The Apache Software Foundation
 
-- lib/org.apache.httpcomponents.httpcore-<VERSION>.jar
+- org.apache.httpcomponents.httpcore-<VERSION>.jar
   Apache HttpCore
   Copyright 2005-2020 The Apache Software Foundation
 
-- lib/org.apache.logging.log4j.log4j-api-<VERSION>.jar
+- org.apache.logging.log4j.log4j-api-<VERSION>.jar
   Apache Log4j API
   Copyright 1999-2022 The Apache Software Foundation
 
-- lib/org.apache.logging.log4j.log4j-api-scala_<VERSION>.jar
+- org.apache.logging.log4j.log4j-api-scala_<VERSION>.jar
   Apache Log4j Scala API
   Copyright 2016-2022 Apache Software Foundation
 
@@ -74,21 +99,21 @@ The following NOTICE information applies to binary 
components distributed with t
   Copyright (c) 2008, 2009, 2010, 2011 Josh Suereth, Steven Blundy, Josh Cough,
   Mark Harrah, Stuart Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
 
-- lib/org.apache.logging.log4j.log4j-core-<VERSION>.jar
+- org.apache.logging.log4j.log4j-core-<VERSION>.jar
   Apache Log4j Core
   Copyright 1999-2012 Apache Software Foundation
 
   ResolverUtil.java
   Copyright 2005-2006 Tim Fennell
 
-- lib/org.jdom.jdom2-<VERSION>.jar
+- org.jdom.jdom2-<VERSION>.jar
   Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.
   All rights reserved.
 
   This product includes software developed by the
   JDOM Project (http://www.jdom.org/).
 
-- lib/org.scala-lang.modules.scala-parser-combinators_<VERSION>.jar
+- org.scala-lang.modules.scala-parser-combinators_<VERSION>.jar
   Scala parser combinators
   Copyright (c) 2002-2022 EPFL
   Copyright (c) 2011-2022 Lightbend, Inc.
@@ -97,7 +122,7 @@ The following NOTICE information applies to binary 
components distributed with t
   LAMP/EPFL (https://lamp.epfl.ch/) and
   Lightbend, Inc. (https://www.lightbend.com/).
 
-- lib/org.scala-lang.modules.scala-xml_<VERSION>.jar
+- org.scala-lang.modules.scala-xml_<VERSION>.jar
   scala-xml
   Copyright (c) 2002-2022 EPFL
   Copyright (c) 2011-2022 Lightbend, Inc.
@@ -106,22 +131,8 @@ The following NOTICE information applies to binary 
components distributed with t
   LAMP/EPFL (https://lamp.epfl.ch/) and
   Lightbend, Inc. (https://www.lightbend.com/).
 
-- lib/org.scala-lang.scala-library-<VERSION>.jar
-- org/apache/daffodil/util/UniquenessCache.class in 
lib/org.apache.daffodil.daffodil-lib-<VERSION>.jar
-  Scala
-  Copyright (c) 2002-2021 EPFL
-  Copyright (c) 2011-2021 Lightbend, Inc.
-
-  Scala includes software developed at
-  LAMP/EPFL (https://lamp.epfl.ch/) and
-  Lightbend, Inc. (https://www.lightbend.com/).
-
-  The derived work is adapted from scala/src/library/scala/Symbol.scala:
-    
https://github.com/scala/scala/blob/904e3a5d2b9616b9c533d77d0c51652b138e8659/src/library/scala/Symbol.scala
-  and can be found in:
-    daffodil-lib/src/main/scala/org/apache/daffodil/util/UniquenessCache.scala
-
-- lib/org.scala-lang.scala-reflect-<REFLECT>.jar
+- org.scala-lang.scala-library-<VERSION>.jar
+- org.scala-lang.scala-reflect-<VERSION>.jar
   Scala
   Copyright (c) 2002-2021 EPFL
   Copyright (c) 2011-2021 Lightbend, Inc.
@@ -130,7 +141,7 @@ The following NOTICE information applies to binary 
components distributed with t
   LAMP/EPFL (https://lamp.epfl.ch/) and
   Lightbend, Inc. (https://www.lightbend.com/).
 
-- lib/xerces.xercesImpl-<VERSION>.jar
+- xerces.xercesImpl-<VERSION>.jar
   Apache Xerces Java
   Copyright 1999-2022 The Apache Software Foundation
 
@@ -141,7 +152,7 @@ The following NOTICE information applies to binary 
components distributed with t
       Apache Software Foundation that were originally developed at iClick, 
Inc.,
       software copyright (c) 1999.
 
-- lib/xml-apis.xml-apis-<VERSION>.jar
+- xml-apis.xml-apis-<VERSION>.jar
   Apache XML Commons XML APIs
   Copyright 1999-2009 The Apache Software Foundation.
 
@@ -150,7 +161,7 @@ The following NOTICE information applies to binary 
components distributed with t
     - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
     - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org
 
-- lib/xml-resolver.xml-resolver-<VERSION>.jar
+- xml-resolver.xml-resolver-<VERSION>.jar
   Apache XML Commons Resolver
   Copyright 2006 The Apache Software Foundation.
 
diff --git a/daffodil-lib/src/main/resources/META-INF/NOTICE 
b/daffodil-lib/src/main/resources/META-INF/NOTICE
index 30d8eeb9a..ebd48cb58 100644
--- a/daffodil-lib/src/main/resources/META-INF/NOTICE
+++ b/daffodil-lib/src/main/resources/META-INF/NOTICE
@@ -13,8 +13,8 @@ The following NOTICE information applies to components 
distributed with this pro
 
 This product includes derived works from Scala
   Scala
-  Copyright (c) 2002-2020 EPFL
-  Copyright (c) 2011-2020 Lightbend, Inc.
+  Copyright (c) 2002-2021 EPFL
+  Copyright (c) 2011-2021 Lightbend, Inc.
 
   Scala includes software developed at
   LAMP/EPFL (https://lamp.epfl.ch/) and
diff --git a/daffodil-schematron/src/main/resources/META-INF/LICENSE 
b/daffodil-schematron/src/main/resources/META-INF/LICENSE
index a9c708733..41260e043 100644
--- a/daffodil-schematron/src/main/resources/META-INF/LICENSE
+++ b/daffodil-schematron/src/main/resources/META-INF/LICENSE
@@ -208,17 +208,11 @@ The Apache Daffodil project contains subcomponents with 
separate copyright
 notices and license terms. Your use of the source code for these subcomponents
 is subject to the terms and conditions of the following licenses.
 
-  This product bundles content from the Schematron "skeleton" - XSLT 
implementation, including
-  the following files:
-    - iso-schematron-xslt2/iso_abstract_expand.xsl
-    - iso-schematron-xslt2/iso_dsdl_include.xsl
-    - iso-schematron-xslt2/iso_schematron_message_xslt2.xsl
-    - iso-schematron-xslt2/iso_schematron_skeleton_for_saxon.xsl
-    - iso-schematron-xslt2/iso_svrl_for_xslt2.xsl
-    - iso-schematron-xslt2/sch-messages-en.xhtml
-  The content is available under the MIT License:
+- iso-schematron-xslt2/ExtractSchFromXSD-2.xsl
+  This product bundles 'Schematron' converter content from the above files.
+  These files are available under the MIT License:
 
-    Copyright (c) 2004-2010 Rick Jellife and Academia Sinica Computing Centre, 
Taiwan
+    Copyright (c) 2002-2010 Rick Jelliffe and Topologi Pty. Ltd.
 
     Permission is hereby granted, free of charge, to any person obtaining a 
copy
     of this software and associated documentation files (the "Software"), to 
deal
@@ -227,23 +221,27 @@ is subject to the terms and conditions of the following 
licenses.
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
 
-    The above copyright notice and this permission notice shall be included in 
all
-    copies or substantial portions of the Software.
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
-    SOFTWARE.
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
 
-    This product bundles content from the Schematron converters, including
-    the following files:
-      - iso-schematron-xslt2/ExtractSchFromXSD-2.xsl
-    The content is available under the MIT License:
+- iso-schematron-xslt2/iso_abstract_expand.xsl
+- iso-schematron-xslt2/iso_dsdl_include.xsl
+- iso-schematron-xslt2/iso_schematron_message_xslt2.xsl
+- iso-schematron-xslt2/iso_schematron_skeleton_for_saxon.xsl
+- iso-schematron-xslt2/iso_svrl_for_xslt2.xsl
+- iso-schematron-xslt2/sch-messages-en.xhtml
+  This product bundles 'Schematron' skeleton XSLT implementation from the 
above files.
+  These files are available under the MIT License:
 
-    Copyright (c) 2002-2010 Rick Jelliffe and Topologi Pty. Ltd.
+    Copyright (c) 2004-2010 Rick Jellife and Academia Sinica Computing Centre, 
Taiwan
 
     Permission is hereby granted, free of charge, to any person obtaining a 
copy
     of this software and associated documentation files (the "Software"), to 
deal
@@ -252,13 +250,13 @@ is subject to the terms and conditions of the following 
licenses.
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
 
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
+    The above copyright notice and this permission notice shall be included in 
all
+    copies or substantial portions of the Software.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-    THE SOFTWARE.
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
+    SOFTWARE.

Reply via email to