From dc6e9f63deaea9d587bba3ab2ce3f9c240bc3e2a Mon Sep 17 00:00:00 2001 From: Chaoyu Date: Sun, 19 Jan 2020 23:22:04 -0800 Subject: [PATCH] License notice file update (#481) * Update setup.py * Update LICENSE --- LICENSE | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9e9f8..231bcb00f2e 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 Atalaya Tech. Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index aaa4b393c25..9ccea8ba2cd 100644 --- a/setup.py +++ b/setup.py @@ -110,6 +110,7 @@ description="A platform for serving and deploying machine learning models in the " "cloud", long_description=long_description, + license="Apache License 2.0", long_description_content_type="text/markdown", install_requires=install_requires, extras_require=extras_require,