aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_iface.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-01 09:40:21 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-01 09:40:21 -0500
commitf8d164035d1c33343e875dff368e7ab3bf9884d8 (patch)
tree0b2ec610cfa8e4370b6f2fea63f7186cfe48c953 /scripts/gen_iface.lua
parent2eaa5fc28bcfab10bb824faff740f3acab354158 (diff)
downloadtextadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.tar.gz
textadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.zip
Updated copyright dates for 2009.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-xscripts/gen_iface.lua2
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')