Remove unnecessary year cookiecutter variable

master
Steven Loria 10 years ago
parent 757d152699
commit 2e6a61f45e
  1. 3
      cookiecutter.json
  2. 2
      {{cookiecutter.app_name}}/LICENSE

@ -4,6 +4,5 @@
"github_username": "sloria",
"project_name": "My Flask App",
"app_name": "myflaskapp",
"project_short_description": "A flasky app.",
"year": "2014"
"project_short_description": "A flasky app."
}

@ -1,4 +1,4 @@
Copyright (c) {{ cookiecutter.year }}, {{ cookiecutter.full_name }}
Copyright (c) 2014, {{ cookiecutter.full_name }}
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Loading…
Cancel
Save