diff options
Diffstat (limited to 'priv/templates/license.template')
-rw-r--r-- | priv/templates/license.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/templates/license.template b/priv/templates/license.template new file mode 100644 index 0000000..b903017 --- /dev/null +++ b/priv/templates/license.template @@ -0,0 +1,7 @@ +{variables, [{appid, "myapp"} + ,{copyright_year, "2014"} + ,{copyright_holder, "Geoff Cant"} + ,{author_name, "Geoff Cant"} + ,{author_email, "nem@erlang.geek.nz"} + ]}. +{template, "LICENSE", "LICENSE"}. |