This is an automated email from the ASF dual-hosted git repository.
mchades pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new a14feff72a [Cherry-pick to branch-1.3] web-v2(license): minor license
update (#11522) (#11548)
a14feff72a is described below
commit a14feff72acd2cd8a30fd88fc71b32899f3cf0d2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 18:01:06 2026 +0800
[Cherry-pick to branch-1.3] web-v2(license): minor license update (#11522)
(#11548)
**Cherry-pick Information:**
- Original commit: b01fe805c6e67137ea586ed49a4b9de97d8a6a7e
- Target branch: `branch-1.3`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qian Xia <[email protected]>
---
web-v2/web/LICENSE.bin | 2 ++
web-v2/web/licenses/sql-formatter.txt | 23 +++++++++++++++++++++++
web-v2/web/licenses/sql-highlight.txt | 21 +++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/web-v2/web/LICENSE.bin b/web-v2/web/LICENSE.bin
index fd11678c88..77caaa5acc 100644
--- a/web-v2/web/LICENSE.bin
+++ b/web-v2/web/LICENSE.bin
@@ -721,6 +721,8 @@
side-channel-map
side-channel-weakmap
sirv
+ sql-formatter
+ sql-highlight
stable-hash
stack-generator
stackback
diff --git a/web-v2/web/licenses/sql-formatter.txt
b/web-v2/web/licenses/sql-formatter.txt
new file mode 100644
index 0000000000..b2ef2aa0c5
--- /dev/null
+++ b/web-v2/web/licenses/sql-formatter.txt
@@ -0,0 +1,23 @@
+The MIT License (MIT)
+
+Copyright (c) 2016-2020 ZeroTurnaround LLC
+Copyright (c) 2020-2021 George Leslie-Waksman and other contributors
+Copyright (c) 2021-Present inferrinizzard and other 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
diff --git a/web-v2/web/licenses/sql-highlight.txt
b/web-v2/web/licenses/sql-highlight.txt
new file mode 100644
index 0000000000..c9204ee895
--- /dev/null
+++ b/web-v2/web/licenses/sql-highlight.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018 Malcolm Nihlén
+
+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