From: Florian Forster Date: Fri, 10 Sep 2010 07:57:50 +0000 (+0200) Subject: README: Document the licenses of the JavaScript libraries. X-Git-Tag: v4.0.0~17 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=d217bd20632bfaf1823ea1729d005bcc6ce2ca3f;hp=192716011b71cbde13aa9d4a181181124bb4043f README: Document the licenses of the JavaScript libraries. --- diff --git a/README b/README index 94ab32b..562b934 100644 --- a/README +++ b/README @@ -56,13 +56,13 @@ Concepts In the future it shall be possible to use multiple data providers in parallel. The vision is to have multiple servers running RRDCacheD. Data is distributed to those servers using the "Hashed" match of collectd and then a - unified interface is provided via collection 4. + unified interface is provided via c4. Dependencies ------------ - collection 4 currently requires the following libraries: + c4 currently requires the following libraries: * libfcgi @@ -99,6 +99,15 @@ License version 2.1. The exact license terms are available in the file "COPYING" in the top source directory. + c4 includes the JavaScript library "jQuery" which is dual-licensed under the + MIT license and the GPL. The file "share/jquery-1.4.2.min.js" includes a + license header which points you to more detailed information. + + c4 includes the JavaScript libraries "Raphaël" and "gRaphaël" which are + licensed under the MIT license. The files "share/raphael-min.js", + "share/g.raphael-min.js", and "share/g.line-min.js" each include a license + header which points you to more detailed information. + Author ------