diff options
| author | Dominyk Tiller | 2015-01-14 03:52:58 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-14 15:00:42 +0000 | 
| commit | 001c238606b681231f1f229cc9e05ea4fd574a57 (patch) | |
| tree | a9926351104302e78946284c011ae43adeb01242 /Library/Homebrew/tap_migrations.rb | |
| parent | 8269c25a6a1b8ec25a08b365a4760ce19e74bce8 (diff) | |
| download | brew-001c238606b681231f1f229cc9e05ea4fd574a57.tar.bz2 | |
bcwipe: boneyard
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/tap_migrations.rb')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index ef4c3af85..9d8321ea2 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",  | 
