diff options
author | 2010-12-28 22:18:21 -0500 | |
---|---|---|
committer | 2010-12-28 22:18:21 -0500 | |
commit | 90414c5d499f6b33e392b9ff8dd186b036fee770 (patch) | |
tree | bf8f8706a77980e2ada3302c9f896f3a532a2222 | |
parent | b8e7a1853f481c6b4d88d3bdd0ff1ffe87ffcb92 (diff) | |
download | textadept-90414c5d499f6b33e392b9ff8dd186b036fee770.tar.gz textadept-90414c5d499f6b33e392b9ff8dd186b036fee770.zip |
Updated copyright information.
52 files changed, 53 insertions, 53 deletions
@@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2007-2010 Mitchell +Copyright (c) 2007-2011 Mitchell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/._G.luadoc b/core/._G.luadoc index a0c0fb03..dd205ce8 100644 --- a/core/._G.luadoc +++ b/core/._G.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- _G table. diff --git a/core/._m.luadoc b/core/._m.luadoc index 6f34dcba..8eb1e784 100755 --- a/core/._m.luadoc +++ b/core/._m.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global _m table. diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 07df8bf8..5a24425d 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global buffer table. diff --git a/core/.command_entry.luadoc b/core/.command_entry.luadoc index 377fa0a8..cfc33b36 100644 --- a/core/.command_entry.luadoc +++ b/core/.command_entry.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global gui.command_entry table. diff --git a/core/.find.luadoc b/core/.find.luadoc index e1251c02..77426400 100644 --- a/core/.find.luadoc +++ b/core/.find.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global gui.find table. diff --git a/core/.gui.luadoc b/core/.gui.luadoc index 9e2d5ddf..acc7e0d0 100644 --- a/core/.gui.luadoc +++ b/core/.gui.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global gui table. diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc index 86ca54c9..ad13b686 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- string table. diff --git a/core/.view.luadoc b/core/.view.luadoc index 010723da..03952327 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global view table. diff --git a/core/args.lua b/core/args.lua index 3c0277f6..b57c69ec 100644 --- a/core/args.lua +++ b/core/args.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. --- Processes command line arguments for Textadept. module('args', package.seeall) diff --git a/core/events.lua b/core/events.lua index 953ea276..91e82a83 100644 --- a/core/events.lua +++ b/core/events.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. local L = _G.locale.localize diff --git a/core/file_io.lua b/core/file_io.lua index e053144c..7b0b61e9 100644 --- a/core/file_io.lua +++ b/core/file_io.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. local L = _G.locale.localize local events = _G.events diff --git a/core/gui.lua b/core/gui.lua index 4f4ee670..d057177d 100644 --- a/core/gui.lua +++ b/core/gui.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. local L = _G.locale.localize local gui = _G.gui diff --git a/core/iface.lua b/core/iface.lua index e0bc5153..7133bfa2 100644 --- a/core/iface.lua +++ b/core/iface.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. --- -- Scintilla constants, functions, and properties. diff --git a/core/init.lua b/core/init.lua index b4cba19f..3daaf7df 100644 --- a/core/init.lua +++ b/core/init.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. _RELEASE = "Textadept 3.6" diff --git a/core/keys.lua b/core/keys.lua index 2b233007..522b2419 100644 --- a/core/keys.lua +++ b/core/keys.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. local L = _G.locale.localize diff --git a/core/locale.conf b/core/locale.conf index 0325aed1..fe97a16d 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +% Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. % % Localization file. % The localized strings may contain UTF-8 characters, but not UTF-16 or UTF-32. diff --git a/core/locale.lua b/core/locale.lua index 0b148e68..4274a0e9 100644 --- a/core/locale.lua +++ b/core/locale.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. --- -- Contains all messages used by Textadept for localization. @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. package.path = table.concat({ _USERHOME..'/?.lua', diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 3aa65a5a..b18247ab 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.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. --- -- Commands for the cpp module. diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua index 5357712f..17ee1d89 100644 --- a/modules/cpp/init.lua +++ b/modules/cpp/init.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. --- -- The cpp module. diff --git a/modules/cpp/snippets.lua b/modules/cpp/snippets.lua index a482c55e..68e4ef24 100644 --- a/modules/cpp/snippets.lua +++ b/modules/cpp/snippets.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. --- -- Snippets for the cpp module. diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua index 88b3bf3a..1ebeec10 100644 --- a/modules/lua/commands.lua +++ b/modules/lua/commands.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. --- -- Commands for the lua module. diff --git a/modules/lua/init.lua b/modules/lua/init.lua index b52d41f7..9480c5df 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.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. --- -- The lua module. diff --git a/modules/lua/snippets.lua b/modules/lua/snippets.lua index 068903d8..57b0ce89 100644 --- a/modules/lua/snippets.lua +++ b/modules/lua/snippets.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. --- -- Snippets for the lua module. diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 88aca281..d7efb467 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.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. local L = _G.locale.localize diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 4f7c6498..c2a20d92 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.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. -- Modified by Jay Gould. local L = _G.locale.localize diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index 6a0f7cca..df3b1951 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.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. local L = _G.locale.localize local events = _G.events diff --git a/modules/textadept/filter_through.lua b/modules/textadept/filter_through.lua index 59dd1a42..4d029d8a 100644 --- a/modules/textadept/filter_through.lua +++ b/modules/textadept/filter_through.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. local L = _G.locale.localize diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 5eadddd2..68fcfaf7 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.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. local L = _G.locale.localize local events = _G.events diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index fbf5afe8..a6355397 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.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. --- -- The textadept module. diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index a1960a19..584f37f0 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.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. local L = _G.locale.localize diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 96d82dc8..1bbe69f4 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.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. -- Modified by Robert Gieseke. local L = _G.locale.localize diff --git a/modules/textadept/mime_types.conf b/modules/textadept/mime_types.conf index e32b2271..0c110cf4 100644 --- a/modules/textadept/mime_types.conf +++ b/modules/textadept/mime_types.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +% Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. % % Configuration file for mime-types. % Each line defines a mime-type (by extension, shebang word, or Lua pattern) and diff --git a/modules/textadept/mime_types.lua b/modules/textadept/mime_types.lua index b71fb514..e47170d8 100644 --- a/modules/textadept/mime_types.lua +++ b/modules/textadept/mime_types.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. local L = _G.locale.localize local events = _G.events diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 2203b129..fd021fab 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.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. local L = _G.locale.localize diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 745638cc..6127c779 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.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. local L = _G.locale.localize diff --git a/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua index 10690c75..3661f4b6 100644 --- a/modules/textadept/snapopen.lua +++ b/modules/textadept/snapopen.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.
local L = _G.locale.localize
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index cda54792..4ee3d85f 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.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. local L = _G.locale.localize diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index 0ddd6e8f..e8f94560 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. local f = io.open('../../scite-latest/scite/src/IFaceTable.cxx') local contents = f:read('*all') @@ -10,7 +10,7 @@ local functions = contents:match('ifaceFunctions%[%] = (%b{})') local properties = contents:match('ifaceProperties%[%] = (%b{})') local out = [[ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Scintilla constants, functions, and properties. diff --git a/scripts/update_doc b/scripts/update_doc index b2fcfbdf..9d50e5c7 100755 --- a/scripts/update_doc +++ b/scripts/update_doc @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Rename *.lua.doc to *.lua so LuaDoc detects them. local lfs = require 'lfs' diff --git a/src/Makefile b/src/Makefile index 11370b7f..f8e87ce2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +# Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. .SUFFIXES: .c .o .h .a .cxx diff --git a/src/textadept.c b/src/textadept.c index 58ede1a6..cc971bbf 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. #include <stdarg.h> #include <stdio.h> 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 |