Author: fanningpj
Date: Tue Mar 14 00:38:55 2023
New Revision: 1908365
URL: http://svn.apache.org/viewvc?rev=1908365&view=rev
Log:
acknowledge use of scala derived code
Modified:
xmlbeans/trunk/LICENSE.txt
xmlbeans/trunk/NOTICE.txt
Modified: xmlbeans/trunk/LICENSE.txt
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/LICENSE.txt?rev=1908365&r1=1908364&r2=1908365&view=diff
==============================================================================
--- xmlbeans/trunk/LICENSE.txt (original)
+++ xmlbeans/trunk/LICENSE.txt Tue Mar 14 00:38:55 2023
@@ -202,4 +202,9 @@
The XMLBeans 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
+Copyright © 2015-2021 the original authors.
+
+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.
Modified: xmlbeans/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/NOTICE.txt?rev=1908365&r1=1908364&r2=1908365&view=diff
==============================================================================
--- xmlbeans/trunk/NOTICE.txt (original)
+++ xmlbeans/trunk/NOTICE.txt Tue Mar 14 00:38:55 2023
@@ -24,3 +24,12 @@
- resolver.jar from Apache Xml Commons project,
Copyright (c) 2001-2003 Apache Software Foundation
+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/).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]