diff --git a/README.markdown b/README.markdown index 7d70405..d914131 100644 --- a/README.markdown +++ b/README.markdown @@ -49,4 +49,5 @@ you're feeling especially charitable, follow [tpope](http://tpo.pe/) on License ------- -Distributable under the same terms as Vim itself. See `:help license`. +Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. +See `:help license`. diff --git a/autoload/repeat.vim b/autoload/repeat.vim index d2edf8e..f224510 100644 --- a/autoload/repeat.vim +++ b/autoload/repeat.vim @@ -7,6 +7,10 @@ " Place in either ~/.vim/plugin/repeat.vim (to load at start up) or " ~/.vim/autoload/repeat.vim (to load automatically as needed). " +" License: +" Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. +" See :help license +" " Developers: " Basic usage is as follows: "