From 001c238606b681231f1f229cc9e05ea4fd574a57 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 14 Jan 2015 03:52:58 +0000 Subject: [PATCH] bcwipe: boneyard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bcwipe seems to have gone commercial. 1.9-9 is still “free” as in price, but contains an [incredibly restrictive license](https://www.jetico.com/linux/bcwipe-help/wu_licen.htm) that I’m not particularly sure we want to ship given our rejection of similar situations recently. 1.9-10 onwards, including the latest 1.9-11 release are all “trial” releases which “expire” after 21 days of use and cost some $35 to continue using. Closes Homebrew/homebrew#35850. Signed-off-by: Mike McQuaid --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index ef4c3af855..9d8321ea2e 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -8,6 +8,7 @@ TAP_MIGRATIONS = { "atari++" => "homebrew/x11", "authexec" => "homebrew/boneyard", "aws-iam-tools" => "homebrew/boneyard", + "bcwipe" => "homebrew/boneyard", "blackbox" => "homebrew/boneyard", "bochs" => "homebrew/x11", "boost149" => "homebrew/versions",