From ed2233027bf95cae1049bc8c5da5549c4b6d6932 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Thu, 21 May 2015 23:21:41 -0700 Subject: [PATCH] config: Add a central date place (for License) --- cookiecutter.json | 1 + puppet-{{cookiecutter.project_name}}/LICENSE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 8376f58..4339acc 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,4 +1,5 @@ { "project_name": "YOURPROJECTNAME without 'puppet-'", "version": "0.0.1", + "year":"2015" } diff --git a/puppet-{{cookiecutter.project_name}}/LICENSE b/puppet-{{cookiecutter.project_name}}/LICENSE index 8c06f5e..545531f 100644 --- a/puppet-{{cookiecutter.project_name}}/LICENSE +++ b/puppet-{{cookiecutter.project_name}}/LICENSE @@ -1,4 +1,4 @@ -Copyright 2015 OpenStack Foundation +Copyright {{cookiecutter.year}} OpenStack Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.