From 19babbda11544e3333b5b2d89825489559127bc2 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Tue, 15 Jun 2021 19:46:20 +0100 Subject: [PATCH] Update email address and last changed dates --- .gitattributes | 2 +- README.org | 2 +- autoload/org.vim | 2 +- doc/org.txt | 2 +- ftdetect/org.vim | 2 +- ftplugin/org.vim | 4 ++-- ftplugin/outline.vim | 2 +- syntax/org.vim | 4 ++-- syntax/outline.vim | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 13da87b..53e4c0d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/README.org b/README.org index d9e0794..152c954 100644 --- a/README.org +++ b/README.org @@ -51,7 +51,7 @@ Different Vim colour schemes will result in different appearances. ** Licence -Copyright © 2018–2020, Alex Vear. +Copyright © 2018–2021, Alex Vear. Org.vim is distributed under the same terms as Vim itself. diff --git a/autoload/org.vim b/autoload/org.vim index ec4f5f8..297f22c 100644 --- a/autoload/org.vim +++ b/autoload/org.vim @@ -1,6 +1,6 @@ " Helper functions for org.vim " -" Maintainer: Alex Vear +" Maintainer: Alex Vear " License: Vim (see `:help license`) " Location: autoload/org.vim " Website: https://github.com/axvr/org.vim diff --git a/doc/org.txt b/doc/org.txt index d5fcb0f..d450c96 100644 --- a/doc/org.txt +++ b/doc/org.txt @@ -214,7 +214,7 @@ v1.0 [2019-09-28]~ Org.vim is distributed under the same terms as Vim itself. -Copyright (c) 2018–2020, Alex Vear. +Copyright (c) 2018–2021, 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 diff --git a/ftdetect/org.vim b/ftdetect/org.vim index 69fa06e..2d83eaf 100644 --- a/ftdetect/org.vim +++ b/ftdetect/org.vim @@ -1,6 +1,6 @@ " Vim filetype detect plugin for GNU Emacs' Org mode " -" Maintainer: Alex Vear +" Maintainer: Alex Vear " License: Vim (see `:help license`) " Location: ftplugin/org.vim " Website: https://github.com/axvr/org.vim diff --git a/ftplugin/org.vim b/ftplugin/org.vim index d2f974f..9fa3505 100644 --- a/ftplugin/org.vim +++ b/ftplugin/org.vim @@ -1,10 +1,10 @@ " Vim filetype plugin for GNU Emacs' Org mode " -" Maintainer: Alex Vear +" Maintainer: Alex Vear " 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` diff --git a/ftplugin/outline.vim b/ftplugin/outline.vim index 6f08272..0aaad54 100644 --- a/ftplugin/outline.vim +++ b/ftplugin/outline.vim @@ -1,6 +1,6 @@ " Vim filetype plugin for GNU Emacs' Outline mode " -" Maintainer: Alex Vear +" Maintainer: Alex Vear " License: Vim (see `:help license`) " Location: ftplugin/outline.vim " Website: https://github.com/axvr/org.vim diff --git a/syntax/org.vim b/syntax/org.vim index ee274e1..7b01176 100644 --- a/syntax/org.vim +++ b/syntax/org.vim @@ -1,10 +1,10 @@ " Vim syntax file for GNU Emacs' Org mode " -" Maintainer: Alex Vear +" Maintainer: Alex Vear " 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` diff --git a/syntax/outline.vim b/syntax/outline.vim index da93451..4fcc532 100644 --- a/syntax/outline.vim +++ b/syntax/outline.vim @@ -1,10 +1,10 @@ " Vim syntax file for GNU Emacs' Outline mode " -" Maintainer: Alex Vear +" Maintainer: Alex Vear " 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`