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