diff options
Diffstat (limited to 'themes/scite')
-rw-r--r-- | themes/scite/buffer.lua | 2 | ||||
-rw-r--r-- | themes/scite/view.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua index d46cc88a..0b70c606 100644 --- a/themes/scite/buffer.lua +++ b/themes/scite/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- SciTE editor theme for Textadept.
local textadept, buffer = textadept, buffer
diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 8bed68a0..ff068f39 100644 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local buffer, c = buffer, textadept.constants |