This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
The following commit(s) were added to refs/heads/master by this push:
new 9f658234 Update missing licenses from assembly jar (#234)
9f658234 is described below
commit 9f65823472a04a75a1b85e2f1309f98b5697f663
Author: Luciano Resende <[email protected]>
AuthorDate: Tue Nov 11 13:59:22 2025 -0800
Update missing licenses from assembly jar (#234)
* Update missing licenses from assembly jar
* Update clapper license details
---
etc/legal/LICENSE_extras | 10 ++++--
etc/legal/licenses/LICENSE-argonaut.txt | 24 +++++++++++++++
etc/legal/licenses/LICENSE-clapper.txt | 36 +++++-----------------
.../{LICENSE-clapper.txt => LICENSE-jnacl.txt} | 21 +++++--------
project/Dependencies.scala | 2 +-
5 files changed, 48 insertions(+), 45 deletions(-)
diff --git a/etc/legal/LICENSE_extras b/etc/legal/LICENSE_extras
index 80654628..a5c43340 100644
--- a/etc/legal/LICENSE_extras
+++ b/etc/legal/LICENSE_extras
@@ -13,13 +13,19 @@ Apache License 2.0
com.google.guava:guava:14.0.1
org.apache.pekko:pekko-slf4j_2.12:1.1.5
org.apache.pekko:pekko-actor_2.12:1.1.5
+ org.clapper:classutil_2.12:1.5.1 ->
http://software.clapper.org/javautil/#copyright-and-license and
licenses/LICENSE-clapper.txt
+ org.clapper:grizzled-scala_2.12:4.9.3 ->
http://software.clapper.org/grizzled-scala/#copyright-and-license and
licenses/LICENSE-clapper.txt
com.typesafe:config:1.4.3 ->
https://github.com/lightbend/config/blob/master/LICENSE-2.0.txt
com.typesafe.play:play-json_2.12:2.7.4 ->
https://github.com/playframework/play-json/blob/master/LICENSE
com.typesafe.play:play-functional_2.12:2.7.4
commons-logging:commons-logging:1.1.3 ->
https://github.com/apache/commons-logging/blob/trunk/LICENSE.txt
io.get-coursier:coursier-cache_2.12:2.0.0 ->
https://github.com/coursier/coursier/blob/master/LICENSE
io.get-coursier:coursier_2.12:2.0.0 ->
https://github.com/coursier/coursier/blob/master/LICENSE
+ io.github.alexarchambault:windows-ansi ->
https://github.com/alexarchambault/windows-ansi/blob/master/LICENSE
joda-time:joda-time:2.10.1 ->
https://github.com/JodaOrg/joda-time/blob/master/LICENSE.txt
+ com.milessabin:shapeless_2.12 ->
https://github.com/milessabin/shapeless/blob/main/LICENSE
+ org.fusesource.jansi:jansi ->
https://github.com/fusesource/jansi/blob/master/license.txt
+ org.fusesource.hawtjni:hawtjni-runtime (Apache-2.0 OR EPL-1.0) ->
https://github.com/fusesource/hawtjni/blob/master/license.txt
org.springframework:spring-core:5.2.2.RELEASE ->
https://github.com/spring-projects/spring-framework/blob/main/LICENSE.txt
org.apache.commons:commons-exec:1.3 ->
https://github.com/apache/commons-exec/blob/trunk/LICENSE.txt
org.scala-lang.modules:scala-java8-compat_2.12:1.0.2 ->
https://github.com/scala/scala-java8-compat/blob/master/LICENSE
@@ -36,13 +42,13 @@ MPL v2
BSD-like
========================================================================
+ io.argonaut:argonaut_2.12 (BSD-3-Clause) ->
https://github.com/argonaut-io/argonaut/blob/master/LICENSE and
licenses/LICENSE-argonaut.txt
+ com.neilalexander:jnacl (BSD-2-Clause) ->
https://github.com/neilalexander/jnacl/blob/master/LICENSE and
licenses/LICENSE-jnacl.txt
asm:asm-commons:7.1 -> http://asm.ow2.org/license.html and
licenses/LICENSE-asm.txt
asm:asm-tree:7.1 -> http://asm.ow2.org/license.html and
licenses/LICENSE-asm.txt
asm:asm-util:7.1 -> http://asm.ow2.org/license.html and
licenses/LICENSE-asm.txt
asm:asm:7.1 -> http://asm.ow2.org/license.html and licenses/LICENSE-asm.txt
com.github.jupyter:jvm-repr:0.1.0 ->
https://github.com/jupyter/jvm-repr/blob/master/LICENSE
- org.clapper:classutil_2.12:1.5.1 ->
http://software.clapper.org/javautil/#copyright-and-license and
licenses/LICENSE-clapper.txt
- org.clapper:grizzled-scala_2.12:4.9.3 ->
http://software.clapper.org/grizzled-scala/#copyright-and-license and
licenses/LICENSE-clapper.txt
========================================================================
MIT license
diff --git a/etc/legal/licenses/LICENSE-argonaut.txt
b/etc/legal/licenses/LICENSE-argonaut.txt
new file mode 100644
index 00000000..509c7158
--- /dev/null
+++ b/etc/legal/licenses/LICENSE-argonaut.txt
@@ -0,0 +1,24 @@
+Copyright (c) 2012, Ephox Pty Ltd, Mark Hibberd, Sean Parsons and other
contributors.
+All rights reserved.
+
+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 following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
\ No newline at end of file
diff --git a/etc/legal/licenses/LICENSE-clapper.txt
b/etc/legal/licenses/LICENSE-clapper.txt
index 5201f855..b7a3272f 100644
--- a/etc/legal/licenses/LICENSE-clapper.txt
+++ b/etc/legal/licenses/LICENSE-clapper.txt
@@ -1,31 +1,11 @@
-This software is released under a BSD license, adapted from
-<http://opensource.org/licenses/BSD-3-Clause>
+Copyright 2010-2019 Brian M. Clapper
-Copyright (c) 2004-2011 Brian M. Clapper.
-All rights reserved.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License. Y
+ou may obtain a copy of the License at
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
+https://www.apache.org/licenses/LICENSE-2.0
-* 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 "clapper.org", "clapper.org Java Utility Library", 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 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.
+Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
the License for the specific language governing
+permissions and limitations under the License.
\ No newline at end of file
diff --git a/etc/legal/licenses/LICENSE-clapper.txt
b/etc/legal/licenses/LICENSE-jnacl.txt
similarity index 58%
copy from etc/legal/licenses/LICENSE-clapper.txt
copy to etc/legal/licenses/LICENSE-jnacl.txt
index 5201f855..38af2ad4 100644
--- a/etc/legal/licenses/LICENSE-clapper.txt
+++ b/etc/legal/licenses/LICENSE-jnacl.txt
@@ -1,23 +1,16 @@
-This software is released under a BSD license, adapted from
-<http://opensource.org/licenses/BSD-3-Clause>
-
-Copyright (c) 2004-2011 Brian M. Clapper.
+Copyright (c) 2011, Neil Alexander T.
All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
+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,
+- 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,
+- 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 "clapper.org", "clapper.org Java Utility Library", 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
@@ -28,4 +21,4 @@ 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.
+POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3b8c101a..451f960d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
val pekkoSlf4j = "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion //
Apache v2
val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % pekkoVersion //
Apache v2
- val clapper = "org.clapper" %% "classutil" % "1.5.1" // BSD 3-clause
license, used for detecting plugins
+ val clapper = "org.clapper" %% "classutil" % "1.5.1" // Apache v2, used for
detecting plugins
val commonsExec = "org.apache.commons" % "commons-exec" % "1.3" // Apache v2