From 618fcbfff49b4da73925f1624b5a4ae147a42501 Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Wed, 23 Mar 2016 16:19:23 -0400 Subject: [PATCH] Fix BSD not printing issue --- {{ cookiecutter.repo_name }}/LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.repo_name }}/LICENSE b/{{ cookiecutter.repo_name }}/LICENSE index 02f35c0..e6d8e81 100644 --- a/{{ cookiecutter.repo_name }}/LICENSE +++ b/{{ cookiecutter.repo_name }}/LICENSE @@ -7,7 +7,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -{% elif cookiecutter.license == 'BSD' %} +{% elif cookiecutter.open_source_license == 'BSD' %} Copyright (c) {{ cookiecutter.year }}, {{ cookiecutter.author_name }} All rights reserved.