Skip to content

Commit 8304806

Browse files
authored
chore: legal info (#583)
* chore: legal info * feedback * feedback * add IP_NOTICE to license files * add links to LICENSE and IP_NOTICE files
1 parent 0bfbfa1 commit 8304806

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

IP_NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Copyright 2023 Arize AI, Inc. All Rights Reserved.
2+
3+
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.
4+
5+
This software is licensed under the terms of the Elastic License 2.0 (ELv2). See LICENSE.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@ Join our community to connect with thousands of machine learning practitioners a
117117
- [UMAP](https://github.com/lmcinnes/umap) For unlocking the ability to visualize and reason about embeddings
118118
- [HDBSCAN](https://github.com/scikit-learn-contrib/hdbscan) For providing a clustering algorithm to aid in the discovery of drift and performance degradation
119119

120-
## Copyright and License
120+
## Copyright, Patent, and License
121121

122122
Copyright 2023 Arize AI, Inc. All Rights Reserved.
123123

124-
This software is licensed under the terms of the Elastic License 2.0 (ELv2)
124+
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).
125+
126+
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).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "ML Observability in your notebook"
44
readme = "README.md"
55
requires-python = ">=3.8, <3.11"
66
license = "Elastic-2.0"
7-
license-files = { paths = ["LICENSE"] }
7+
license-files = { paths = ["LICENSE", "IP_NOTICE"] }
88
keywords = [
99
"Observability",
1010
"Monitoring",

0 commit comments

Comments
 (0)