aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gen_iface.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-01-07 01:09:14 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-01-07 01:09:14 -0500
commitcfc99e8034d8e8769448cc680116f8e30f931ade (patch)
tree8a722f49d0a757bee24c05f7deedd0252b60c518 /scripts/gen_iface.lua
parent5248783475981cd9eb9d0ba0109e353ca7c5b1f6 (diff)
Updated copyright to 2010.
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 3885763f..f95eeebd 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2010 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')