diff options
author | 2009-01-01 09:40:21 -0500 | |
---|---|---|
committer | 2009-01-01 09:40:21 -0500 | |
commit | f8d164035d1c33343e875dff368e7ab3bf9884d8 (patch) | |
tree | 0b2ec610cfa8e4370b6f2fea63f7186cfe48c953 /scripts/gen_iface.lua | |
parent | 2eaa5fc28bcfab10bb824faff740f3acab354158 (diff) | |
download | textadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.tar.gz textadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.zip |
Updated copyright dates for 2009.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-x | scripts/gen_iface.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index b81f52c5..c968131d 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. local f = io.open('../../scite-tools/branches/scite-st/src/scite/src/IFaceTable.cxx') local contents = f:read('*all') |