This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch release-1.6.0-rc1 in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 8e947652ff6ffdb43ccceaa5213b42792f1f84ad Author: tomsun28 <[email protected]> AuthorDate: Tue May 7 21:58:03 2024 +0800 [improve] prepare for release hertzbeat v1.6.0 Signed-off-by: tomsun28 <[email protected]> --- LICENSE | 1 + material/licenses/frontend/LICENSE-ng-alain.txt | 21 +++++++++++++++++++++ web-app/README.md | 6 ++++++ 3 files changed, 28 insertions(+) diff --git a/LICENSE b/LICENSE index ed290a29f..415987bc7 100644 --- a/LICENSE +++ b/LICENSE @@ -206,6 +206,7 @@ MIT License The following components are provided under the MIT License These files from https://github.com/ng-alain/ng-alain +The text of the license is included in material/licenses/frontend/LICENSE-ng-alain.txt web-app/src/app/core/** web-app/src/app/layout/** diff --git a/material/licenses/frontend/LICENSE-ng-alain.txt b/material/licenses/frontend/LICENSE-ng-alain.txt new file mode 100644 index 000000000..526ac71cc --- /dev/null +++ b/material/licenses/frontend/LICENSE-ng-alain.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018-present 卡色<[email protected]> + +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. diff --git a/web-app/README.md b/web-app/README.md index 12d87588e..780660770 100644 --- a/web-app/README.md +++ b/web-app/README.md @@ -1,5 +1,11 @@ ## Hertzbeat Web-App +:::tip + +HertzBeat Web-App is a fork from [ng-alain](https://github.com/ng-alain/ng-alain/). Check [LICENSE](/LICENSE) and [license-ng-alain.txt](/material/licenses/frontend/LICENSE-ng-alain.txt) for more details. + +::: + ### Quickly Start 1. Need `Node Yarn` Environment, Make sure `Node.js >= 18` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
