Merge pull request #411 from preservim/license-cc0

This commit is contained in:
Caleb Maclennan
2020-06-08 14:25:18 +03:00
committed by GitHub
3 changed files with 123 additions and 17 deletions

View File

@@ -1,18 +1,3 @@
" ============================================================================
" File: NERD_commenter.vim
" Description: vim global plugin that provides easy code commenting
" Author: Martin Grenfell <martin.grenfell at gmail dot com>
" Maintainer: Caleb Maclennan <caleb@alerque.com>
" Version: 2.5.1
" Last Change: Tue Nov 7 10:45:53 +03 2017
" 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.
"
" ============================================================================
" Section: script init stuff {{{1
if exists('loaded_nerd_comments')
finish