Adds Chart.js license

main
Yasen Pramatarov 2024-10-11 09:52:40 +03:00
parent 71c636f297
commit 88a3907d29
3 changed files with 25 additions and 0 deletions

View File

@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
- Added pagination (with ellipses) for the longer listings - Added pagination (with ellipses) for the longer listings
- Added initial support for application logs - Added initial support for application logs
- Added help page - Added help page
- Added support for graphs by Chart.js
- Added "graphs" section in sidebar with graphs and latest data pages
### Changed ### Changed
- Jitsi platforms config moved from file to SQLite database - Jitsi platforms config moved from file to SQLite database

View File

@ -36,6 +36,8 @@ Bootstrap is used in this project and is licensed under the MIT License. See lic
JQuery is used in this project and is licensed under the MIT License. See license-jquery file. JQuery is used in this project and is licensed under the MIT License. See license-jquery file.
Chart.js is used in this project and is licensed under the MIT License. See license-chartjs file.
## requirements ## requirements
- web server (deb: apache | nginx) - web server (deb: apache | nginx)

21
license-chartjs 100644
View File

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2014-2024 Chart.js 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.