From 7a22b3854eca43aa76ea0caa785c16a508b96299 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 2 Jan 2019 22:21:34 -0500 Subject: [PATCH] Fix Apache license copyright template. This line is not supposed to be a specific copyright holder or year; it's a template line, and should have been transferred as-is from the Apache 2.0 license, which can be found at https://www.apache.org/licenses/LICENSE-2.0.txt Signed-off-by: Misha Brukman --- APACHE-2.0.txt | 2 +- LICENSE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/APACHE-2.0.txt b/APACHE-2.0.txt index 67c6e9d..d645695 100644 --- a/APACHE-2.0.txt +++ b/APACHE-2.0.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 JanusGraph Python Authors + Copyright [yyyy] [name of copyright owner] 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/LICENSE.txt b/LICENSE.txt index dcd0ca7..15a652e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -205,7 +205,7 @@ For convenience, copies of APACHE-2.0 and CC-BY-4.0 are included verbatim below. same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 JanusGraph Python Authors + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.