diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/._M.luadoc | 2 | ||||
-rw-r--r-- | core/.buffer.luadoc | 2 | ||||
-rw-r--r-- | core/.iconv.luadoc | 2 | ||||
-rw-r--r-- | core/.os.luadoc | 2 | ||||
-rw-r--r-- | core/.ui.dialogs.luadoc | 2 | ||||
-rw-r--r-- | core/.view.luadoc | 2 | ||||
-rw-r--r-- | core/args.lua | 2 | ||||
-rw-r--r-- | core/assert.lua | 2 | ||||
-rw-r--r-- | core/events.lua | 2 | ||||
-rw-r--r-- | core/file_io.lua | 2 | ||||
-rw-r--r-- | core/iface.lua | 2 | ||||
-rw-r--r-- | core/init.lua | 2 | ||||
-rw-r--r-- | core/keys.lua | 2 | ||||
-rw-r--r-- | core/lfs_ext.lua | 2 | ||||
-rw-r--r-- | core/locale.conf | 2 | ||||
-rw-r--r-- | core/locale.lua | 2 | ||||
-rw-r--r-- | core/locales/locale.ar.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.de.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.es.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.fr.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.it.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.pl.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.ru.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.sv.conf | 2 | ||||
-rw-r--r-- | core/locales/locale.zh.conf | 2 | ||||
-rw-r--r-- | core/ui.lua | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc index fb7d3e7b..db7211f7 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 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 2c07a9cf..3a3ea6c4 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 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 addd7ebc..9ccbe057 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- string table. diff --git a/core/.os.luadoc b/core/.os.luadoc index c267f6d9..33d95aa2 100644 --- a/core/.os.luadoc +++ b/core/.os.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- os table. diff --git a/core/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc index 12893261..c1f113ea 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. 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 260b793b..1b014a21 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 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 0e6fd2bf..4a7f7eef 100644 --- a/core/args.lua +++ b/core/args.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. local M = {} diff --git a/core/assert.lua b/core/assert.lua index 96a32b05..baa08d5b 100644 --- a/core/assert.lua +++ b/core/assert.lua @@ -1,4 +1,4 @@ --- Copyright 2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2020 Mitchell. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/events.lua b/core/events.lua index aa486f9a..4a1a6334 100644 --- a/core/events.lua +++ b/core/events.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. local M = {} diff --git a/core/file_io.lua b/core/file_io.lua index 09446139..f10282dd 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/iface.lua b/core/iface.lua index e6d88b52..26af477c 100644 --- a/core/iface.lua +++ b/core/iface.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. local M = {} diff --git a/core/init.lua b/core/init.lua index f9802842..ad3803ca 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. _RELEASE = 'Textadept 11.0 alpha 3' _COPYRIGHT = 'Copyright © 2007-2020 Mitchell. See LICENSE.\n' .. diff --git a/core/keys.lua b/core/keys.lua index b20244a6..ac9523ab 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. local M = {} diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua index ac88d854..86a0cada 100644 --- a/core/lfs_ext.lua +++ b/core/lfs_ext.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/locale.conf b/core/locale.conf index db217aec..ddd83f69 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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/locale.lua b/core/locale.lua index f6bc32cb..e691f21c 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. local M = {} diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf index 5ca8bbf7..73f922cd 100644 --- a/core/locales/locale.ar.conf +++ b/core/locales/locale.ar.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 b7ee623c..b2690af3 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 799a4bb7..af3c1c55 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 ca6363a2..14628df3 100644 --- a/core/locales/locale.fr.conf +++ b/core/locales/locale.fr.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 4a243e59..62550785 100644 --- a/core/locales/locale.it.conf +++ b/core/locales/locale.it.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 687f495c..b714004c 100644 --- a/core/locales/locale.pl.conf +++ b/core/locales/locale.pl.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 1f4f7e4c..c144df68 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 c67eb83c..a1b64933 100644 --- a/core/locales/locale.sv.conf +++ b/core/locales/locale.sv.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 63c51e0e..f20c48aa 100644 --- a/core/locales/locale.zh.conf +++ b/core/locales/locale.zh.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 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 ef6e6ac9..e40bf2a9 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell. See LICENSE. local ui = ui |