From c05803f3ee9443aaa9fd931a4f50dabeda889ba5 Mon Sep 17 00:00:00 2001 From: Ryotaro Banno Date: Fri, 2 Feb 2024 04:50:51 +0000 Subject: [PATCH] LICENSE: fix 'APPENDIX' section not to update the Copyright boilerplate The description of "Copyright [yyyy] [name of copyright owner]" in the APPENDIX section of Apache License Version 2.0 is a boilerplate notice, and is not supposed to be changed to the author's copyright. This patch reverts it. Signed-off-by: Ryotaro Banno --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index abe57d6..d645695 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022 The pie Authors. All rights reserved. + 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.