Documentation updates, small whiteboard report fix

git-svn-id: svn://192.168.202.10@3071 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-03-07 21:31:29 +00:00
parent 66f3cff08b
commit bf654315f6
3 changed files with 57 additions and 7 deletions
+39
View File
@@ -294,6 +294,7 @@ The above AGPLv2 license is what the entire VICIdial codebase is released under.
We have also incorporated another small open-soruce project's code into VICIdial
, pure-knob, that is under the Apache 2.0 License, which is shown below:
Andre Plötze, © 2018
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -499,3 +500,41 @@ We have also incorporated another small open-soruce project's code into VICIdial
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
We have also incorporated another small open-soruce project's code into VICIdial
, Chart.js, that is under the MIT License, which is shown below:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The MIT License (MIT)
Copyright (c) 2018 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.