aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--core/._m.lua2
-rw-r--r--core/.browser.lua2
-rw-r--r--core/.buffer.lua2
-rw-r--r--core/.command_entry.lua2
-rw-r--r--core/.find.lua2
-rw-r--r--core/.pm.lua2
-rw-r--r--core/.textadept.lua2
-rw-r--r--core/.view.lua2
-rw-r--r--core/events.lua2
-rw-r--r--core/ext/command_entry.lua2
-rw-r--r--core/ext/find.lua2
-rw-r--r--core/ext/key_commands.lua2
-rw-r--r--core/ext/keys.lua2
-rw-r--r--core/ext/menu.lua2
-rw-r--r--core/ext/mime_types.conf2
-rw-r--r--core/ext/mime_types.lua2
-rw-r--r--core/ext/pm.lua2
-rw-r--r--core/ext/pm/buffer_browser.lua2
-rw-r--r--core/ext/pm/ctags_browser.lua2
-rw-r--r--core/ext/pm/file_browser.lua2
-rw-r--r--core/ext/pm/modules_browser.lua2
-rw-r--r--core/file_io.lua2
-rw-r--r--core/init.lua2
-rw-r--r--core/locale.conf2
-rw-r--r--core/locale.lua2
-rw-r--r--init.lua2
-rw-r--r--modules/cpp/commands.lua2
-rw-r--r--modules/cpp/init.lua2
-rw-r--r--modules/cpp/snippets.lua2
-rw-r--r--modules/lua/commands.lua2
-rw-r--r--modules/lua/init.lua2
-rw-r--r--modules/lua/snippets.lua2
-rw-r--r--modules/textadept/bookmarks.lua2
-rw-r--r--modules/textadept/editing.lua2
-rw-r--r--modules/textadept/init.lua2
-rw-r--r--modules/textadept/lsnippets.lua2
-rw-r--r--modules/textadept/mlines.lua2
-rw-r--r--modules/textadept/run.lua2
-rw-r--r--modules/textadept/session.lua2
-rwxr-xr-xscripts/gen_iface.lua2
-rwxr-xr-xscripts/update_doc2
-rw-r--r--src/Makefile2
-rw-r--r--src/lua_interface.c2
-rw-r--r--src/textadept.c2
-rw-r--r--src/textadept.h2
-rw-r--r--themes/dark/buffer.lua2
-rw-r--r--themes/dark/lexer.lua2
-rw-r--r--themes/dark/view.lua2
-rw-r--r--themes/light/buffer.lua2
-rw-r--r--themes/light/lexer.lua2
-rw-r--r--themes/light/view.lua2
-rw-r--r--themes/scite/buffer.lua2
-rw-r--r--themes/scite/lexer.lua2
-rw-r--r--themes/scite/view.lua2
55 files changed, 55 insertions, 55 deletions
diff --git a/LICENSE b/LICENSE
index 9f74ff6b..1deba2e0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2007-2009 Mitchell
+Copyright (c) 2007-2010 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/._m.lua b/core/._m.lua
index 47afeab3..228d7db8 100644
--- a/core/._m.lua
+++ b/core/._m.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.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global _m table.
diff --git a/core/.browser.lua b/core/.browser.lua
index 486d9557..a9db7ada 100644
--- a/core/.browser.lua
+++ b/core/.browser.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.
-- This is a DUMMY FILE used for making LuaDoc for a textadept.pm browser.
---
diff --git a/core/.buffer.lua b/core/.buffer.lua
index 549761e3..dbe030cb 100644
--- a/core/.buffer.lua
+++ b/core/.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.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global buffer table.
diff --git a/core/.command_entry.lua b/core/.command_entry.lua
index 09622b8d..3c5749d9 100644
--- a/core/.command_entry.lua
+++ b/core/.command_entry.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.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global textadept.command_entry table.
diff --git a/core/.find.lua b/core/.find.lua
index cf64a1e5..bcab94fc 100644
--- a/core/.find.lua
+++ b/core/.find.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.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global textadept.find table.
diff --git a/core/.pm.lua b/core/.pm.lua
index ee9bde66..4bca6730 100644
--- a/core/.pm.lua
+++ b/core/.pm.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.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global textadept.pm table.
diff --git a/core/.textadept.lua b/core/.textadept.lua
index 84293e2a..bb541a2b 100644
--- a/core/.textadept.lua
+++ b/core/.textadept.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.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global textadept table.
diff --git a/core/.view.lua b/core/.view.lua
index ea576265..010723da 100644
--- a/core/.view.lua
+++ b/core/.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.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global view table.
diff --git a/core/events.lua b/core/events.lua
index 47ed59ee..e926a615 100644
--- a/core/events.lua
+++ b/core/events.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/command_entry.lua b/core/ext/command_entry.lua
index 4c1ab0dd..d35a8f49 100644
--- a/core/ext/command_entry.lua
+++ b/core/ext/command_entry.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/find.lua b/core/ext/find.lua
index daa64288..d1686c9b 100644
--- a/core/ext/find.lua
+++ b/core/ext/find.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua
index d8e40bde..9d8b0c1b 100644
--- a/core/ext/key_commands.lua
+++ b/core/ext/key_commands.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/keys.lua b/core/ext/keys.lua
index d89a08a0..a2509c6c 100644
--- a/core/ext/keys.lua
+++ b/core/ext/keys.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/menu.lua b/core/ext/menu.lua
index 502f1f1a..d0577fe1 100644
--- a/core/ext/menu.lua
+++ b/core/ext/menu.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/mime_types.conf b/core/ext/mime_types.conf
index 3940a609..7f069ead 100644
--- a/core/ext/mime_types.conf
+++ b/core/ext/mime_types.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+% Copyright 2007-2010 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/core/ext/mime_types.lua b/core/ext/mime_types.lua
index a75a2442..ccd391c7 100644
--- a/core/ext/mime_types.lua
+++ b/core/ext/mime_types.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/pm.lua b/core/ext/pm.lua
index 4f02bcca..cec2fd5b 100644
--- a/core/ext/pm.lua
+++ b/core/ext/pm.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.
local pm = textadept.pm
diff --git a/core/ext/pm/buffer_browser.lua b/core/ext/pm/buffer_browser.lua
index 4f2390d3..a97db8ea 100644
--- a/core/ext/pm/buffer_browser.lua
+++ b/core/ext/pm/buffer_browser.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/pm/ctags_browser.lua b/core/ext/pm/ctags_browser.lua
index b7c3e76e..db2ea27e 100644
--- a/core/ext/pm/ctags_browser.lua
+++ b/core/ext/pm/ctags_browser.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/pm/file_browser.lua b/core/ext/pm/file_browser.lua
index 95587500..69d3fe76 100644
--- a/core/ext/pm/file_browser.lua
+++ b/core/ext/pm/file_browser.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/ext/pm/modules_browser.lua b/core/ext/pm/modules_browser.lua
index 1c6cc210..f8b08eba 100644
--- a/core/ext/pm/modules_browser.lua
+++ b/core/ext/pm/modules_browser.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/file_io.lua b/core/file_io.lua
index 499aea72..fa878c39 100644
--- a/core/file_io.lua
+++ b/core/file_io.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/core/init.lua b/core/init.lua
index f3d81512..652c119b 100644
--- a/core/init.lua
+++ b/core/init.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.
local textadept = _G.textadept
diff --git a/core/locale.conf b/core/locale.conf
index 4298b390..e9fcd86b 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+% Copyright 2007-2010 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 be37499d..d4b56e19 100644
--- a/core/locale.lua
+++ b/core/locale.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.
---
-- Contains all messages used by Textadept for localization.
diff --git a/init.lua b/init.lua
index 8e2f4530..dae2706a 100644
--- a/init.lua
+++ b/init.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.
local textadept = _G.textadept
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua
index 65c3f8af..1ec6e94a 100644
--- a/modules/cpp/commands.lua
+++ b/modules/cpp/commands.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.
local textadept = _G.textadept
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua
index 538d5c70..1937f930 100644
--- a/modules/cpp/init.lua
+++ b/modules/cpp/init.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.
---
-- The cpp module.
diff --git a/modules/cpp/snippets.lua b/modules/cpp/snippets.lua
index 8a4e0291..98eab9b0 100644
--- a/modules/cpp/snippets.lua
+++ b/modules/cpp/snippets.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.
---
-- Snippets for the cpp module.
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index 8055f470..56fb7d81 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.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.
local textadept = _G.textadept
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index 0a96a5d6..a744fba8 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.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.
---
-- The lua module.
diff --git a/modules/lua/snippets.lua b/modules/lua/snippets.lua
index 5ce032fd..7b827f91 100644
--- a/modules/lua/snippets.lua
+++ b/modules/lua/snippets.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.
---
-- Snippets for the lua module.
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua
index a94c56db..c94fb256 100644
--- a/modules/textadept/bookmarks.lua
+++ b/modules/textadept/bookmarks.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index 97ac9baa..29d16dba 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index 0d42cfd5..e51e5bf0 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.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.
---
-- The textadept module.
diff --git a/modules/textadept/lsnippets.lua b/modules/textadept/lsnippets.lua
index 3696874b..1dbadb5a 100644
--- a/modules/textadept/lsnippets.lua
+++ b/modules/textadept/lsnippets.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/modules/textadept/mlines.lua b/modules/textadept/mlines.lua
index 6d4d866b..4db0949e 100644
--- a/modules/textadept/mlines.lua
+++ b/modules/textadept/mlines.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index 2b334fd1..8121d240 100644
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua
index 61a5a301..4276448d 100644
--- a/modules/textadept/session.lua
+++ b/modules/textadept/session.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.
local textadept = _G.textadept
local locale = _G.locale
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index 3885763f..f95eeebd 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local f = io.open('../../scite-tools/branches/scite-st/src/scite/src/IFaceTable.cxx')
local contents = f:read('*all')
diff --git a/scripts/update_doc b/scripts/update_doc
index 217ed7a9..f5518e02 100755
--- a/scripts/update_doc
+++ b/scripts/update_doc
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Generate LuaDoc.
os.execute('rm -rf ../doc/modules/')
diff --git a/src/Makefile b/src/Makefile
index 73a19db5..e382d9e3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+# Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
.SUFFIXES: .c .o .h .a .cxx
diff --git a/src/lua_interface.c b/src/lua_interface.c
index 4c585f40..af8698b7 100644
--- a/src/lua_interface.c
+++ b/src/lua_interface.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
diff --git a/src/textadept.c b/src/textadept.c
index c35e03a7..fa94a469 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
#if __WIN32__
diff --git a/src/textadept.h b/src/textadept.h
index 3f70202a..202a7dd5 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -1,4 +1,4 @@
-// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#ifndef TEXTADEPT_H
#define TEXTADEPT_H
diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua
index c2e168c4..a1863089 100644
--- a/themes/dark/buffer.lua
+++ b/themes/dark/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.
-- Dark editor theme for Textadept.
local textadept = _G.textadept
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua
index 128e1a69..9e8fa9e9 100644
--- a/themes/dark/lexer.lua
+++ b/themes/dark/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.
-- Dark lexer theme for Textadept.
module('lexer', package.seeall)
diff --git a/themes/dark/view.lua b/themes/dark/view.lua
index 3375c76c..45491d27 100644
--- a/themes/dark/view.lua
+++ b/themes/dark/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.
-- Dark editor theme for Textadept.
local textadept = _G.textadept
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index b16e355c..8b2dabd1 100644
--- a/themes/light/buffer.lua
+++ b/themes/light/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.
-- Light editor theme for Textadept.
local textadept = _G.textadept
diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua
index 930443a2..8b059210 100644
--- a/themes/light/lexer.lua
+++ b/themes/light/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.
-- Light lexer theme for Textadept.
module('lexer', package.seeall)
diff --git a/themes/light/view.lua b/themes/light/view.lua
index c69ce8fe..5527120e 100644
--- a/themes/light/view.lua
+++ b/themes/light/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.
-- Light editor theme for Textadept.
local textadept = _G.textadept
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