From ca88a8476ffa203289febd2440232637d9ad5968 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 12 Mar 2014 17:30:50 -0700 Subject: [PATCH] add license and website info to plugin header --- plugin/wakatime.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index bd4cca3..f6dae92 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -2,6 +2,8 @@ " File: wakatime.vim " Description: Automatic time tracking for Vim. " Maintainer: WakaTime +" License: BSD, see LICENSE for more details. +" Website: https://www.wakatime.com/ " ============================================================================ let s:VERSION = '1.5.4'