From 58b6a9b1ebf2368b64424d876f1d7db9a183c47d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 31 Dec 2014 21:00:22 -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 | 2 +- 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.pl.conf | 2 +- core/locales/locale.ru.conf | 2 +- core/locales/locale.sv.conf | 2 +- core/ui.lua | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'core') diff --git a/core/._M.luadoc b/core/._M.luadoc index 673597eb..7030af69 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 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 2901d960..036bfa95 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 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 e6d8fa1d..754fe718 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 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 c60546f0..0d07dbc9 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 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 c38a8485..42c8a075 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 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 d33191a4..1a96d2ec 100644 --- a/core/args.lua +++ b/core/args.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/events.lua b/core/events.lua index afa851f9..5b7e92fd 100644 --- a/core/events.lua +++ b/core/events.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/file_io.lua b/core/file_io.lua index 49e99c00..84288230 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/iface.lua b/core/iface.lua index 31ed0fad..101fa548 100644 --- a/core/iface.lua +++ b/core/iface.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/init.lua b/core/init.lua index bb24fcf5..c98b1f62 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. _RELEASE = "Textadept 7.8 beta" diff --git a/core/keys.lua b/core/keys.lua index 3402cf1b..7e78f865 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua index e39fed72..52333796 100644 --- a/core/lfs_ext.lua +++ b/core/lfs_ext.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/locale.conf b/core/locale.conf index ffd0e54b..114756e5 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % % Localization file. % The localized strings may contain UTF-8 characters, but not UTF-16 or UTF-32. diff --git a/core/locale.lua b/core/locale.lua index 51ff68a6..def44789 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf index 8ab68b2b..589b7631 100644 --- a/core/locales/locale.ar.conf +++ b/core/locales/locale.ar.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % Arabic translation by Ahed Eid % % Localization file. diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf index e7727c0a..54ee82ff 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % German translation by Robert Gieseke. % % Localization file. diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index 39356340..24b6219a 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % Spanish translation by Manuel Montenegro Montes % % Localization file. diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf index 2500a707..36eac987 100644 --- a/core/locales/locale.fr.conf +++ b/core/locales/locale.fr.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % French translation by Gilles Grégoire % % Localization file. diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf index e2e24e29..aca3e399 100644 --- a/core/locales/locale.pl.conf +++ b/core/locales/locale.pl.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % Polish translation by Piotr "Orzech" Orzechowski [drzewo.org], 2014. % % Localization file. diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index e2bd051a..7432b047 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % Russian translation by Vladimir Lomov % % Localization file. diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf index 73922792..3bef543a 100644 --- a/core/locales/locale.sv.conf +++ b/core/locales/locale.sv.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +% Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. % Swedish translation by Niklas Wallén % % Localization file. diff --git a/core/ui.lua b/core/ui.lua index c215ae09..da6e04a1 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. local ui = ui -- cgit v1.2.3