From 9ef7fcb502beae2a53cb8af01665ca486b835125 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 28 Apr 2015 15:34:11 +0200 Subject: [PATCH] Small maintenance tasks --- LICENSE | 2 +- README.adoc | 2 +- autoload/startify.vim | 3 +-- plugin/startify.vim | 3 +-- syntax/startify.vim | 3 +-- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index fb241d2..f5b3716 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 Marco Hinz +Copyright (c) 2015 Marco Hinz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.adoc b/README.adoc index 517f5eb..5140077 100644 --- a/README.adoc +++ b/README.adoc @@ -151,4 +151,4 @@ _Thank you for flying mhi airlines. Get your Vim on!_ == License -MIT license. Copyright (c) 2014 Marco Hinz. +MIT license. Copyright (c) 2015 Marco Hinz. diff --git a/autoload/startify.vim b/autoload/startify.vim index 77f41ef..26c7c9a 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -1,9 +1,8 @@ " vim: et sw=2 sts=2 " Plugin: https://github.com/mhinz/vim-startify -" Description: Start screen displaying recently used stuff. +" Description: A fancy start screen for Vim. " Maintainer: Marco Hinz -" Version: 1.8 if exists('g:autoloaded_startify') || &compatible finish diff --git a/plugin/startify.vim b/plugin/startify.vim index c24efcd..aaf118f 100644 --- a/plugin/startify.vim +++ b/plugin/startify.vim @@ -1,9 +1,8 @@ " vim: et sw=2 sts=2 " Plugin: https://github.com/mhinz/vim-startify -" Description: Start screen displaying recently used stuff. +" Description: A fancy start screen for Vim. " Maintainer: Marco Hinz -" Version: 1.8 if exists('g:loaded_startify') || &cp finish diff --git a/syntax/startify.vim b/syntax/startify.vim index 8932e02..4343ba6 100644 --- a/syntax/startify.vim +++ b/syntax/startify.vim @@ -1,9 +1,8 @@ " vim: et sw=2 sts=2 " Plugin: https://github.com/mhinz/vim-startify -" Description: Start screen displaying recently used stuff. +" Description: A fancy start screen for Vim. " Maintainer: Marco Hinz -" Version: 1.8 if exists("b:current_syntax") finish