You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge in ITB/xml-validator from development to master
* commit '2b91e42978ac338a37a7c8599b4d13d6d21e1f8e':
README banner
README banner
Third party licences
The **XML validator** is a web application to validate XML data against [XML Schema](https://www.w3.org/standards/xml/schema) and [Schematron](https://schematron.com/).
14
16
The application provides a fully reusable core that requires only configuration to determine the supported specifications,
15
17
configured validation types and other validator customisations. The web application allows validation via:
Copy file name to clipboardExpand all lines: THIRD_PARTY_LICENCES.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,15 @@ build. These libraries are used as-is, with no modifications to source code.
38
38
| GNU Lesser General Public License (LGPL), Version 2.1 | Openhtmltopdf Core Renderer | com.openhtmltopdf:openhtmltopdf-core| 1.0.10 |https://github.com/danfickle/openhtmltopdf/openhtmltopdf-core|
39
39
| GNU Lesser General Public License (LGPL), Version 2.1 | Openhtmltopdf PDF Rendering (Apache PDF-BOX 2) | com.openhtmltopdf:openhtmltopdf-pdfbox| 1.0.10 |https://github.com/danfickle/openhtmltopdf/openhtmltopdf-pdfbox|
40
40
| GNU Lesser General Public License (LGPL), Version 2.1 | Openhtmltopdf slf4j Support | com.openhtmltopdf:openhtmltopdf-slf4j| 1.0.10 |https://github.com/danfickle/openhtmltopdf/openhtmltopdf-slf4j|
41
+
| GNU Lesser General Public License (LGPL), Version 2.1 | Openhtmltopdf SVG Support | com.openhtmltopdf:openhtmltopdf-svg-support| 1.0.10 |https://github.com/danfickle/openhtmltopdf/openhtmltopdf-svg-support|
41
42
| Eclipse Distribution License - v1.0 | istack common utility code runtime | com.sun.istack:istack-commons-runtime| 4.1.2 |https://projects.eclipse.org/projects/ee4j/istack-commons/istack-commons-runtime|
42
43
| Eclipse Distribution License - v1.0 | Old JAXB Core | com.sun.xml.bind:jaxb-core| 4.0.5 |https://eclipse-ee4j.github.io/jaxb-ri/|
43
44
| Eclipse Distribution License - v1.0 | Old JAXB Runtime | com.sun.xml.bind:jaxb-impl| 4.0.4 |https://eclipse-ee4j.github.io/jaxb-ri/|
| European Union Public Licence (EUPL) Version 1.2 | gitb-types-jakarta | eu.europa.ec.itb:gitb-types-jakarta| 1.24.4 |https://joinup.ec.europa.eu/solution/interoperability-test-bed/about/gitb-types-jakarta|
50
52
| MIT License | ClassGraph | io.github.classgraph:classgraph| 4.8.149 |https://github.com/classgraph/classgraph|
@@ -54,9 +56,9 @@ build. These libraries are used as-is, with no modifications to source code.
| Eclipse Distribution License - v1.0 | Jakarta Activation API | jakarta.activation:jakarta.activation-api | 2.1.2 |https://github.com/jakartaee/jaf-api|
57
-
| Eclipse Public License - v1.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Jakarta Annotations API | jakarta.annotation:jakarta.annotation-api | 2.1.1 |https://projects.eclipse.org/projects/ee4j.ca|
59
+
| Eclipse Public License - v2.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Jakarta Annotations API | jakarta.annotation:jakarta.annotation-api | 2.1.1 |https://projects.eclipse.org/projects/ee4j.ca|
58
60
| Eclipse Distribution License - v1.0 | Jakarta Web Services Metadata API | jakarta.jws:jakarta.jws-api | 3.0.0 |https://github.com/eclipse-ee4j/jws-api|
59
-
| Eclipse Distribution License - v1.0, Eclipse Public License - v1.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Jakarta Mail API | jakarta.mail:jakarta.mail-api | 2.1.3 |https://projects.eclipse.org/projects/ee4j/jakarta.mail-api|
61
+
| Eclipse Distribution License - v1.0, Eclipse Public License - v2.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Jakarta Mail API | jakarta.mail:jakarta.mail-api | 2.1.3 |https://projects.eclipse.org/projects/ee4j/jakarta.mail-api|
60
62
| Apache License, Version 2.0 | Jakarta Bean Validation API | jakarta.validation:jakarta.validation-api | 3.0.2 |https://beanvalidation.org|
61
63
| Eclipse Distribution License - v1.0 | Jakarta XML Binding API | jakarta.xml.bind:jakarta.xml.bind-api | 4.0.2 |https://github.com/jakartaee/jaxb-api/jakarta.xml.bind-api|
62
64
| Eclipse Distribution License - v1.0 | Jakarta SOAP with Attachments API | jakarta.xml.soap:jakarta.xml.soap-api | 3.0.2 |https://github.com/jakartaee/saaj-api|
@@ -93,13 +95,32 @@ build. These libraries are used as-is, with no modifications to source code.
| Eclipse Distribution License - v1.0, Eclipse Public License - v1.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Angus Mail Provider | org.eclipse.angus:angus-mail| 2.0.3 |http://eclipse-ee4j.github.io/angus-mail/angus-mail|
102
-
| Eclipse Distribution License - v1.0, Eclipse Public License - v1.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Angus Mail default provider | org.eclipse.angus:jakarta.mail | 2.0.3 |http://eclipse-ee4j.github.io/angus-mail/jakarta.mail|
122
+
| Eclipse Distribution License - v1.0, Eclipse Public License - v2.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Angus Mail Provider | org.eclipse.angus:angus-mail| 2.0.3 |http://eclipse-ee4j.github.io/angus-mail/angus-mail|
123
+
| Eclipse Distribution License - v1.0, Eclipse Public License - v2.0, GNU General Public License (GPL), Version 2 (with Classpath Exception) | Angus Mail default provider | org.eclipse.angus:jakarta.mail | 2.0.3 |http://eclipse-ee4j.github.io/angus-mail/jakarta.mail|
| Apache License, Version 2.0, The SAX License, The W3C License | XML Commons External Components XML APIs | xml-apis:xml-apis| 1.4.01 |http://xml.apache.org/commons/components/external/|
178
+
| Apache License, Version 2.0 | XML Commons External Components XML APIs Extensions | xml-apis:xml-apis-ext| 1.3.04 |http://xml.apache.org/commons/components/external/|
157
179
| Apache License, Version 2.0 | XML Commons Resolver Component | xml-resolver:xml-resolver| 1.2 |http://xml.apache.org/commons/components/resolver/|
0 commit comments