From 40f2cccd077fdb83dc33d7bc7d757df719464319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ot=C3=A1vio=20Rizzatti?= Date: Tue, 19 Mar 2013 15:39:15 -0400 Subject: [PATCH] Update headers --- LICENSE.txt | 2 +- autoload/dash.vim | 2 +- autoload/dash/cache.vim | 4 ++++ autoload/dash/docset.vim | 4 ++++ autoload/dash/profile.vim | 4 ++++ plugin/dash.vim | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0747c05..b218b0d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ - Copyright (c) 2013 Zeh Rizzatti + Copyright (c) 2013 José Otávio Rizzatti MIT License diff --git a/autoload/dash.vim b/autoload/dash.vim index 2b73948..48d6993 100644 --- a/autoload/dash.vim +++ b/autoload/dash.vim @@ -1,4 +1,4 @@ -" Description: Search Dash.app from vim +" Description: Search Dash.app from Vim " Author: José Otávio Rizzatti " License: MIT diff --git a/autoload/dash/cache.vim b/autoload/dash/cache.vim index f816c2b..fa233b3 100644 --- a/autoload/dash/cache.vim +++ b/autoload/dash/cache.vim @@ -1,3 +1,7 @@ +" Description: Search Dash.app from Vim +" Author: José Otávio Rizzatti +" License: MIT + let s:docset = dash#docset#class let s:plist = funcoo#plist#module let s:profile = dash#profile#class diff --git a/autoload/dash/docset.vim b/autoload/dash/docset.vim index f06e01d..30503a4 100644 --- a/autoload/dash/docset.vim +++ b/autoload/dash/docset.vim @@ -1,3 +1,7 @@ +" Description: Search Dash.app from Vim +" Author: José Otávio Rizzatti +" License: MIT + let s:class = funcoo#object#class.extend() function! s:class.sort(left, right) dict abort "{{{ diff --git a/autoload/dash/profile.vim b/autoload/dash/profile.vim index 9d17c22..0c5db0a 100644 --- a/autoload/dash/profile.vim +++ b/autoload/dash/profile.vim @@ -1,3 +1,7 @@ +" Description: Search Dash.app from Vim +" Author: José Otávio Rizzatti +" License: MIT + let s:class = funcoo#object#class.extend() let s:proto = {} diff --git a/plugin/dash.vim b/plugin/dash.vim index aadc117..80581f7 100644 --- a/plugin/dash.vim +++ b/plugin/dash.vim @@ -1,4 +1,4 @@ -" Description: Search Dash.app from vim +" Description: Search Dash.app from Vim " Author: José Otávio Rizzatti " License: MIT