diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ansi_c/init.lua | 2 | ||||
-rw-r--r-- | modules/lua/init.lua | 2 | ||||
-rw-r--r-- | modules/lua/tadoc.lua | 2 | ||||
-rw-r--r-- | modules/textadept/bookmarks.lua | 2 | ||||
-rw-r--r-- | modules/textadept/command_entry.lua | 2 | ||||
-rw-r--r-- | modules/textadept/editing.lua | 2 | ||||
-rw-r--r-- | modules/textadept/file_types.lua | 2 | ||||
-rw-r--r-- | modules/textadept/find.lua | 2 | ||||
-rw-r--r-- | modules/textadept/init.lua | 2 | ||||
-rw-r--r-- | modules/textadept/keys.lua | 2 | ||||
-rw-r--r-- | modules/textadept/menu.lua | 4 | ||||
-rw-r--r-- | modules/textadept/run.lua | 2 | ||||
-rw-r--r-- | modules/textadept/session.lua | 2 | ||||
-rw-r--r-- | modules/textadept/snippets.lua | 2 |
14 files changed, 15 insertions, 15 deletions
diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua index 2a0b793d..6314fea2 100644 --- a/modules/ansi_c/init.lua +++ b/modules/ansi_c/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 = {} diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 5d110ccc..bc5ced65 100644 --- a/modules/lua/init.lua +++ b/modules/lua/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 = {} diff --git a/modules/lua/tadoc.lua b/modules/lua/tadoc.lua index b097e892..ff72b09d 100644 --- a/modules/lua/tadoc.lua +++ b/modules/lua/tadoc.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. -- 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 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 = {} |