From 0df8b807498104cdcab2e34172527ac02b0292e9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 31 Dec 2015 17:14:45 -0500 Subject: Updated copyright date. --- 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 | 4 ++-- modules/textadept/run.lua | 2 +- modules/textadept/session.lua | 2 +- modules/textadept/snippets.lua | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) (limited to 'modules/textadept') diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index c0cbf3a8..4d92fcc3 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 7224b216..6c7a4359 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 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 7eb0b355..347899da 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/file_types.lua b/modules/textadept/file_types.lua index f3acfd30..13a7a44d 100644 --- a/modules/textadept/file_types.lua +++ b/modules/textadept/file_types.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index a6e7d61f..4c89ce7c 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = ui.find diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index f2029665..d6db4cca 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} textadept = M diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index d41d0fd0..8b88cdbc 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index d3799bb4..aade04df 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. -- Contributions from Robert Gieseke. local M = {} @@ -200,7 +200,7 @@ local default_menubar = { SEPARATOR, {_L['_About'], {ui.dialogs.msgbox, {title = 'Textadept', text = _RELEASE, - informative_text = 'Copyright © 2007-2015 Mitchell. See LICENSE\n'.. + informative_text = 'Copyright © 2007-2016 Mitchell. See LICENSE\n'.. 'http://foicica.com/textadept', icon_file = _HOME..'/core/images/ta_64x64.png'}}}, }, diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index c9c26b38..3a5459ee 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 29da882f..ca42faa0 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index 9b10df84..3e2aae27 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} -- cgit v1.2.3