diff --git a/syntax_checkers/rnc/rnv.vim b/syntax_checkers/rnc/rnv.vim index 241c9707..f62aed68 100644 --- a/syntax_checkers/rnc/rnv.vim +++ b/syntax_checkers/rnc/rnv.vim @@ -2,7 +2,11 @@ "File: rnv.vim "Description: RelaxNG RNV syntax checking plugin for syntastic.vim "Maintainer: Remko Tronçon -"License: BSD +"License: This program is free software. It comes without any warranty, +" to the extent permitted by applicable law. You can redistribute +" it and/or modify it under the terms of the Do What The Fuck You +" Want To Public License, Version 2, as published by Sam Hocevar. +" See http://sam.zoy.org/wtfpl/COPYING for more details. "============================================================================ if exists("g:loaded_syntastic_rnc_rnv_checker")