diff options
author | 2022-01-31 12:50:04 -0500 | |
---|---|---|
committer | 2022-01-31 12:50:04 -0500 | |
commit | e22866529c87f36755cf8cf42e467f46ed43aafd (patch) | |
tree | ce11151dee30817ec2a4354c096b225f84fbb49b /modules | |
parent | 8b8af7934179b559a81f41364666e9546ce2e36b (diff) | |
download | textadept-e22866529c87f36755cf8cf42e467f46ed43aafd.tar.gz textadept-e22866529c87f36755cf8cf42e467f46ed43aafd.zip |
Updated copyright year.
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/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 |
16 files changed, 16 insertions, 16 deletions
diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua index c8c15d17..2f46ccfd 100644 --- a/modules/ansi_c/init.lua +++ b/modules/ansi_c/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 00508de3..02644e44 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/lua/tadoc.lua b/modules/lua/tadoc.lua index 8404364f..e8a95839 100644 --- a/modules/lua/tadoc.lua +++ b/modules/lua/tadoc.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. -- Textadept autocompletions and API documentation doclet for LuaDoc. -- This module is used by LuaDoc to create Lua autocompletion and API documentation files that 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 = {} |