Update email address and last changed dates

This commit is contained in:
Alex Vear
2021-06-15 19:46:20 +01:00
parent 5e1d9fb5fb
commit 19babbda11
9 changed files with 12 additions and 12 deletions

2
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
# See: https://axvr.io/projects/ascribe/
# See: https://ascribe.axvr.uk
* text=auto eol=lf final-newline trim-trailing-whitespace
*.vim line-length=78 expand-tab tab-stop=4
doc/*.txt line-length=78 expand-tab tab-stop=4

View File

@@ -51,7 +51,7 @@ Different Vim colour schemes will result in different appearances.
** Licence
Copyright © 20182020, Alex Vear.
Copyright © 20182021, Alex Vear.
Org.vim is distributed under the same terms as Vim itself.

View File

@@ -1,6 +1,6 @@
" Helper functions for org.vim
"
" Maintainer: Alex Vear <av@axvr.io>
" Maintainer: Alex Vear <alex@vear.uk>
" License: Vim (see `:help license`)
" Location: autoload/org.vim
" Website: https://github.com/axvr/org.vim

View File

@@ -214,7 +214,7 @@ v1.0 [2019-09-28]~
Org.vim is distributed under the same terms as Vim itself.
Copyright (c) 20182020, Alex Vear.
Copyright (c) 20182021, Alex Vear.
A copy of the full licence text should have been provided with this extension
in the `LICENCE` file. The license can also be viewed on the web [3] or by

View File

@@ -1,6 +1,6 @@
" Vim filetype detect plugin for GNU Emacs' Org mode
"
" Maintainer: Alex Vear <av@axvr.io>
" Maintainer: Alex Vear <alex@vear.uk>
" License: Vim (see `:help license`)
" Location: ftplugin/org.vim
" Website: https://github.com/axvr/org.vim

View File

@@ -1,10 +1,10 @@
" Vim filetype plugin for GNU Emacs' Org mode
"
" Maintainer: Alex Vear <av@axvr.io>
" Maintainer: Alex Vear <alex@vear.uk>
" License: Vim (see `:help license`)
" Location: ftplugin/org.vim
" Website: https://github.com/axvr/org.vim
" Last Change: 2020-01-04
" Last Change: 2020-02-15
"
" Reference Specification: Org mode manual
" GNU Info: `$ info Org`

View File

@@ -1,6 +1,6 @@
" Vim filetype plugin for GNU Emacs' Outline mode
"
" Maintainer: Alex Vear <av@axvr.io>
" Maintainer: Alex Vear <alex@vear.uk>
" License: Vim (see `:help license`)
" Location: ftplugin/outline.vim
" Website: https://github.com/axvr/org.vim

View File

@@ -1,10 +1,10 @@
" Vim syntax file for GNU Emacs' Org mode
"
" Maintainer: Alex Vear <av@axvr.io>
" Maintainer: Alex Vear <alex@vear.uk>
" License: Vim (see `:help license`)
" Location: syntax/org.vim
" Website: https://github.com/axvr/org.vim
" Last Change: 2020-01-05
" Last Change: 2021-03-11
"
" Reference Specification: Org mode manual
" GNU Info: `$ info Org`

View File

@@ -1,10 +1,10 @@
" Vim syntax file for GNU Emacs' Outline mode
"
" Maintainer: Alex Vear <av@axvr.io>
" Maintainer: Alex Vear <alex@vear.uk>
" License: Vim (see `:help license`)
" Location: syntax/outline.vim
" Website: https://github.com/axvr/org.vim
" Last Change: 2019-09-28
" Last Change: 2020-08-24
"
" Reference Specification: GNU Emacs Manual, section 'Outline Mode'
" GNU Info: `$ info Emacs Outline Mode`