From 131b25c4bf21874f187f4930bd2d1f0cfc0cd832 Mon Sep 17 00:00:00 2001 From: Alexander Song Date: Wed, 12 Apr 2023 11:08:07 -0700 Subject: [PATCH 1/5] chore: legal info --- COPYRIGHT | 5 +++++ README.md | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 COPYRIGHT diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000000..2fea3ba697 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,5 @@ +Copyright 2023 Arize AI, Inc. All Rights Reserved. + +Portions of this code are patent protected by one or more of U.S. Patent Nos. 11,315,043 and 11,615,345. The patent protection includes, but is not limited to, functionality enabled by executing the portions of the code, a device or a system executing the portions of the code, a memory storing the portions of the code, etc. + +This software is licensed under the terms of the Elastic License 2.0 (ELv2). See LICENSE. diff --git a/README.md b/README.md index 21a2c307a9..b16e1c0997 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,6 @@ Join our community to connect with thousands of machine learning practitioners a Copyright 2023 Arize AI, Inc. All Rights Reserved. -This software is licensed under the terms of the Elastic License 2.0 (ELv2) +Portions of this code are patent protected by one or more of U.S. Patent Nos. 11,315,043 and 11,615,345. The patent protection includes, but is not limited to, functionality enabled by executing the portions of the code, a device or a system executing the portions of the code, a memory storing the portions of the code, etc. + +This software is licensed under the terms of the Elastic License 2.0 (ELv2). See LICENSE. From 728d54cb7c0c6dee191900f0596ad56e2d200abb Mon Sep 17 00:00:00 2001 From: Alexander Song Date: Wed, 12 Apr 2023 11:54:47 -0700 Subject: [PATCH 2/5] feedback --- COPYRIGHT => IP_NOTICE | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename COPYRIGHT => IP_NOTICE (100%) diff --git a/COPYRIGHT b/IP_NOTICE similarity index 100% rename from COPYRIGHT rename to IP_NOTICE diff --git a/README.md b/README.md index b16e1c0997..8f22d8d79b 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,6 @@ Join our community to connect with thousands of machine learning practitioners a Copyright 2023 Arize AI, Inc. All Rights Reserved. -Portions of this code are patent protected by one or more of U.S. Patent Nos. 11,315,043 and 11,615,345. The patent protection includes, but is not limited to, functionality enabled by executing the portions of the code, a device or a system executing the portions of the code, a memory storing the portions of the code, etc. +Portions of this code are patent protected by one or more U.S. Patents. See IP_NOTICE. This software is licensed under the terms of the Elastic License 2.0 (ELv2). See LICENSE. From 6587c0c266535ada9d9f0f9a57cfc7ad5606eda7 Mon Sep 17 00:00:00 2001 From: Alexander Song Date: Wed, 12 Apr 2023 11:56:58 -0700 Subject: [PATCH 3/5] feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f22d8d79b..eec887f1ca 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Join our community to connect with thousands of machine learning practitioners a - [UMAP](https://github.com/lmcinnes/umap) For unlocking the ability to visualize and reason about embeddings - [HDBSCAN](https://github.com/scikit-learn-contrib/hdbscan) For providing a clustering algorithm to aid in the discovery of drift and performance degradation -## Copyright and License +## Copyright, Patent, and License Copyright 2023 Arize AI, Inc. All Rights Reserved. From 5e8c1f623c5b5ebfa50c171708a87f58855a5fb8 Mon Sep 17 00:00:00 2001 From: Alexander Song Date: Wed, 12 Apr 2023 12:36:17 -0700 Subject: [PATCH 4/5] add IP_NOTICE to license files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 446f01a765..922317ee0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "ML Observability in your notebook" readme = "README.md" requires-python = ">=3.8, <3.11" license = "Elastic-2.0" -license-files = { paths = ["LICENSE"] } +license-files = { paths = ["LICENSE", "IP_NOTICE"] } keywords = [ "Observability", "Monitoring", From 54ce633737bfb5d6c602e49cb14c75a4f6d567d2 Mon Sep 17 00:00:00 2001 From: Alexander Song Date: Wed, 12 Apr 2023 13:35:02 -0700 Subject: [PATCH 5/5] add links to LICENSE and IP_NOTICE files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eec887f1ca..4c8fbce0b2 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,6 @@ Join our community to connect with thousands of machine learning practitioners a Copyright 2023 Arize AI, Inc. All Rights Reserved. -Portions of this code are patent protected by one or more U.S. Patents. See IP_NOTICE. +Portions of this code are patent protected by one or more U.S. Patents. See [IP_NOTICE](https://github.com/Arize-ai/phoenix/blob/main/IP_NOTICE). -This software is licensed under the terms of the Elastic License 2.0 (ELv2). See LICENSE. +This software is licensed under the terms of the Elastic License 2.0 (ELv2). See [LICENSE](https://github.com/Arize-ai/phoenix/blob/main/LICENSE).