From dbec7765e2af8f054d1c5bb49ca2324c4c03aad6 Mon Sep 17 00:00:00 2001 From: Susan Potter Date: Tue, 8 Feb 2011 19:58:10 -0600 Subject: [PATCH] Update default copyright_year to 2011 in ztmod. --- ztmod.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ztmod.template b/ztmod.template index 09fc23f..2a7af10 100644 --- a/ztmod.template +++ b/ztmod.template @@ -2,7 +2,7 @@ {module_name, "mymodule"}, {module_title, "Zotonic Module Title"}, {module_priority, "500"}, - {copyright_year, "2010"}, + {copyright_year, "2011"}, {author_name, "Susan Potter"}, {author_email,"me@susanpotter.net"}, {description, "."} @@ -10,7 +10,7 @@ {dir, ["mod_{{module_name}}"]}. {dir, ["mod_{{module_name}}", "actions"]}. {dir, ["mod_{{module_name}}", "dispatch"]}. -%{dir, ["mod_{{module_name}}", "lib"]}. +{dir, ["mod_{{module_name}}", "lib"]}. {dir, ["mod_{{module_name}}", "lib", "css"]}. {dir, ["mod_{{module_name}}", "lib", "images"]}. {dir, ["mod_{{module_name}}", "lib", "js"]}.