Skip to content

Commit 8c0a162

Browse files
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.
1 parent 3b57bfd commit 8c0a162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/{% if cookiecutter.license=='Apache' %}LICENSE{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright {{ cookiecutter.__year }} {{ cookiecutter.full_name }}
190+
Copyright [yyyy] [name of copyright owner]
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)