Relicence under the Vim licence, add legal info and update file headers
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
" =============================================================
|
||||
" Description: Detect Org-mode files
|
||||
" Author: Alex Vear (axvr) <av@axvr.io>
|
||||
" Licence: ISC (2018)
|
||||
" =============================================================
|
||||
" Vim filetype detect plugin for GNU Emacs' Org mode
|
||||
"
|
||||
" Maintainer: Alex Vear <av@axvr.io>
|
||||
" License: Vim (see `:help license`)
|
||||
" Location: ftplugin/org.vim
|
||||
" Website: https://github.com/axvr/org.vim
|
||||
" Last Change: 2019-09-22
|
||||
"
|
||||
" Reference Specification: Org mode manual
|
||||
" GNU Info: `$ info Org`
|
||||
" Web: <https://orgmode.org/manual/index.html>
|
||||
|
||||
autocmd BufRead,BufNewFile *.org setfiletype org
|
||||
|
||||
Reference in New Issue
Block a user