aboutsummaryrefslogtreecommitdiff
path: root/modules/new
diff options
context:
space:
mode:
Diffstat (limited to 'modules/new')
-rwxr-xr-xmodules/new6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/new b/modules/new
index 4cf334f2..746ffd54 100755
--- a/modules/new
+++ b/modules/new
@@ -6,7 +6,7 @@
mkdir $1
cat > $1/init.lua <<_EOF
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The $1 module.
@@ -38,7 +38,7 @@ end
_EOF
cat > $1/snippets.lua <<_EOF
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Snippets for the $1 module.
@@ -52,7 +52,7 @@ end
_EOF
cat > $1/commands.lua <<_EOF
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Commands for the $1 module.