From 22fb06517d58123145ab5b6d36614c2528e218c9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 25 Jan 2018 09:48:10 -0500 Subject: Updated copyright year. --- core/._M.luadoc | 2 +- core/.buffer.luadoc | 2 +- core/.iconv.luadoc | 2 +- core/.ui.dialogs.luadoc | 2 +- core/.view.luadoc | 2 +- core/args.lua | 2 +- core/events.lua | 2 +- core/file_io.lua | 2 +- core/iface.lua | 2 +- core/init.lua | 4 ++-- core/keys.lua | 2 +- core/lfs_ext.lua | 2 +- core/locale.conf | 2 +- core/locale.lua | 2 +- core/locales/locale.ar.conf | 2 +- core/locales/locale.de.conf | 2 +- core/locales/locale.es.conf | 2 +- core/locales/locale.fr.conf | 2 +- core/locales/locale.it.conf | 2 +- core/locales/locale.pl.conf | 2 +- core/locales/locale.ru.conf | 2 +- core/locales/locale.sv.conf | 2 +- core/ui.lua | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) (limited to 'core') diff --git a/core/._M.luadoc b/core/._M.luadoc index 8ade0b94..44f39807 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 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 cb6b1281..3da93c82 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 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 3f1c3a4d..0b8362e4 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 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 eaa03a6c..03f6dfd9 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 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 58bf116f..bf190ee3 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 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 e64cc95c..2a2afb78 100644 --- a/core/args.lua +++ b/core/args.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/events.lua b/core/events.lua index d84ce179..435b3001 100644 --- a/core/events.lua +++ b/core/events.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/file_io.lua b/core/file_io.lua index 5a5db1cc..3b7be8c6 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/iface.lua b/core/iface.lua index a6c8e0ea..f409c223 100644 --- a/core/iface.lua +++ b/core/iface.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/init.lua b/core/init.lua index 5eccfaf9..ae5407cb 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,7 +1,7 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. _RELEASE = "Textadept 10.0 alpha" -_COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'.. +_COPYRIGHT = 'Copyright © 2007-2018 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 3263a730..d8cd3eb2 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua index 4367f070..a260b8a6 100644 --- a/core/lfs_ext.lua +++ b/core/lfs_ext.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/locale.conf b/core/locale.conf index 0fe97d71..589322a6 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 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 1de50542..e5cb9ea9 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf index e506cddc..64d5bbc9 100644 --- a/core/locales/locale.ar.conf +++ b/core/locales/locale.ar.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. # Arabic localization file for Textadept by Ahed Eid . # # 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 13db9b80..d66490c7 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 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 c0128107..74958de0 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. # Spanish localization file for Textadept by Manuel Montenegro Montes . # # 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 3b0d7e10..eb17d1dc 100644 --- a/core/locales/locale.fr.conf +++ b/core/locales/locale.fr.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. # French localization file for Textadept by Gilles Grégoire # and revised by Giovanni Salmeri . # diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf index 93906d5e..e338537b 100644 --- a/core/locales/locale.it.conf +++ b/core/locales/locale.it.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. # Italian localization file for Textadept by Giovanni Salmeri . # # 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 757617c4..72f581c6 100644 --- a/core/locales/locale.pl.conf +++ b/core/locales/locale.pl.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 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 5fe91a75..c4e8f014 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 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 174a91ed..579602a4 100644 --- a/core/locales/locale.sv.conf +++ b/core/locales/locale.sv.conf @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. # Swedish localization file for Textadept by Niklas Wallén . # # When translating this file into your native language, all translated text must diff --git a/core/ui.lua b/core/ui.lua index 0060231c..7e4ca9ad 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. local ui = ui -- cgit v1.2.3