Repository: mina-sshd Updated Branches: refs/heads/master ec5941145 -> 6ddbe1a65
Updated the licenses links for 3rd party libraries used in the project Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/6ddbe1a6 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/6ddbe1a6 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/6ddbe1a6 Branch: refs/heads/master Commit: 6ddbe1a65f884049bad000784427fe4727481a93 Parents: ec59411 Author: Lyor Goldstein <[email protected]> Authored: Sat Aug 25 18:11:02 2018 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Sat Aug 25 18:28:32 2018 +0300 ---------------------------------------------------------------------- src/legal/notices.xml | 46 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6ddbe1a6/src/legal/notices.xml ---------------------------------------------------------------------- diff --git a/src/legal/notices.xml b/src/legal/notices.xml index 15870dd..9cafd99 100644 --- a/src/legal/notices.xml +++ b/src/legal/notices.xml @@ -41,8 +41,8 @@ <artifactId>slf4j-api</artifactId> <name>SLF4J API Module</name> <organization> - <name>QOS.ch</name> - <url>http://www.qos.ch</url> + <name>Simple Logging Facade for Java</name> + <url>https://www.slf4j.org/</url> </organization> <licenses> <license> @@ -63,8 +63,42 @@ </organization> <licenses> <license> - <name>Bouncy Castle License</name> - <url>http://www.bouncycastle.org/licence.html</url> + <name>The Apache Software License, Version 2.0</name> + <url>http://jpam.sourceforge.net/license.html</url> + </license> + </licenses> + </project> + </supplement> + <supplement> + <project> + <groupId>org.apache.mina</groupId> + <artifactId>mina-core</artifactId> + <name>Apache MINA Project</name> + <organization> + <name>Apache MINA Project</name> + <url>https://mina.apache.org/</url> + </organization> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/</url> + </license> + </licenses> + </project> + </supplement> + <supplement> + <project> + <groupId>io.netty</groupId> + <artifactId>netty-transport</artifactId> + <name>Asynchronous event-driven network application framework</name> + <organization> + <name>Netty project</name> + <url>https://netty.io/</url> + </organization> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>https://github.com/netty/netty/blob/4.1/LICENSE.txt</url> </license> </licenses> </project> @@ -80,8 +114,8 @@ </organization> <licenses> <license> - <name>Public Domain</name> - <url>http://en.wikipedia.org/wiki/Public_domain</url> + <name>Creative Commons</name> + <url>https://github.com/str4d/ed25519-java/blob/master/LICENSE.txt</url> </license> </licenses> </project>
