From 8c0a1627fe934c436e735739c962ebec8e14fda6 Mon Sep 17 00:00:00 2001 From: Ebrahim Ebrahim Date: Wed, 15 May 2024 16:11:10 -0400 Subject: [PATCH] fix: remove template variables from apache license appendix (#429) I believe the appendix is actually supposed to have the brackets there and no year+name substitution already done. --- .../{% if cookiecutter.license=='Apache' %}LICENSE{% endif %} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/{% if cookiecutter.license=='Apache' %}LICENSE{% endif %} b/{{cookiecutter.project_name}}/{% if cookiecutter.license=='Apache' %}LICENSE{% endif %} index 9096ca6b..d6456956 100644 --- a/{{cookiecutter.project_name}}/{% if cookiecutter.license=='Apache' %}LICENSE{% endif %} +++ b/{{cookiecutter.project_name}}/{% if cookiecutter.license=='Apache' %}LICENSE{% endif %} @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {{ cookiecutter.__year }} {{ cookiecutter.full_name }} + 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.