aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/._M.luadoc2
-rw-r--r--core/._SCINTILLA.luadoc2
-rw-r--r--core/.buffer.luadoc2
-rw-r--r--core/.iconv.luadoc2
-rw-r--r--core/.view.luadoc2
-rw-r--r--core/args.lua2
-rw-r--r--core/compat.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
-rw-r--r--core/locales/locale.de.conf2
-rw-r--r--core/locales/locale.es.conf2
-rw-r--r--core/locales/locale.fr.conf2
-rw-r--r--core/locales/locale.ru.conf2
19 files changed, 19 insertions, 19 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index ca2c6952..a5bce5f1 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global _M table.
diff --git a/core/._SCINTILLA.luadoc b/core/._SCINTILLA.luadoc
index c1f44329..9a992d79 100644
--- a/core/._SCINTILLA.luadoc
+++ b/core/._SCINTILLA.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making Adeptsense for built-in constants in the
-- global _SCINTILLA.constants table.
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 73a457c3..31642733 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global buffer table.
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc
index da5a7393..e8892c20 100644
--- a/core/.iconv.luadoc
+++ b/core/.iconv.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. 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 818f9856..949ee997 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. 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 db0238d1..b94cc645 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/compat.lua b/core/compat.lua
index 71541b02..98b536db 100644
--- a/core/compat.lua
+++ b/core/compat.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
-- When using LuaJIT try to retain backwards compatibility (Lua 5.1).
-- LuaJIT is compiled with LUAJIT_ENABLE_LUA52COMPAT for some Lua 5.2 features.
diff --git a/core/events.lua b/core/events.lua
index da46dc01..f7b2e997 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/file_io.lua b/core/file_io.lua
index 2cdced8b..7243c172 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/gui.lua b/core/gui.lua
index 4492fc79..8dabb3bc 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
local gui = gui
diff --git a/core/iface.lua b/core/iface.lua
index 889e70e1..dd8b8277 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/init.lua b/core/init.lua
index d38d64df..a12095e7 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
_RELEASE = "Textadept 6.2"
diff --git a/core/keys.lua b/core/keys.lua
index 9bf86115..5894acfa 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/locale.conf b/core/locale.conf
index a5ce805d..ad4c6dad 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. 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 87123183..e888df22 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf
index b4a8e4dc..167c3b5b 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
% German translation by Robert Gieseke.
%
% Localization file.
diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf
index 25858e05..7e8071b7 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
% Spanish translation by Manuel Montenegro Montes <manuelmont AT gmail.com>
%
% Localization file.
diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf
index 66481dd9..6bd33a81 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
% French translation by Gilles Grégoire <gilles.gregoire+ta AT gmail .com>
%
% Localization file.
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index 17af21d8..aaf0248a 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
% Russian translation by Vladimir Lomov <irk.translatior AT gmail.com>
%
% Localization file.