Using only useful licenses.

This commit is contained in:
Rodolphe Breard 2015-10-20 18:05:42 +02:00
parent 6d66838424
commit 0b5ef41997

1
.vimrc
View file

@ -51,3 +51,4 @@ nnoremap k gk
" Licenses " Licenses
let g:licenses_copyright_holders_name = $USER_NICKNAME let g:licenses_copyright_holders_name = $USER_NICKNAME
let g:licenses_authors_name = $USER_NICKNAME let g:licenses_authors_name = $USER_NICKNAME
let g:licenses_default_commands = ['affero', 'apache', 'bsd3', 'cecill', 'gfdl', 'gpl', 'gplv2', 'isc', 'lgpl', 'mit', 'mpl', 'verbatim']