浏览代码

Remove copyright information, as per #2588

Kevin Bongart 11 年之前
父节点
当前提交
baeac5bec9
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      plugins/rake-fast/rake-fast.plugin.zsh

+ 0 - 5
plugins/rake-fast/rake-fast.plugin.zsh

@@ -15,11 +15,6 @@
 # which is inspired by this Ruby on Rails trick from 2006:
 # which is inspired by this Ruby on Rails trick from 2006:
 # http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh/
 # 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 () {
 _rake_refresh () {
   if [ -f .rake_tasks ]; then
   if [ -f .rake_tasks ]; then
     rm .rake_tasks
     rm .rake_tasks