From c25e89e1e63fc5b884d4579183388c0d36a51888 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Mon, 25 Feb 2019 21:11:33 +0000 Subject: [PATCH] Update file headers --- LICENCE | 2 +- ftdetect/org.vim | 2 +- ftplugin/org.vim | 2 +- syntax/org.vim | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENCE b/LICENCE index 22c0844..36d188c 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2018, Alex Vear +Copyright (c) 2019, Alex Vear Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/ftdetect/org.vim b/ftdetect/org.vim index 0230209..28e75a5 100644 --- a/ftdetect/org.vim +++ b/ftdetect/org.vim @@ -1,6 +1,6 @@ " ============================================================= " Description: Detect Org-mode files -" Author: Alex Vear (axvr) +" Author: Alex Vear (axvr) " Licence: ISC (2018) " ============================================================= diff --git a/ftplugin/org.vim b/ftplugin/org.vim index 83f20a0..a063a28 100644 --- a/ftplugin/org.vim +++ b/ftplugin/org.vim @@ -1,6 +1,6 @@ " ============================================================= " Description: Configure Org-mode folding -" Author: Alex Vear (axvr) +" Author: Alex Vear (axvr) " Licence: ISC (2019) " ============================================================= diff --git a/syntax/org.vim b/syntax/org.vim index 1eb49f7..d381913 100644 --- a/syntax/org.vim +++ b/syntax/org.vim @@ -1,6 +1,6 @@ " ============================================================= " Description: Basic Org-mode syntax highlighting -" Author: Alex Vear (axvr) +" Author: Alex Vear (axvr) " Licence: ISC (2019) " =============================================================