summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <tasos@netdata.cloud>2023-07-19 21:28:56 +0300
committerTasos Katsoulas <tasos@netdata.cloud>2023-07-19 21:28:56 +0300
commitf71fb954bb3c80614b0ddc84f73f98b7dcc96d6c (patch)
treebcfc0bdf68fef2fcd44fcd7652fc2a4693b7c341
parent7c409bdea02bc9bc94d7a47506bfb9f26c0bbe4b (diff)
Include licenseinclude-license
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rw-r--r--web/gui/v2/LICENSE.md42
-rw-r--r--web/gui/v2/Makefile.am3
2 files changed, 44 insertions, 1 deletions
diff --git a/web/gui/v2/LICENSE.md b/web/gui/v2/LICENSE.md
new file mode 100644
index 0000000000..865d094f17
--- /dev/null
+++ b/web/gui/v2/LICENSE.md
@@ -0,0 +1,42 @@
+# Netdata Cloud UI License v1.0 (NCUL1)
+
+## Acceptance
+By using the software, you agree to all of the terms and conditions below.
+
+## Copyright License
+The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available the software, in each case subject to the limitations, restrictions and conditions below.
+
+## Limitations
+This license allows you to use the Software only to interface with the licensor's other software components, such as Netdata Agents and Netdata Cloud. Any use with replacements for these components is not permitted.
+
+## Restrictions
+The Software is provided in a binary form for use by end-users. You may not reverse engineer, decompile, disassemble, or modify the Software. The Software is licensed as a single product and its component parts may not be separated.
+
+## Patents
+If you or your company make any written claim that the software infringes or contributes to infringement of any patent, your license for the software granted under these terms ends immediately. If your company makes such a claim, your license ends immediately for work on behalf of your company.
+
+## Notices
+You must ensure that anyone who gets a copy of the Software from you also gets a copy of these terms.
+
+## No Other Rights
+These terms do not imply any licenses other than those expressly granted in these terms.
+
+## Termination
+If you use the Software in violation of any of these terms, such use is not licensed, and your licenses will automatically terminate. If the licensor provides you with a notice of your violation, and you cease all violations of this license no later than 30 days after you receive that notice, your licenses will be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your licenses to terminate automatically and permanently.
+
+## No Warranties and No Liability
+The software comes "As Is", without any express or implied warranties of any kind, including but not limited to any warranties of merchantability, non-infringement, or fitness for a particular purpose. The licensor will not be liable to you for any damages arising out of these terms or the use or nature of the Software, under any kind of legal claim.
+
+## Open Source Components
+The software includes certain third party open source components. Each of these components is subject to its own license. The list of open-source components used by Netdata Cloud UI is [here](https://app.netdata.cloud/3D_PARTY_LICENSES.txt).
+
+## Definitions
+The "licensor" is Netdata Inc., the entity offering these terms, and the "**software**" is the Netdata Cloud UI software the licensor makes available under these terms, including any portion of it.
+
+"**you**" refers to the individual or entity agreeing to these terms.
+
+"**your company**" is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. "**Control**" means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
+
+"**your licenses**" are all the licenses granted to you for the software under these terms.
+
+"**use**" means anything you do with the software requiring one of your licenses.
diff --git a/web/gui/v2/Makefile.am b/web/gui/v2/Makefile.am
index 474813e572..7d67acbee0 100644
--- a/web/gui/v2/Makefile.am
+++ b/web/gui/v2/Makefile.am
@@ -5,7 +5,8 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
- $(srcdir)/README.md
+ $(srcdir)/README.md \
+ $(srcdir)/LICENSE.md
webv2dir=$(webdir)/v2