Relicence under the Vim licence, add legal info and update file headers
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
" =============================================================
|
||||
" Description: Set default config options for org.vim
|
||||
" Author: Alex Vear (axvr) <av@axvr.io>
|
||||
" Licence: ISC (2019)
|
||||
" =============================================================
|
||||
" Set default configuration options for org.vim
|
||||
"
|
||||
" Maintainer: Alex Vear <av@axvr.io>
|
||||
" License: Vim (see `:help license`)
|
||||
" Location: plugin/org.vim
|
||||
" Website: https://github.com/axvr/org.vim
|
||||
" Last Change: 2019-09-22
|
||||
|
||||
if !exists('g:org_state_keywords')
|
||||
let g:org_state_keywords = ['TODO', 'NEXT', 'DONE']
|
||||
|
||||
Reference in New Issue
Block a user