11{%- if cookiecutter.license == "BSD" %}
22BSD 3-Clause License
33
4- Copyright (c) {{ cookiecutter.year }}, {{ cookiecutter.full_name }}.
4+ Copyright (c) {{ cookiecutter.__year }}, {{ cookiecutter.full_name }}.
55All rights reserved.
66
77Redistribution and use in source and binary forms, with or without
@@ -218,7 +218,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
218218 same "printed page" as the copyright notice for easier
219219 identification within third-party archives.
220220
221- Copyright {{ cookiecutter.year }} {{ cookiecutter.full_name }}
221+ Copyright {{ cookiecutter.__year }} {{ cookiecutter.full_name }}
222222
223223 Licensed under the Apache License, Version 2.0 (the "License");
224224 you may not use this file except in compliance with the License.
@@ -232,7 +232,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
232232 See the License for the specific language governing permissions and
233233 limitations under the License.
234234{%- elif cookiecutter.license == "MIT" %}
235- Copyright {{ cookiecutter.year }} {{ cookiecutter.full_name }}
235+ Copyright {{ cookiecutter.__year }} {{ cookiecutter.full_name }}
236236
237237Permission is hereby granted, free of charge, to any person obtaining a copy of
238238this software and associated documentation files (the "Software"), to deal in
0 commit comments