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 | 2 | ||||
-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, 14 insertions, 14 deletions
diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua index eb777b51..ec7a08f4 100644 --- a/modules/ansi_c/init.lua +++ b/modules/ansi_c/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 9b0821ac..246caa59 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/lua/tadoc.lua b/modules/lua/tadoc.lua index 26ff7f86..6cd6983c 100644 --- a/modules/lua/tadoc.lua +++ b/modules/lua/tadoc.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 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 429b658f..601d5a78 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index f5fef2f6..9b4f36e9 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 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 673d177e..98cf4687 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/file_types.lua b/modules/textadept/file_types.lua index a25cc024..ad01118b 100644 --- a/modules/textadept/file_types.lua +++ b/modules/textadept/file_types.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 815b4c66..905d1d06 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = ui.find diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index 5f84e429..5cf7dabf 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 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 f27044e8..5724ff42 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 5f38c340..7a8da077 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 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 f8324bfe..d31ae527 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index d53fe359..cc458483 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index c7ff417a..ba16bff6 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} |