aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/._M.luadoc2
-rw-r--r--core/.buffer.luadoc2
-rw-r--r--core/.iconv.luadoc2
-rw-r--r--core/.ui.dialogs.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/iface.lua2
-rw-r--r--core/init.lua2
-rw-r--r--core/keys.lua2
-rw-r--r--core/lfs_ext.lua2
-rw-r--r--core/locale.conf2
-rw-r--r--core/locale.lua2
-rw-r--r--core/locales/locale.ar.conf2
-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.it.conf2
-rw-r--r--core/locales/locale.pl.conf2
-rw-r--r--core/locales/locale.ru.conf2
-rw-r--r--core/locales/locale.sv.conf2
-rw-r--r--core/ui.lua2
23 files changed, 23 insertions, 23 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index 603ed299..2fd1b9b6 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 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/.buffer.luadoc b/core/.buffer.luadoc
index 9ee95446..971fffff 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for Buffers.
---
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc
index 754fe718..ebfb8810 100644
--- a/core/.iconv.luadoc
+++ b/core/.iconv.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 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/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc
index 0d07dbc9..fed8b340 100644
--- a/core/.ui.dialogs.luadoc
+++ b/core/.ui.dialogs.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- ui.dialogs table.
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 42c8a075..2ae3cb43 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for Views.
---
diff --git a/core/args.lua b/core/args.lua
index b1d87c64..1b6e91bd 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/events.lua b/core/events.lua
index ed4268bb..3192b89b 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/file_io.lua b/core/file_io.lua
index ff1ecf9b..5f3ab513 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/iface.lua b/core/iface.lua
index 41cb37f8..745ad828 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/init.lua b/core/init.lua
index 28af9eab..90a3d4be 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
_RELEASE = "Textadept 8.5"
diff --git a/core/keys.lua b/core/keys.lua
index 783e59ce..927491e2 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua
index 22ff5660..43fe6ebc 100644
--- a/core/lfs_ext.lua
+++ b/core/lfs_ext.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/locale.conf b/core/locale.conf
index 114756e5..10dafa15 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 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 1dedd4a3..204304ca 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf
index 589b7631..1f72e099 100644
--- a/core/locales/locale.ar.conf
+++ b/core/locales/locale.ar.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
% Arabic translation by Ahed Eid <AhedEid AT gmail.com>
%
% Localization file.
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf
index 54ee82ff..54a05f2c 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 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 24b6219a..bd8a5079 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 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 a58d45d9..42b37b1b 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
% French translation by Gilles Grégoire <gilles.gregoire+ta AT gmail .com>
% revised by Giovanni Salmeri <g.salmeri AT mondodomani.org>
%
diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf
index d7b9c58e..bef5dbab 100644
--- a/core/locales/locale.it.conf
+++ b/core/locales/locale.it.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
% Italian translation by Giovanni Salmeri <g.salmeri AT mondodomani.org>
%
% Localization file.
diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf
index aca3e399..557a0b25 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
% Polish translation by Piotr "Orzech" Orzechowski [drzewo.org], 2014.
%
% Localization file.
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index 7432b047..8c4b2c13 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
% Russian translation by Vladimir Lomov <irk.translatior AT gmail.com>
%
% Localization file.
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf
index 115008c8..16ffa42d 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
% Swedish translation by Niklas Wallén <nikw AT gmx .com>
%
% Localization file.
diff --git a/core/ui.lua b/core/ui.lua
index 3b787e8f..c82dce5f 100644
--- a/core/ui.lua
+++ b/core/ui.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
local ui = ui