aboutsummaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-01-20 17:40:27 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-01-20 17:40:27 -0500
commite948c3739e47c0891b25ba6e12cf54753e162abe (patch)
tree5594e88e1661c3fcc49eca44d456bb915380898b /themes/light
parent87d5204f5bbbd39d87b974e3d331e6bd061f85d5 (diff)
downloadtextadept-e948c3739e47c0891b25ba6e12cf54753e162abe.tar.gz
textadept-e948c3739e47c0891b25ba6e12cf54753e162abe.zip
Updated copyright date.
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/buffer.lua2
-rw-r--r--themes/light/lexer.lua2
-rw-r--r--themes/light/view.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index eb0da320..e86af33a 100644
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.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.
-- Light editor theme for Textadept.
local buffer = buffer
diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua
index 6d3ae1a3..ae7890b1 100644
--- a/themes/light/lexer.lua
+++ b/themes/light/lexer.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.
-- Light lexer theme for Textadept.
-- Please note this theme is in a separate Lua state than Textadept's main one.
diff --git a/themes/light/view.lua b/themes/light/view.lua
index 23562a68..679ed49e 100644
--- a/themes/light/view.lua
+++ b/themes/light/view.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.
-- Light editor theme for Textadept.
local c = _SCINTILLA.constants