From 88a3907d29501aa3593fa40f263337fdcdaca358 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Fri, 11 Oct 2024 09:52:40 +0300 Subject: [PATCH] Adds Chart.js license --- CHANGELOG.md | 2 ++ README.md | 2 ++ license-chartjs | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 license-chartjs diff --git a/CHANGELOG.md b/CHANGELOG.md index 616650f..3d65d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 initial support for application logs - Added help page +- Added support for graphs by Chart.js +- Added "graphs" section in sidebar with graphs and latest data pages ### Changed - Jitsi platforms config moved from file to SQLite database diff --git a/README.md b/README.md index 12ea150..6eef886 100644 --- a/README.md +++ b/README.md @@ -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. +Chart.js is used in this project and is licensed under the MIT License. See license-chartjs file. + ## requirements - web server (deb: apache | nginx) diff --git a/license-chartjs b/license-chartjs new file mode 100644 index 0000000..1ba0082 --- /dev/null +++ b/license-chartjs @@ -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.