From 1fa48f7a899e296feef9fa71a26abf22be04e92f Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sun, 16 Oct 2011 22:31:28 +0200 Subject: [PATCH] License - re-licensed vim scripts under MIT. --- scripts/vim/README | 2 +- scripts/vim/ftdetect/task.vim | 2 +- scripts/vim/syntax/taskdata.vim | 2 +- scripts/vim/syntax/taskedit.vim | 2 +- scripts/vim/syntax/taskrc.vim | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/vim/README b/scripts/vim/README index 1f7fd9a3f..d5f404eb2 100644 --- a/scripts/vim/README +++ b/scripts/vim/README @@ -55,5 +55,5 @@ All four above mentioned files are Copyright 2009 - 2011 John Florian -and are available under the GNU Public License version 2 or later. +and are available under the MIT license. For the full text of this license, see COPYING. diff --git a/scripts/vim/ftdetect/task.vim b/scripts/vim/ftdetect/task.vim index cfd0723fc..1098eebd8 100644 --- a/scripts/vim/ftdetect/task.vim +++ b/scripts/vim/ftdetect/task.vim @@ -6,7 +6,7 @@ " " Copyright 2009 - 2011 John Florian " -" This file is available under the GNU Public License version 2 or later. +" This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskdata.vim b/scripts/vim/syntax/taskdata.vim index 0cadbcccf..6183ec862 100644 --- a/scripts/vim/syntax/taskdata.vim +++ b/scripts/vim/syntax/taskdata.vim @@ -5,7 +5,7 @@ " " Copyright 2009 - 2011 John Florian " -" This file is available under the GNU Public License version 2 or later. +" This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskedit.vim b/scripts/vim/syntax/taskedit.vim index e728cccd7..7929f117a 100644 --- a/scripts/vim/syntax/taskedit.vim +++ b/scripts/vim/syntax/taskedit.vim @@ -5,7 +5,7 @@ " " Copyright 2009 - 2011 John Florian " -" This file is available under the GNU Public License version 2 or later. +" This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskrc.vim b/scripts/vim/syntax/taskrc.vim index 7a02cdc7f..7142e9222 100644 --- a/scripts/vim/syntax/taskrc.vim +++ b/scripts/vim/syntax/taskrc.vim @@ -5,7 +5,7 @@ " " Copyright 2009 - 2011 John Florian " -" This file is available under the GNU Public License version 2 or later. +" This file is available under the MIT license. " For the full text of this license, see COPYING.