diff options
Diffstat (limited to 'modules/textadept')
-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 |
11 files changed, 12 insertions, 12 deletions
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 8b808df1..0dd7e0fe 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.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/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index db92f648..14684f43 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.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. -- 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 13503111..46db4127 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.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/modules/textadept/file_types.lua b/modules/textadept/file_types.lua index 48c3414e..68e2904e 100644 --- a/modules/textadept/file_types.lua +++ b/modules/textadept/file_types.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/modules/textadept/find.lua b/modules/textadept/find.lua index 738a4c81..d5fc2d1a 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.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 = ui.find diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index 4d1618c3..f2029665 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/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. local M = {} textadept = M diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 7b306d76..6210f71c 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/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/modules/textadept/menu.lua b/modules/textadept/menu.lua index a770237a..a99f14ad 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.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. -- Contributions from Robert Gieseke. local M = {} @@ -200,7 +200,7 @@ local menubar = { SEPARATOR, {_L['_About'], {ui.dialogs.msgbox, {title = 'Textadept', text = _RELEASE, - informative_text = 'Copyright © 2007-2014 Mitchell. See LICENSE\n'.. + informative_text = 'Copyright © 2007-2015 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 6ccc094f..04339648 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.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/modules/textadept/session.lua b/modules/textadept/session.lua index 5b5c9840..eabbb26d 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.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/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index 05e6ccb7..ae0f2abd 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.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 = {} |