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/history.lua | 2 | ||||
-rw-r--r-- | modules/textadept/init.lua | 2 | ||||
-rw-r--r-- | modules/textadept/keys.lua | 2 | ||||
-rw-r--r-- | modules/textadept/macros.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 |
13 files changed, 13 insertions, 13 deletions
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 5f919e3d..030874b4 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 0decfc6c..0020091b 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. 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 6ff251ba..8fc2a3f4 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/textadept/file_types.lua b/modules/textadept/file_types.lua index df8a1338..aa50e1b1 100644 --- a/modules/textadept/file_types.lua +++ b/modules/textadept/file_types.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 262c1574..b570c30a 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = ui.find diff --git a/modules/textadept/history.lua b/modules/textadept/history.lua index f6238a0d..15ec0a38 100644 --- a/modules/textadept/history.lua +++ b/modules/textadept/history.lua @@ -1,4 +1,4 @@ --- Copyright 2019-2021 Mitchell. See LICENSE. +-- Copyright 2019-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index d2bde80c..549428e6 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} textadept = M -- forward declaration diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index b50503cb..10120f97 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/textadept/macros.lua b/modules/textadept/macros.lua index 9df07421..b7f3c3c2 100644 --- a/modules/textadept/macros.lua +++ b/modules/textadept/macros.lua @@ -1,4 +1,4 @@ --- Copyright 2018-2021 Mitchell. See LICENSE. +-- Copyright 2018-2022 Mitchell. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index ddfb81cb..9bf93457 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. -- Contributions from Robert Gieseke. local M = {} diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index d39e7919..7f517529 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index b36b158e..9f1cfb8e 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index cc423462..6fcb82ef 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} |