From 16673accd3c491be227cb9e22a0fef33cc812521 Mon Sep 17 00:00:00 2001 From: Amadeus Demarzi Date: Wed, 20 Apr 2016 14:24:01 -0700 Subject: [PATCH] Adding a license note to the README I basically just copied what Tim Pope has done for his projects, an example can be seen here: https://github.com/tpope/vim-pathogen#license --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 797c89e4..1ad4078c 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,7 @@ proposed change and how it is valuable. ## Bug report Report a bug on [GitHub Issues](https://github.com/pangloss/vim-javascript/issues). + +## License + +Distributed under the same terms as Vim itself. See `:help license`.