This is an automated email from the ASF dual-hosted git repository.
LauraXia123 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new b01fe805c6 web-v2(license): minor license update (#11522)
b01fe805c6 is described below
commit b01fe805c6e67137ea586ed49a4b9de97d8a6a7e
Author: Qian Xia <[email protected]>
AuthorDate: Wed Jun 10 11:19:08 2026 +0800
web-v2(license): minor license update (#11522)
### What changes were proposed in this pull request?
update `sql-formatter` `sql-highlight` under MIT license
### Why are the changes needed?
N/A
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
---
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