aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/._G.luadoc2
-rwxr-xr-xcore/._m.luadoc2
-rw-r--r--core/.buffer.luadoc2
-rw-r--r--core/.command_entry.luadoc2
-rw-r--r--core/.find.luadoc2
-rw-r--r--core/.gui.luadoc2
-rw-r--r--core/.iconv.luadoc2
-rw-r--r--core/.view.luadoc2
-rw-r--r--core/args.lua2
-rw-r--r--core/events.lua2
-rw-r--r--core/file_io.lua2
-rw-r--r--core/gui.lua2
-rw-r--r--core/iface.lua2
-rw-r--r--core/init.lua2
-rw-r--r--core/keys.lua2
-rw-r--r--core/locale.conf2
-rw-r--r--core/locale.lua2
17 files changed, 17 insertions, 17 deletions
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.