aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2019-12-31 16:52:45 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2019-12-31 16:52:45 -0500
commitd2ef24c29894e98650fafa646629aa9b772a3c35 (patch)
treef50a32eb0256fad98940d9968113af834b8f7c12 /core
parent94b1bd5474c54b2b894f74bb7ba098bfe4fb6cf2 (diff)
downloadtextadept-d2ef24c29894e98650fafa646629aa9b772a3c35.tar.gz
textadept-d2ef24c29894e98650fafa646629aa9b772a3c35.zip
Updated copyright year.
Diffstat (limited to 'core')
-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/locales/locale.zh.conf2
-rw-r--r--core/ui.lua2
19 files changed, 20 insertions, 20 deletions
diff --git a/core/args.lua b/core/args.lua
index a01eab48..8d8c0063 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/events.lua b/core/events.lua
index b2c3063e..3cef7687 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/file_io.lua b/core/file_io.lua
index 283b2846..b7a0de4b 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/iface.lua b/core/iface.lua
index 7a3402c1..e01d5b3c 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/init.lua b/core/init.lua
index ea2daa4b..9b47de12 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,7 +1,7 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
_RELEASE = "Textadept 10.8"
-_COPYRIGHT = 'Copyright © 2007-2019 Mitchell. See LICENSE.\n'..
+_COPYRIGHT = 'Copyright © 2007-2020 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 e185b72b..74d52ff9 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua
index 786c54d8..05749df3 100644
--- a/core/lfs_ext.lua
+++ b/core/lfs_ext.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/locale.conf b/core/locale.conf
index f915372f..20b4b860 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 56dbdd61..919f9743 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf
index a2688a22..bde2b06e 100644
--- a/core/locales/locale.ar.conf
+++ b/core/locales/locale.ar.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 b031fb10..ed3a3aec 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 2ae75965..b4202704 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 e138839b..28d5873a 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 f3aa47e5..6cdccf78 100644
--- a/core/locales/locale.it.conf
+++ b/core/locales/locale.it.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 533f3313..bc0bde05 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
# Polish localization file for Textadept by Piotr "Orzech" Orzechowski [drzewo.org], 2014
# and revised by Piotr Orzechowski [orzechowski.tech], 2017.
#
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index 75686807..bece96ea 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 47fee4e2..11a05a4a 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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/locales/locale.zh.conf b/core/locales/locale.zh.conf
index 20edb72a..4f0e472c 100644
--- a/core/locales/locale.zh.conf
+++ b/core/locales/locale.zh.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
# Chinese localization file for Textadept.
#
# When translating this file into your native language, all translated text must
diff --git a/core/ui.lua b/core/ui.lua
index aa3e29e0..90dcaa7e 100644
--- a/core/ui.lua
+++ b/core/ui.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
local ui = ui