This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch license-front in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 85f96a15d8b519d03f47440c69a7264847a455a6 Author: tomsun28 <[email protected]> AuthorDate: Sun Sep 22 11:08:34 2024 +0800 [license] add ngx query builder license Signed-off-by: tomsun28 <[email protected]> --- material/licenses/LICENSE | 1 + material/licenses/frontend/LICENSE | 1 + .../licenses/frontend/LICENSE-ngx-query-builder.txt | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+) diff --git a/material/licenses/LICENSE b/material/licenses/LICENSE index db28f6945..95cae41b7 100644 --- a/material/licenses/LICENSE +++ b/material/licenses/LICENSE @@ -688,6 +688,7 @@ The text of each license is also included in licenses/LICENSE-[project].txt. https://npmjs.com/package/@delon/mock/v/15.2.1 15.2.1 MIT https://npmjs.com/package/@delon/theme/v/15.2.1 15.2.1 MIT https://npmjs.com/package/@delon/util/v/15.2.1 15.2.1 MIT + https://npmjs.com/package/@kerwin612/ngx-query-builder 0.6.4 MIT https://npmjs.com/package/@github/hotkey/v/2.3.1 2.3.1 MIT https://npmjs.com/package/@types/d3-timer/v/2.0.3 2.0.3 MIT https://npmjs.com/package/@types/mockjs/v/1.0.10 1.0.10 MIT diff --git a/material/licenses/frontend/LICENSE b/material/licenses/frontend/LICENSE index 2eea90caf..9ff763fd3 100644 --- a/material/licenses/frontend/LICENSE +++ b/material/licenses/frontend/LICENSE @@ -302,6 +302,7 @@ The text of each license is also included in licenses/LICENSE-[project].txt. https://npmjs.com/package/@delon/mock/v/15.2.1 15.2.1 MIT https://npmjs.com/package/@delon/theme/v/15.2.1 15.2.1 MIT https://npmjs.com/package/@delon/util/v/15.2.1 15.2.1 MIT + https://npmjs.com/package/@kerwin612/ngx-query-builder 0.6.4 MIT https://npmjs.com/package/@github/hotkey/v/2.3.1 2.3.1 MIT https://npmjs.com/package/@types/d3-timer/v/2.0.3 2.0.3 MIT https://npmjs.com/package/@types/mockjs/v/1.0.10 1.0.10 MIT diff --git a/material/licenses/frontend/LICENSE-ngx-query-builder.txt b/material/licenses/frontend/LICENSE-ngx-query-builder.txt new file mode 100644 index 000000000..1f24a0176 --- /dev/null +++ b/material/licenses/frontend/LICENSE-ngx-query-builder.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Zeb Zhao + +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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
