diff options
author | 2008-03-03 21:58:51 -0500 | |
---|---|---|
committer | 2008-03-03 21:58:51 -0500 | |
commit | 63da421a2987c5d71c7adb99d0b82c32116c55ba (patch) | |
tree | cedf0a9f37522f174fe3b17498b67929460eceff /modules/new | |
parent | aa77a1a37c8f2e88957bdd8ad1b4e0476452ddd7 (diff) | |
download | textadept-63da421a2987c5d71c7adb99d0b82c32116c55ba.tar.gz textadept-63da421a2987c5d71c7adb99d0b82c32116c55ba.zip |
Updated copyright notice to include the year 2008.
Diffstat (limited to 'modules/new')
-rwxr-xr-x | modules/new | 6 |
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. |