From baeac5bec9cc9b2da5ac69054d91ae3838fde402 Mon Sep 17 00:00:00 2001 From: Kevin Bongart Date: Sun, 16 Mar 2014 16:52:37 -0400 Subject: [PATCH] Remove copyright information, as per #2588 --- plugins/rake-fast/rake-fast.plugin.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/rake-fast/rake-fast.plugin.zsh b/plugins/rake-fast/rake-fast.plugin.zsh index 0c268355..32085523 100644 --- a/plugins/rake-fast/rake-fast.plugin.zsh +++ b/plugins/rake-fast/rake-fast.plugin.zsh @@ -15,11 +15,6 @@ # which is inspired by this Ruby on Rails trick from 2006: # http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh/ -# Author: Kevin Bongart -# contact@kevinbongart.net -# http://kevinbongart.net -# https://github.com/KevinBongart - _rake_refresh () { if [ -f .rake_tasks ]; then rm .rake_tasks