This is an automated email from the ASF dual-hosted git repository.
gaoxihui pushed a commit to branch release-2.2.5-incubating-rc2
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/release-2.2.5-incubating-rc2
by this push:
new 11d5befb feat: clean up third-party license files
11d5befb is described below
commit 11d5befba44d6c8938ba406c52b90455cda78430
Author: gaoxihui <[email protected]>
AuthorDate: Mon Feb 24 10:50:12 2025 +0800
feat: clean up third-party license files
---
dist/licenses/bsd/LICENSE-hyperscan.txt | 29 ---------------
dist/licenses/bsd/LICENSE-native.txt | 29 ---------------
dist/licenses/cc0/LICENCE-HdrHistogram.txt | 41 ++++++++++++++++++++++
dist/licenses/cc0/LICENSE-LatencyUtils.txt | 38 ++++++++++++++++++++
.../{other => cddl}/LICENSE-activation.txt | 0
.../LICENSE-javax.annotation-api.txt | 0
.../{other => cddl}/LICENSE-javax.mail.txt | 0
dist/licenses/{other => cddl}/LICENSE-jaxb-api.txt | 0
.../licenses/{other => cddl}/LICENSE-jaxb-core.txt | 0
.../licenses/{other => cddl}/LICENSE-jaxb-impl.txt | 0
dist/licenses/{other => cddl}/LICENSE-mail.txt | 0
dist/licenses/mit/LICENSE-waffle-jna.txt | 21 -----------
12 files changed, 79 insertions(+), 79 deletions(-)
diff --git a/dist/licenses/bsd/LICENSE-hyperscan.txt
b/dist/licenses/bsd/LICENSE-hyperscan.txt
deleted file mode 100644
index f6abd80c..00000000
--- a/dist/licenses/bsd/LICENSE-hyperscan.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-BSD 3-Clause License
-
-Copyright (c) 2017, Matthias Gliwka
-All rights reserved.
-
-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, 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 of the copyright holder 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.
\ No newline at end of file
diff --git a/dist/licenses/bsd/LICENSE-native.txt
b/dist/licenses/bsd/LICENSE-native.txt
deleted file mode 100644
index 1dbdc607..00000000
--- a/dist/licenses/bsd/LICENSE-native.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-BSD 3-Clause License
-
-Copyright (c) 2020, Matthias Gliwka
-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. Neither the name of the copyright holder 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.
\ No newline at end of file
diff --git a/dist/licenses/cc0/LICENCE-HdrHistogram.txt
b/dist/licenses/cc0/LICENCE-HdrHistogram.txt
new file mode 100644
index 00000000..ce8e7c0e
--- /dev/null
+++ b/dist/licenses/cc0/LICENCE-HdrHistogram.txt
@@ -0,0 +1,41 @@
+The code in this repository code was Written by Gil Tene, Michael Barker,
+and Matt Warren, and released to the public domain, as explained at
+http://creativecommons.org/publicdomain/zero/1.0/
+
+For users of this code who wish to consume it under the "BSD" license
+rather than under the public domain or CC0 contribution text mentioned
+above, the code found under this directory is *also* provided under the
+following license (commonly referred to as the BSD 2-Clause License). This
+license does not detract from the above stated release of the code into
+the public domain, and simply represents an additional license granted by
+the Author.
+
+-----------------------------------------------------------------------------
+** Beginning of "BSD 2-Clause License" text. **
+
+ Copyright (c) 2012, 2013, 2014, 2015, 2016 Gil Tene
+ Copyright (c) 2014 Michael Barker
+ Copyright (c) 2014 Matt Warren
+ 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.
+
+ 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.
\ No newline at end of file
diff --git a/dist/licenses/cc0/LICENSE-LatencyUtils.txt
b/dist/licenses/cc0/LICENSE-LatencyUtils.txt
new file mode 100644
index 00000000..334856f6
--- /dev/null
+++ b/dist/licenses/cc0/LICENSE-LatencyUtils.txt
@@ -0,0 +1,38 @@
+ * This code was Written by Gil Tene of Azul Systems, and released to the
+ * public domain, as explained at
http://creativecommons.org/publicdomain/zero/1.0/
+
+ For users of this code who wish to consume it under the "BSD" license
+ rather than under the public domain or CC0 contribution text mentioned
+ above, the code found under this directory is *also* provided under the
+ following license (commonly referred to as the BSD 2-Clause License). This
+ license does not detract from the above stated release of the code into
+ the public domain, and simply represents an additional license granted by
+ the Author.
+
+ -----------------------------------------------------------------------------
+ ** Beginning of "BSD 2-Clause License" text. **
+
+ Copyright (c) 2012, 2013, 2014 Gil Tene
+ 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.
+
+ 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.
\ No newline at end of file
diff --git a/dist/licenses/other/LICENSE-activation.txt
b/dist/licenses/cddl/LICENSE-activation.txt
similarity index 100%
rename from dist/licenses/other/LICENSE-activation.txt
rename to dist/licenses/cddl/LICENSE-activation.txt
diff --git a/dist/licenses/other/LICENSE-javax.annotation-api.txt
b/dist/licenses/cddl/LICENSE-javax.annotation-api.txt
similarity index 100%
rename from dist/licenses/other/LICENSE-javax.annotation-api.txt
rename to dist/licenses/cddl/LICENSE-javax.annotation-api.txt
diff --git a/dist/licenses/other/LICENSE-javax.mail.txt
b/dist/licenses/cddl/LICENSE-javax.mail.txt
similarity index 100%
rename from dist/licenses/other/LICENSE-javax.mail.txt
rename to dist/licenses/cddl/LICENSE-javax.mail.txt
diff --git a/dist/licenses/other/LICENSE-jaxb-api.txt
b/dist/licenses/cddl/LICENSE-jaxb-api.txt
similarity index 100%
rename from dist/licenses/other/LICENSE-jaxb-api.txt
rename to dist/licenses/cddl/LICENSE-jaxb-api.txt
diff --git a/dist/licenses/other/LICENSE-jaxb-core.txt
b/dist/licenses/cddl/LICENSE-jaxb-core.txt
similarity index 100%
rename from dist/licenses/other/LICENSE-jaxb-core.txt
rename to dist/licenses/cddl/LICENSE-jaxb-core.txt
diff --git a/dist/licenses/other/LICENSE-jaxb-impl.txt
b/dist/licenses/cddl/LICENSE-jaxb-impl.txt
similarity index 100%
rename from dist/licenses/other/LICENSE-jaxb-impl.txt
rename to dist/licenses/cddl/LICENSE-jaxb-impl.txt
diff --git a/dist/licenses/other/LICENSE-mail.txt
b/dist/licenses/cddl/LICENSE-mail.txt
similarity index 100%
rename from dist/licenses/other/LICENSE-mail.txt
rename to dist/licenses/cddl/LICENSE-mail.txt
diff --git a/dist/licenses/mit/LICENSE-waffle-jna.txt
b/dist/licenses/mit/LICENSE-waffle-jna.txt
deleted file mode 100644
index 860cf04c..00000000
--- a/dist/licenses/mit/LICENSE-waffle-jna.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) ${license.git.copyrightYears} The Waffle Project Contributors:
https://github.com/Waffle/waffle/graphs/contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]