diff options
author | 2010-01-07 01:09:14 -0500 | |
---|---|---|
committer | 2010-01-07 01:09:14 -0500 | |
commit | cfc99e8034d8e8769448cc680116f8e30f931ade (patch) | |
tree | 8a722f49d0a757bee24c05f7deedd0252b60c518 /scripts/gen_iface.lua | |
parent | 5248783475981cd9eb9d0ba0109e353ca7c5b1f6 (diff) | |
download | textadept-cfc99e8034d8e8769448cc680116f8e30f931ade.tar.gz textadept-cfc99e8034d8e8769448cc680116f8e30f931ade.zip |
Updated copyright to 2010.
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 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') |