| 1 | # Redistributed software |
| 2 | |
| 3 | Netdata copyright info:<br/> |
| 4 | Copyright 2018-2025 Netdata Inc.<br/> |
| 5 | Released under [GPL v3 or later](https://raw.githubusercontent.com/netdata/netdata/master/LICENSE). |
| 6 | |
| 7 | Netdata uses SPDX license tags to identify the license for its files. |
| 8 | Individual licenses referenced in the tags are available on the [SPDX project site](http://spdx.org/licenses/). |
| 9 | |
| 10 | Netdata redistributes the Netdata Cloud UI, licensed under [Netdata Cloud UI License v1.0 (NCUL1)](https://app.netdata.cloud/LICENSE.txt). Netdata Cloud UI includes [third party open-source software](https://app.netdata.cloud/3D_PARTY_LICENSES.txt). |
| 11 | |
| 12 | Netdata redistributes the following third-party software. |
| 13 | We have decided to redistribute all these, instead of using them through a CDN, to allow Netdata to work in cases where Internet connectivity is not available. |
| 14 | |
| 15 | **Netdata Agent**: |
| 16 | |
| 17 | | Name | Copyright | License | |
| 18 | |-------------------------------------------------------------------------|------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------| |
| 19 | | [Kolmogorov-Smirnov distribution](http://simul.iro.umontreal.ca/ksdir/) | Copyright March 2010 by Université de Montréal, Richard Simard and Pierre L'Ecuyer | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) | |
| 20 | | [xxHash](https://github.com/Cyan4973/xxHash) | Copyright (c) 2012-2021 Yann Collet | [BSD](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE) | |
| 21 | | [Judy Arrays](https://sourceforge.net/projects/judy/) | Copyright (C) 2000 - 2002 Hewlett-Packard Company | [LGPLv2](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) | |
| 22 | | [dlib](https://github.com/davisking/dlib/) | Copyright (C) 2019 Davis E. King (davis@dlib.net), Nils Labugt | [Boost Software License](https://github.com/davisking/dlib/blob/master/dlib/LICENSE.txt) | |
| 23 | | [DB-IP ASN Lite](https://db-ip.com/db/download/ip-to-asn-lite) | DB-IP.com | [CC BY 4.0](https://db-ip.com/db/lite.php) | |
| 24 | | [DB-IP City Lite](https://db-ip.com/db/download/ip-to-city-lite) | DB-IP.com | [CC BY 4.0](https://db-ip.com/db/lite.php) | |
| 25 | |
| 26 | --- |
| 27 | |
| 28 | **python.d.plugin**: |
| 29 | |
| 30 | | Name | Copyright | License | |
| 31 | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------|------------------------------------------------------------------| |
| 32 | | [PyYAML](https://pypi.org/project/PyYAML/) | Copyright 2006, Kirill Simonov | [MIT](https://github.com/yaml/pyyaml/blob/master/LICENSE) | |
| 33 | | [urllib3](https://github.com/shazow/urllib3) | Copyright 2008-2016 Andrey Petrov and contributors | [MIT](https://github.com/shazow/urllib3/blob/master/LICENSE.txt) | |
| 34 | | [Utilities for writing code that runs on Python 2 and 3](https://raw.githubusercontent.com/netdata/netdata/master/src/collectors/python.d.plugin/python_modules/urllib3/packages/six.py) | Copyright (c) 2010-2015 Benjamin Peterson | [MIT](https://github.com/benjaminp/six/blob/master/LICENSE) | |
| 35 | | [monotonic](https://github.com/atdt/monotonic) | Copyright 2014, 2015, 2016 Ori Livneh | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | |
| 36 | | [filelock](https://github.com/benediktschmitt/py-filelock) | Copyright 2015, Benedikt Schmitt | [Unlicense](https://unlicense.org/) | |
| 37 | |
| 38 | --- |
| 39 | |
| 40 | **go.d.plugin**: |
| 41 | |
| 42 | | Name | Copyright | License | |
| 43 | |------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|-------------------------------------------------------------------------------------------------------------| |
| 44 | | [lmsensors](https://github.com/mdlayher/lmsensors) | Copyright 2016, Matt Layher | [MIT](https://github.com/mdlayher/lmsensors/blob/master/LICENSE.md) | |
| 45 | | [snmp profiles](https://github.com/DataDog/integrations-core/tree/master/snmp/datadog_checks/snmp/data/default_profiles) | Copyright (c) 2016, Datadog, Inc. | [BSD 3-Clause "New" or "Revised" License](https://github.com/DataDog/integrations-core/blob/master/LICENSE) | |
| 46 | | [snmp networkdevice/profile/profiledefinition](https://github.com/DataDog/datadog-agent/tree/main/pkg/networkdevice/profile/profiledefinition) | Copyright 2016-present Datadog, Inc. | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | |