diff options
| -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 | 
