update header and change license to wtfpl

This commit is contained in:
Martin Grenfell
2008-06-17 21:03:00 +12:00
parent 0a73777381
commit e1b369f34e
2 changed files with 20 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
" vim global plugin that provides a nice tree explorer
" Last Change: 17 May 2008
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
" ============================================================================
" File: NERD_tree.vim
" Description: vim global plugin that provides a nice tree explorer
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
" Last Change: 17 June, 2008
" 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.
"
" ============================================================================
let s:NERD_tree_version = '2.10.0rc1'
" SECTION: Script init stuff {{{1