diff options
author | 2013-01-20 17:40:27 -0500 | |
---|---|---|
committer | 2013-01-20 17:40:27 -0500 | |
commit | e948c3739e47c0891b25ba6e12cf54753e162abe (patch) | |
tree | 5594e88e1661c3fcc49eca44d456bb915380898b /modules/textadept/find.lua | |
parent | 87d5204f5bbbd39d87b974e3d331e6bd061f85d5 (diff) | |
download | textadept-e948c3739e47c0891b25ba6e12cf54753e162abe.tar.gz textadept-e948c3739e47c0891b25ba6e12cf54753e162abe.zip |
Updated copyright date.
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r-- | modules/textadept/find.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 9944076c..74ac9739 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE. local find = gui.find |