From ca1858caade6385f5424e16f53da5d38f2fcb3b2 Mon Sep 17 00:00:00 2001 From: Andrea Kao Date: Thu, 5 Apr 2018 23:06:28 -0700 Subject: [PATCH] edit Argo license info so that GitHub recognizes it (#823) GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license. This commit removes the COPYRIGHT file and updates the LICENSE file to reference "The Argo Authors". This all allows Licensee to successfully identify the license type of Argo's codebase as Apache 2.0. Signed-off-by: Andrea Kao --- COPYRIGHT | 13 ------------- LICENSE | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 COPYRIGHT diff --git a/COPYRIGHT b/COPYRIGHT deleted file mode 100644 index 42e886ebe3dc..000000000000 --- a/COPYRIGHT +++ /dev/null @@ -1,13 +0,0 @@ -Copyright 2017-2018 The Argo Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License.. diff --git a/LICENSE b/LICENSE index d64569567334..67e99b065bcd 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2017-2018 The Argo Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.