diff options
author | 2010-12-28 22:18:21 -0500 | |
---|---|---|
committer | 2010-12-28 22:18:21 -0500 | |
commit | 90414c5d499f6b33e392b9ff8dd186b036fee770 (patch) | |
tree | bf8f8706a77980e2ada3302c9f896f3a532a2222 /themes/scite | |
parent | b8e7a1853f481c6b4d88d3bdd0ff1ffe87ffcb92 (diff) | |
download | textadept-90414c5d499f6b33e392b9ff8dd186b036fee770.tar.gz textadept-90414c5d499f6b33e392b9ff8dd186b036fee770.zip |
Updated copyright information.
Diffstat (limited to 'themes/scite')
-rwxr-xr-x | themes/scite/buffer.lua | 2 | ||||
-rw-r--r-- | themes/scite/lexer.lua | 2 | ||||
-rwxr-xr-x | 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 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 |