aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-01-31 12:50:04 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-01-31 12:50:04 -0500
commite22866529c87f36755cf8cf42e467f46ed43aafd (patch)
treece11151dee30817ec2a4354c096b225f84fbb49b /core
parent8b8af7934179b559a81f41364666e9546ce2e36b (diff)
Updated copyright year.
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/.os.luadoc2
-rw-r--r--core/.ui.dialogs.luadoc2
-rw-r--r--core/.view.luadoc2
-rw-r--r--core/args.lua2
-rw-r--r--core/assert.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
26 files changed, 27 insertions, 27 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index b720d336..0c6c10d1 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. 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 80cf9f8f..a1384dbf 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for Buffers.
---
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc
index 89471c59..b62e1227 100644
--- a/core/.iconv.luadoc
+++ b/core/.iconv.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the string table.
--- Extends Lua's `string` library to provide character set conversions.
diff --git a/core/.os.luadoc b/core/.os.luadoc
index 03d76bca..76f52d66 100644
--- a/core/.os.luadoc
+++ b/core/.os.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the os table.
--- Extends Lua's `os` library to provide process spawning capabilities.
diff --git a/core/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc
index fd327254..498f2d11 100644
--- a/core/.ui.dialogs.luadoc
+++ b/core/.ui.dialogs.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the ui.dialogs table.
--- Provides a set of interactive dialog prompts for user input.
diff --git a/core/.view.luadoc b/core/.view.luadoc
index f512d3e8..c5e47426 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for Views.
---
diff --git a/core/args.lua b/core/args.lua
index 17c808d6..d4225539 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
local M = {}
diff --git a/core/assert.lua b/core/assert.lua
index 95b53628..cd2e0130 100644
--- a/core/assert.lua
+++ b/core/assert.lua
@@ -1,4 +1,4 @@
--- Copyright 2020-2021 Mitchell. See LICENSE.
+-- Copyright 2020-2022 Mitchell. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/events.lua b/core/events.lua
index f0c20fe3..d6a0e48c 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
local M = {}
diff --git a/core/file_io.lua b/core/file_io.lua
index 7f0c9999..10e9b158 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/iface.lua b/core/iface.lua
index 93170f55..52712159 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
local M = {}
diff --git a/core/init.lua b/core/init.lua
index f3deb0f5..fd5a089d 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,7 +1,7 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
_RELEASE = 'Textadept 11.3'
-_COPYRIGHT = 'Copyright © 2007-2021 Mitchell. See LICENSE.\n' ..
+_COPYRIGHT = 'Copyright © 2007-2022 Mitchell. See LICENSE.\n' ..
'https://orbitalquark.github.io/textadept'
package.path = string.format('%s/core/?.lua;%s', _HOME, package.path)
diff --git a/core/keys.lua b/core/keys.lua
index 825b24cb..89184560 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
local M = {}
diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua
index 3f34803f..64da4d89 100644
--- a/core/lfs_ext.lua
+++ b/core/lfs_ext.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/locale.conf b/core/locale.conf
index ea283aec..e27b4dd1 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. See LICENSE.
# American English localization file for Textadept.
#
# When translating this file into your native language, all translated text must be encoded in
diff --git a/core/locale.lua b/core/locale.lua
index 57fbff27..6d492a4d 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
local M = {}
diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf
index 17e524e1..aa1958ae 100644
--- a/core/locales/locale.ar.conf
+++ b/core/locales/locale.ar.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 983bcbe1..261cdb62 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 b2496e97..412db043 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 f8c8de51..0d818345 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 9454a395..611f0c63 100644
--- a/core/locales/locale.it.conf
+++ b/core/locales/locale.it.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 7b4430de..edb6ebe1 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 f3ca3446..acef40cb 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 883abf2b..097c3989 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 648e3968..3d4600cb 100644
--- a/core/locales/locale.zh.conf
+++ b/core/locales/locale.zh.conf
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2022 Mitchell. 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 c8266775..286f03b5 100644
--- a/core/ui.lua
+++ b/core/ui.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2021 Mitchell. See LICENSE.
+-- Copyright 2007-2022 Mitchell. See LICENSE.
local ui = ui