aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-12-28 22:18:21 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-12-28 22:18:21 -0500
commit90414c5d499f6b33e392b9ff8dd186b036fee770 (patch)
treebf8f8706a77980e2ada3302c9f896f3a532a2222 /themes
parentb8e7a1853f481c6b4d88d3bdd0ff1ffe87ffcb92 (diff)
Updated copyright information.
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/dark/buffer.lua2
-rw-r--r--themes/dark/lexer.lua2
-rwxr-xr-xthemes/dark/view.lua2
-rwxr-xr-xthemes/light/buffer.lua2
-rw-r--r--themes/light/lexer.lua2
-rwxr-xr-xthemes/light/view.lua2
-rwxr-xr-xthemes/scite/buffer.lua2
-rw-r--r--themes/scite/lexer.lua2
-rwxr-xr-xthemes/scite/view.lua2
9 files changed, 9 insertions, 9 deletions
diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua
index 2dd7d02f..e4fee499 100755
--- a/themes/dark/buffer.lua
+++ b/themes/dark/buffer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Dark editor theme for Textadept.
local buffer = buffer
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua
index cd738d42..04936944 100644
--- a/themes/dark/lexer.lua
+++ b/themes/dark/lexer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Dark lexer theme for Textadept.
-- Please note this theme is in a separate Lua state than Textadept's main one.
diff --git a/themes/dark/view.lua b/themes/dark/view.lua
index 66def8b9..f6a995c0 100755
--- a/themes/dark/view.lua
+++ b/themes/dark/view.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Dark editor theme for Textadept.
local c = _SCINTILLA.constants
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index 7f61ca33..29ed26d2 100755
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Light editor theme for Textadept.
local buffer = buffer
diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua
index c639060a..baa58e7a 100644
--- a/themes/light/lexer.lua
+++ b/themes/light/lexer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. 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 be3c7d0d..3d055139 100755
--- a/themes/light/view.lua
+++ b/themes/light/view.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Light editor theme for Textadept.
local c = _SCINTILLA.constants
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua
index 9893d81f..bfc13b06 100755
--- a/themes/scite/buffer.lua
+++ b/themes/scite/buffer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- SciTE editor theme for Textadept.
local buffer = buffer
diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua
index 2614040b..49546be1 100644
--- a/themes/scite/lexer.lua
+++ b/themes/scite/lexer.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- SciTE lexer theme for Textadept.
-- Please note this theme is in a separate Lua state than Textadept's main one.
diff --git a/themes/scite/view.lua b/themes/scite/view.lua
index 83b092fc..57d09e0a 100755
--- a/themes/scite/view.lua
+++ b/themes/scite/view.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- SciTE editor theme for Textadept.
local c = _SCINTILLA.constants