aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/dark/buffer.lua2
-rw-r--r--themes/dark/lexer.lua2
-rw-r--r--themes/dark/view.lua2
-rw-r--r--themes/light/buffer.lua2
-rw-r--r--themes/light/lexer.lua2
-rw-r--r--themes/light/view.lua2
6 files changed, 6 insertions, 6 deletions
diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua
index 70d80751..40fd6a8a 100644
--- a/themes/dark/buffer.lua
+++ b/themes/dark/buffer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Dark editor theme for Textadept.
local buffer = buffer
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua
index c752ffc3..bfa3a67b 100644
--- a/themes/dark/lexer.lua
+++ b/themes/dark/lexer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Dark lexer theme for Textadept.
-- Contributions by Ana Balan.
diff --git a/themes/dark/view.lua b/themes/dark/view.lua
index 95c1a5a2..3ef29b09 100644
--- a/themes/dark/view.lua
+++ b/themes/dark/view.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Dark editor theme for Textadept.
local c = _SCINTILLA.constants
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index 6d4a311a..26c8f6d2 100644
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 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 aa7fe003..bbd54950 100644
--- a/themes/light/lexer.lua
+++ b/themes/light/lexer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 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 eee5d200..b012eb9c 100644
--- a/themes/light/view.lua
+++ b/themes/light/view.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Light editor theme for Textadept.
local c = _SCINTILLA.constants