This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
commit 966860ab32976af8d50c884624980b4b82e5eede Author: roryqi <[email protected]> AuthorDate: Mon Dec 30 14:11:00 2024 +0800 [#2306] improvement: Remove repeated notice information (#2311) ### What changes were proposed in this pull request? Remove repeated notice information ### Why are the changes needed? Fix: #2306 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. --- NOTICE-binary | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/NOTICE-binary b/NOTICE-binary index 80eec6c2d..c7ffeecb0 100644 --- a/NOTICE-binary +++ b/NOTICE-binary @@ -201,28 +201,7 @@ src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains test data from http://aspell.net/test/orig/batch0.tab. Copyright (C) 2002 Kevin Atkinson ([email protected]) -# 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, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -# Notice for Jersey +# Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. * Project home: https://projects.eclipse.org/projects/ee4j.jersey
