Skip to content

Commit

Permalink
Add default copyright_year variable for finsrv
Browse files Browse the repository at this point in the history
A default copyright_year variable value set to "2011" for finsrv
template.
  • Loading branch information
mbbx6spp committed Feb 9, 2011
1 parent 454c732 commit 0b75c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finsrv.template
@@ -1,5 +1,6 @@
{variables, [ {variables, [
{name, "myserver"}, {name, "myserver"},
{copyright_year, "2011"},
{author_name, "Susan Potter"}, {author_name, "Susan Potter"},
{author_email, "me@susanpotter.net"}]}. {author_email, "me@susanpotter.net"}]}.
{template, "finsrv.erl", "src/{{name}}_srv.erl"}. {template, "finsrv.erl", "src/{{name}}_srv.erl"}.

0 comments on commit 0b75c98

Please sign in to comment.