This is an automated email from the ASF dual-hosted git repository.

jianbin pushed a commit to branch 2.4.0
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.4.0 by this push:
     new 3ceb257a9a add jackson notice (#7417)
3ceb257a9a is described below

commit 3ceb257a9aa7964cbdb0fd32e0ce85ed8913ba41
Author: jsbxyyx <[email protected]>
AuthorDate: Mon Jun 9 09:28:51 2025 +0800

    add jackson notice (#7417)
---
 distribution/NOTICE | 41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

diff --git a/distribution/NOTICE b/distribution/NOTICE
index 6da4aed3ae..89cae3cd55 100644
--- a/distribution/NOTICE
+++ b/distribution/NOTICE
@@ -1045,4 +1045,43 @@ Copyright 2013-2023 The Apache Software Foundation
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-========================================================================
\ No newline at end of file
+========================================================================
+
+Jackson NOTICE
+
+========================================================================
+
+# Jackson JSON processor
+
+Jackson is a high-performance, Free/Open Source JSON processing library.
+It was originally written by Tatu Saloranta ([email protected]), and has
+been in development since 2007.
+It is currently developed by a community of developers.
+
+## Copyright
+
+Copyright 2007-, Tatu Saloranta ([email protected])
+
+## Licensing
+
+Jackson 2.x core and extension components are licensed under Apache License 2.0
+To find the details that apply to this artifact see the accompanying LICENSE 
file.
+
+## Credits
+
+A list of contributors may be found from CREDITS(-2.x) file, which is included
+in some artifacts (usually source distributions); but is always available
+from the source code management (SCM) system project uses.
+
+## FastDoubleParser
+
+jackson-core bundles a shaded copy of FastDoubleParser 
<https://github.com/wrandelshofer/FastDoubleParser>.
+That code is available under an MIT license 
<https://github.com/wrandelshofer/FastDoubleParser/blob/main/LICENSE>
+under the following copyright.
+
+Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
+
+See FastDoubleParser-NOTICE for details of other source code included in 
FastDoubleParser
+and the licenses and copyrights that apply to that code.
+
+========================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to