From d2ef24c29894e98650fafa646629aa9b772a3c35 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 31 Dec 2019 16:52:45 -0500 Subject: Updated copyright year. --- 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/locales/locale.zh.conf | 2 +- core/ui.lua | 2 +- doc/.footer.md | 2 +- doc/index.html | 2 +- doc/markdowndoc.lua | 2 +- init.lua | 2 +- modules/ansi_c/init.lua | 2 +- modules/lua/init.lua | 2 +- modules/lua/tadoc.lua | 2 +- modules/textadept/bookmarks.lua | 2 +- modules/textadept/command_entry.lua | 2 +- modules/textadept/editing.lua | 2 +- modules/textadept/file_types.lua | 2 +- modules/textadept/find.lua | 2 +- modules/textadept/init.lua | 2 +- modules/textadept/keys.lua | 2 +- modules/textadept/menu.lua | 2 +- modules/textadept/run.lua | 2 +- modules/textadept/session.lua | 2 +- modules/textadept/snippets.lua | 2 +- scripts/gen_iface.lua | 4 ++-- scripts/gen_lua_c_api_tags.lua | 2 +- scripts/gen_plist.lua | 2 +- scripts/osx/ta | 2 +- scripts/osx/textadept_osx | 2 +- src/Makefile | 2 +- src/termkey.patch | 2 +- src/textadept.c | 2 +- src/textadept.rc | 2 +- themes/dark.lua | 2 +- themes/light.lua | 2 +- themes/term.lua | 2 +- 49 files changed, 51 insertions(+), 51 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 . # # 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 . # # 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 # and revised by Giovanni Salmeri . # 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 . # # 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 . # # 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 diff --git a/doc/.footer.md b/doc/.footer.md index cdf30e88..fa00ac9a 100644 --- a/doc/.footer.md +++ b/doc/.footer.md @@ -1,3 +1,3 @@ --> (c) 2007-2019 [Mitchell][] mitchell.att.foicica.com <- +-> (c) 2007-2020 [Mitchell][] mitchell.att.foicica.com <- [Mitchell]: http://foicica.com diff --git a/doc/index.html b/doc/index.html index c0ae6d74..2bcebf5b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -369,7 +369,7 @@ diff --git a/doc/markdowndoc.lua b/doc/markdowndoc.lua index a7e8d3ff..d8f5b186 100644 --- a/doc/markdowndoc.lua +++ b/doc/markdowndoc.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 ipairs, type = ipairs, type local io_open, io_popen = io.open, io.popen diff --git a/init.lua b/init.lua index 17202923..85963819 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. package.path = table.concat({ _USERHOME..'/?.lua', diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua index ec7a08f4..18e88158 100644 --- a/modules/ansi_c/init.lua +++ b/modules/ansi_c/init.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/modules/lua/init.lua b/modules/lua/init.lua index f25b6b82..884db43e 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.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/modules/lua/tadoc.lua b/modules/lua/tadoc.lua index 04ff8ef5..f9eaa7e3 100644 --- a/modules/lua/tadoc.lua +++ b/modules/lua/tadoc.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. -- Textadept autocompletions and API documentation doclet for LuaDoc. -- This module is used by LuaDoc to create Lua autocompletion and API diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 601d5a78..47cf751f 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.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/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index d858f071..1a5a3df9 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.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. -- Abbreviated environment and commands from Jay Gould. local M = ui.command_entry diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index fe54e1ed..3ad02e8b 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.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/modules/textadept/file_types.lua b/modules/textadept/file_types.lua index 4a896d1a..df35f861 100644 --- a/modules/textadept/file_types.lua +++ b/modules/textadept/file_types.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/modules/textadept/find.lua b/modules/textadept/find.lua index 7a26296c..fc4c541b 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.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 = ui.find diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index 5cf7dabf..47b516c0 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.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 = {} textadept = M -- forward declaration diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index d3cc7350..05de0116 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/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/modules/textadept/menu.lua b/modules/textadept/menu.lua index 059af354..3806e14b 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.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. -- Contributions from Robert Gieseke. local M = {} diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index de07b766..8b236e9f 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.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/modules/textadept/session.lua b/modules/textadept/session.lua index cc458483..ef85c9a2 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.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/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index ba16bff6..cd41c635 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.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/scripts/gen_iface.lua b/scripts/gen_iface.lua index 23f7e98a..95e52cbe 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. local constants, functions, properties = {}, {}, {} local const_patt = '^val ([%w_]+)=([-%dx%x]+)' @@ -96,7 +96,7 @@ table.sort(properties) local f = io.open('../core/iface.lua', 'wb') f:write([=[ --- 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/scripts/gen_lua_c_api_tags.lua b/scripts/gen_lua_c_api_tags.lua index cf9d584c..4271d4a8 100755 --- a/scripts/gen_lua_c_api_tags.lua +++ b/scripts/gen_lua_c_api_tags.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. local f = io.open('../modules/ansi_c/lua_tags', 'w') -- Lua header files define API functions in a way ctags cannot detect. diff --git a/scripts/gen_plist.lua b/scripts/gen_plist.lua index 4a8aa7a1..63f967d1 100755 --- a/scripts/gen_plist.lua +++ b/scripts/gen_plist.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. -- This script generates the "Info.plist" file for the Mac OSX App bundle. diff --git a/scripts/osx/ta b/scripts/osx/ta index b3698a1e..e9581fcb 100755 --- a/scripts/osx/ta +++ b/scripts/osx/ta @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. if [[ "$1" == "-h" || "$1" == "--help" ]]; then echo "ta - shell script to launch Textadept.app" diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx index 38c9942b..3ab1d4ad 100755 --- a/scripts/osx/textadept_osx +++ b/scripts/osx/textadept_osx @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. # Set the GTK environment variables of resources within Textadept.app. bundle=$(cd "$(dirname "$0")/../../" && pwd) diff --git a/src/Makefile b/src/Makefile index b9816c56..f0fd7bf6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. CC = gcc CFLAGS = -Os diff --git a/src/termkey.patch b/src/termkey.patch index 673126c2..3a1db0c4 100644 --- a/src/termkey.patch +++ b/src/termkey.patch @@ -2,7 +2,7 @@ diff -r 49c8684413c0 driver-win32-pdcurses.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/driver-win32-pdcurses.c Tue Dec 23 13:31:50 2014 -0500 @@ -0,0 +1,108 @@ -+// Copyright 2014-2019 Mitchell mitchell.att.foicica.com. See LICENSE. ++// Copyright 2014-2020 Mitchell mitchell.att.foicica.com. See LICENSE. + +#include "termkey.h" +#include "termkey-internal.h" diff --git a/src/textadept.c b/src/textadept.c index e8a87678..c0bf836d 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +// Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. #if __linux__ #define _XOPEN_SOURCE 500 // for readlink from unistd.h diff --git a/src/textadept.rc b/src/textadept.rc index 722aab7e..cf7662a8 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -19,7 +19,7 @@ BEGIN VALUE "FileDescription", "textadept\0" VALUE "FileVersion", "10.8\0" VALUE "InternalName", "textadept\0" - VALUE "LegalCopyright", "Copyright 2006-2019 by Mitchell\0" + VALUE "LegalCopyright", "Copyright 2006-2020 by Mitchell\0" VALUE "OriginalFilename", "textadept.exe\0" VALUE "ProductName", "textadept\0" VALUE "ProductVersion", "10.8\0" diff --git a/themes/dark.lua b/themes/dark.lua index bd22b952..1471fe90 100644 --- a/themes/dark.lua +++ b/themes/dark.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. -- Dark theme for Textadept. -- Contributions by Ana Balan. diff --git a/themes/light.lua b/themes/light.lua index 9ec38cdc..aab37c73 100644 --- a/themes/light.lua +++ b/themes/light.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. -- Light theme for Textadept. -- Contributions by Ana Balan. diff --git a/themes/term.lua b/themes/term.lua index 142b7653..bbb50b28 100644 --- a/themes/term.lua +++ b/themes/term.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. -- Terminal theme for Textadept. -- Contributions by Ana Balan. -- cgit v1.2.3