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.lua4
-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, 24 insertions, 24 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index ae2463fe..8ade0b94 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 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 4b3e04da..942b0c7b 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 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 ebfb8810..3f1c3a4d 100644
--- a/core/.iconv.luadoc
+++ b/core/.iconv.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 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 0a18e6e1..0d33183a 100644
--- a/core/.ui.dialogs.luadoc
+++ b/core/.ui.dialogs.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 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 4f4af0d2..58bf116f 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 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 cb6454b5..e64cc95c 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/events.lua b/core/events.lua
index 8cfa6e9f..4a86859a 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/file_io.lua b/core/file_io.lua
index 8493cb3e..48568081 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/iface.lua b/core/iface.lua
index c1b557db..268bf482 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/init.lua b/core/init.lua
index 9b6c5944..c0a21137 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,7 +1,7 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
_RELEASE = "Textadept 9.2"
-_COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'..
+_COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'..
'http://foicica.com/textadept'
package.path = _HOME..'/core/?.lua;'..package.path
diff --git a/core/keys.lua b/core/keys.lua
index 778e222b..3263a730 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua
index 7a4614f1..31bb2f94 100644
--- a/core/lfs_ext.lua
+++ b/core/lfs_ext.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/locale.conf b/core/locale.conf
index 7aa9a49e..267916d2 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# American English localization file for Textadept.
#
# When translating this file into your native language, all translated text must
diff --git a/core/locale.lua b/core/locale.lua
index f5ba07b6..1de50542 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf
index f6e9dd57..75391744 100644
--- a/core/locales/locale.ar.conf
+++ b/core/locales/locale.ar.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# Arabic localization file for Textadept by Ahed Eid <AhedEid AT gmail.com>.
#
# When translating this file into your native language, all translated text must
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf
index e01288cf..1739f1c3 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# German localization file for Textadept by Robert Gieseke.
#
# When translating this file into your native language, all translated text must
diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf
index 72bff229..098026c8 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# Spanish localization file for Textadept by Manuel Montenegro Montes <manuelmont AT gmail.com>.
#
# When translating this file into your native language, all translated text must
diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf
index 8740fbe8..19fe9066 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# French localization file for Textadept by Gilles Grégoire <gilles.gregoire+ta AT gmail .com>
# and revised by Giovanni Salmeri <g.salmeri AT mondodomani.org>.
#
diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf
index 2070d66f..e011ba9a 100644
--- a/core/locales/locale.it.conf
+++ b/core/locales/locale.it.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# Italian localization file for Textadept by Giovanni Salmeri <g.salmeri AT mondodomani.org>.
#
# When translating this file into your native language, all translated text must
diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf
index 6911778e..cecc0724 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# Polish localization file for Textadept by Piotr "Orzech" Orzechowski [drzewo.org], 2014.
#
# When translating this file into your native language, all translated text must
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index 55a4f4ef..88a62ac0 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# American English localization file for Textadept.
#
# When translating this file into your native language, all translated text must
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf
index 0677f5b0..fdc95815 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
# Swedish localization file for Textadept by Niklas Wallén <nikw AT gmx .com>.
#
# When translating this file into your native language, all translated text must
diff --git a/core/ui.lua b/core/ui.lua
index 1b35221b..5f69f19f 100644
--- a/core/ui.lua
+++ b/core/ui.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
local ui = ui