diff options
author | Teddy Wing | 2021-10-16 00:35:32 +0200 |
---|---|---|
committer | Teddy Wing | 2021-10-16 00:35:32 +0200 |
commit | 53ba8107609daacb617351a0e11b304196a13a4a (patch) | |
tree | ae3a7e67475dac56458e78c01775f5017d5f2463 | |
parent | 97ff5b1e3352712b895a0fe76e4d765b4755789f (diff) | |
download | vim-twodo-53ba8107609daacb617351a0e11b304196a13a4a.tar.bz2 |
Update copyright years
-rw-r--r-- | autoload/todo/motion.vim | 2 | ||||
-rw-r--r-- | doc/todo.txt | 2 | ||||
-rw-r--r-- | ftplugin/todo.vim | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/autoload/todo/motion.vim b/autoload/todo/motion.vim index ea97b16..ab39f95 100644 --- a/autoload/todo/motion.vim +++ b/autoload/todo/motion.vim @@ -1,4 +1,4 @@ -" Copyright (c) 2020 Teddy Wing +" Copyright (c) 2020, 2021 Teddy Wing " " Twodo is free software: you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by diff --git a/doc/todo.txt b/doc/todo.txt index c952968..f0dfd35 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -130,7 +130,7 @@ todoDeleted Deleted to-do. ============================================================================== LICENSE *todo-license* -Copyright (c) 2016, 2020 Teddy Wing +Copyright (c) 2016, 2020, 2021 Teddy Wing Twodo is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index 9ad32dd..62d48ee 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -1,4 +1,4 @@ -" Copyright (c) 2016, 2020 Teddy Wing +" Copyright (c) 2016, 2020, 2021 Teddy Wing " " Twodo is free software: you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by |