diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-14 09:20:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-14 09:20:32 +0000 |
commit | 3e6dddaa95bb4d99e2da81002a70a8c1dc1965af (patch) | |
tree | 4cad34ce806f5e30764967d3802ece5a0d55ab4b /legal | |
parent | 6c3aac7a28cd0a1e47cb52e2576eea788b365319 (diff) | |
download | poi-3e6dddaa95bb4d99e2da81002a70a8c1dc1965af.tar.gz poi-3e6dddaa95bb4d99e2da81002a70a8c1dc1965af.zip |
acknowledge use of scala derived code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'legal')
-rw-r--r-- | legal/LICENSE | 5 | ||||
-rw-r--r-- | legal/NOTICE | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/legal/LICENSE b/legal/LICENSE index 4e05bd21b5..6249db3769 100644 --- a/legal/LICENSE +++ b/legal/LICENSE @@ -256,6 +256,11 @@ inbot-utils (https://github.com/Inbot/inbot-utils) OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +ExceptionUtils is derived from `scala.util.control.NonFatal` in scala-library +which was released under the Apache 2.0 license. +Copyright (c) 2002-2023 EPFL +Copyright (c) 2011-2023 Lightbend, Inc. + The POI Source Release bundles the Gradle Wrapper. (https://docs.gradle.org/current/userguide/gradle_wrapper.html) This is released under the Apache License, v2.0. Copyright © 2015-2021 the original authors.
\ No newline at end of file diff --git a/legal/NOTICE b/legal/NOTICE index 6ae8eedceb..a69eacf4d6 100644 --- a/legal/NOTICE +++ b/legal/NOTICE @@ -24,3 +24,13 @@ This product contains parts of the eID Applet project Copyright (c) 2009-2018 FedICT (federal ICT department of Belgium), e-Contract.be BVBA (https://www.e-contract.be), Bart Hanssens from FedICT + +ExceptionUtils is derived from `scala.util.control.NonFatal` in scala-library +which was released under the Apache 2.0 license. + +Copyright (c) 2002-2023 EPFL +Copyright (c) 2011-2023 Lightbend, Inc. + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Lightbend, Inc. (https://www.lightbend.com/). |