aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorTeddy Wing2019-12-14 20:02:46 +0100
committerTeddy Wing2019-12-14 20:02:46 +0100
commitc85ebc483e4ce512edef128a563f7be08f9c6994 (patch)
tree2c6cde9de25cc9b2844db0d308d0015d58258941 /plugin
parent9ae3c68f3a193c1d3ed387b23ea4ddb89756865f (diff)
downloadvim-nohai-c85ebc483e4ce512edef128a563f7be08f9c6994.tar.bz2
Add license (GNU GPLv3+)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/nohai.vim15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugin/nohai.vim b/plugin/nohai.vim
index 65d56de..44b7d07 100644
--- a/plugin/nohai.vim
+++ b/plugin/nohai.vim
@@ -1,3 +1,18 @@
+" Copyright (c) 2019 Teddy Wing
+"
+" Nohai is free software: you can redistribute it and/or modify it
+" under the terms of the GNU General Public License as published by
+" the Free Software Foundation, either version 3 of the License, or
+" (at your option) any later version.
+"
+" Nohai is distributed in the hope that it will be useful, but WITHOUT
+" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+" or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+" License for more details.
+"
+" You should have received a copy of the GNU General Public License
+" along with Nohai. If not, see <https://www.gnu.org/licenses/>.
+
if exists('g:loaded_nohai')
\ || !exists('##CmdlineEnter')
\ || !exists('##CmdlineLeave')