diff --git a/README.md b/README.md index f80111fdef..d4e46e41d9 100644 --- a/README.md +++ b/README.md @@ -100,15 +100,7 @@ exception): of the GNU GPL v3 in regard to all of the remaining software (comprising LibreNMS). - The authorised third-party software packages under this exception are as - follows (their title, location, and license are noted where known): - - JpGraph (html/includes/jpgraph): QPL 1.0 license - - MIBS (mibs): unknown/various - - html/graph-realtime.php: BSD (original?) - - html/includes/collectd/: GPLv2 only - - overLIB (html/js/overlib_mini.js): modified Artistic 1.0? - - scripts/*/mysql: GPLv2 only - - check_mk (scripts/check_mk*): GPLv2 + Please see [Acknowledgements][17] [1]: https://groups.google.com/forum/#!forum/librenms-project "LibreNMS" [2]: https://github.com/librenms/librenms "Main LibreNMS GitHub repo" @@ -126,3 +118,4 @@ exception): [14]: https://github.com/librenms/librenms/tree/master/LICENSE.txt [15]: http://docs.librenms.org/General/Contributing/ [16]: http://docs.librenms.org/ +[17]: http://docs.librenms.org/General/Acknowledgement/ diff --git a/doc/General/Acknowledgement.md b/doc/General/Acknowledgement.md new file mode 100644 index 0000000000..dac45b9945 --- /dev/null +++ b/doc/General/Acknowledgement.md @@ -0,0 +1,36 @@ +LibreNMS 3rd party acknowledgements +----------------------------------- + +#### 3rd Party GPLv3 Compliant + + - Bootstrap (http://getbootstrap.com/): MIT + - Font Awesome (http://fontawesome.io/icons/): MIT License + - Jquery Bootgrid (http://www.jquery-bootgrid.com/): MIT License + - Pace (https://github.com/HubSpot/pace): Open License + - Twitter typeahead (http://twitter.github.io/typeahead.js/): Open License + - Vis (http://visjs.org/): MIT / Apache 2.0 + - TCPDF (http://www.tcpdf.org): LGPLv3 + - Bootstrap 3 Datepicker (http://eonasdan.github.io/bootstrap-datetimepicker/): MIT + - Bootstrap Dropdown Hover Plugin (https://github.com/CWSpear/bootstrap-hover-dropdown): MIT + - Bootstrap Switch (http://www.bootstrap-switch.org/): Apache 2.0 + - Handlebars (http://handlebarsjs.com/): Open License + - Cycle2 (http://jquery.malsup.com/cycle2/): MIT/GPL + - Jquery (https://jquery.com/): MIT + - Jquery UI (https://jqueryui.com/): MIT + - Jquery QRCode (http://larsjung.de/jquery-qrcode/): MIT + - Mktree (http://www.mattkruse.com/javascript/mktree/): Open License + - Moment (http://momentjs.com/): MIT + - Tag Manager (http://soliantconsulting.github.io/tagmanager/): MIT + - TW Sack (https://code.google.com/p/tw-sack/): GPLv3 + +#### 3rd Party GPLv3 Non-compliant + + - JpGraph (html/includes/jpgraph): QPL 1.0 license + - MIBS (mibs): unknown/various + - html/graph-realtime.php: BSD (original?) + - html/includes/collectd/: GPLv2 only + - overLIB (html/js/overlib_mini.js): modified Artistic 1.0? + - scripts/*/mysql: GPLv2 only + - check_mk (scripts/check_mk*): GPLv2 + +