Relicence under the Vim licence, add legal info and update file headers

This commit is contained in:
Alex Vear
2019-09-22 18:01:36 +01:00
parent 3f9b6c5977
commit c47ffd4ec6
9 changed files with 192 additions and 49 deletions

View File

@@ -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