Skip to content

Commit

Permalink
Move LICENCE to LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Sep 20, 2023
1 parent 469c980 commit f26ea6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ match is selected the file will be opened at the line and column of the match.

Copyright © 2016-2023 [Scott Stevenson].

vim-picker is distributed under the terms of the [ISC licence].
vim-picker is distributed under the terms of the [ISC license].

[botright]: https://neovim.io/doc/user/windows.html#:botright
[command-t]: https://github.com/wincent/command-t
Expand All @@ -255,7 +255,7 @@ vim-picker is distributed under the terms of the [ISC licence].
[fd]: https://github.com/sharkdp/fd
[fzy-tmux]: https://github.com/jhawthorn/fzy/blob/master/contrib/fzy-tmux
[fzy]: https://github.com/jhawthorn/fzy
[isc licence]: https://opensource.org/licenses/ISC
[isc license]: https://opensource.org/licenses/ISC
[minpac]: https://github.com/k-takata/minpac
[neovim]: https://neovim.io/
[nvim-terminal]: https://neovim.io/doc/user/nvim_terminal_emulator.html
Expand Down
6 changes: 3 additions & 3 deletions doc/picker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONTENTS *picker-contents*
4. Configuration .............................|picker-configuration|
5. Functions .................................|picker-functions|
6. Issues ....................................|picker-issues|
7. Licence ...................................|picker-licence|
7. License ...................................|picker-license|

==============================================================================
ABOUT *picker-about*
Expand Down Expand Up @@ -199,11 +199,11 @@ Bug reports and patches are welcome on the issue tracker at
https://github.com/srstevenson/vim-picker/issues

==============================================================================
LICENCE *picker-licence*
LICENSE *picker-license*

Copyright © 2016-2023 Scott Stevenson.

vim-picker is distributed under the terms of the ISC licence.
vim-picker is distributed under the terms of the ISC license.

==============================================================================
vim:et:ft=help:sts=4:tw=78:

0 comments on commit f26ea6d

Please sign in to comment.