diff options
Diffstat (limited to 'themes/scite')
-rw-r--r-- | themes/scite/buffer.lua | 2 | ||||
-rw-r--r-- | themes/scite/lexer.lua | 2 | ||||
-rw-r--r-- | themes/scite/view.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua index e02fe244..ef1a3d67 100644 --- a/themes/scite/buffer.lua +++ b/themes/scite/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local textadept = _G.textadept diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua index 69f2ee75..6ea97b32 100644 --- a/themes/scite/lexer.lua +++ b/themes/scite/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE lexer theme for Textadept. module('lexer', package.seeall) diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 86e1c95f..8ee70c9e 100644 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local textadept = _G.textadept |