This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit e81fd66521bfda5ce7e2eb6591209452e146b1bf Author: Dan Haywood <[email protected]> AuthorDate: Sat Aug 20 14:31:15 2022 +0100 ISIS-2965: adds missing licenses into supplemental-licenses.xml --- .../src/main/resources/supplemental-models.xml | 80 +++++++++++++++++++++- 1 file changed, 78 insertions(+), 2 deletions(-) diff --git a/supplemental-model/src/main/resources/supplemental-models.xml b/supplemental-model/src/main/resources/supplemental-models.xml index d859eaca54..23844cee66 100644 --- a/supplemental-model/src/main/resources/supplemental-models.xml +++ b/supplemental-model/src/main/resources/supplemental-models.xml @@ -20,8 +20,8 @@ <version>1.0</version> <licenses> <license> - <name>Apache License, v2.0</name> - <url>http://www.apache.org/licenses/</url> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> </project> @@ -102,4 +102,80 @@ </project> </supplement> + <supplement> + <project> + <groupId>org.webjars.npm</groupId> + <artifactId>web-streams-polyfill</artifactId> + <version>4.0.0-beta.3</version> + <name>web-streams-polyfill</name> + <licenses> + <license> + <name>MIT License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + </project> + </supplement> + + <supplement> + <project> + <groupId>org.webjars.npm</groupId> + <artifactId>pdfjs-dist</artifactId> + <version>2.14.305</version> + <name>PDF.js</name> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + </project> + </supplement> + + <supplement> + <project> + <groupId>org.webjars.npm</groupId> + <artifactId>summernote</artifactId> + <version>0.8.20</version> + <name>Summernote</name> + <licenses> + <license> + <name>MIT License</name> + <url>https://spdx.org/licenses/MIT</url> + </license> + </licenses> + </project> + </supplement> + + <supplement> + <project> + <groupId>org.webjars.bowergithub.prismjs</groupId> + <artifactId>prism</artifactId> + <version>1.28.0</version> + <name>Prism</name> + <licenses> + <license> + <name>MIT License</name> + <url>https://spdx.org/licenses/MIT</url> + </license> + </licenses> + </project> + </supplement> + + <supplement> + <project> + <groupId>org.webjars.npm</groupId> + <artifactId>dommatrix</artifactId> + <version>1.0.3</version> + <name>DOMMatrix</name> + <licenses> + <license> + <name>MIT License</name> + <url>https://spdx.org/licenses/MIT</url> + </license> + </licenses> + </project> + </supplement> + + </supplementalDataModels>
