diff options
| author | Dominyk Tiller | 2015-01-14 03:52:58 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-14 15:00:42 +0000 | 
| commit | d245fa0904d7b0ff668d459a566e5d4e6d3899ab (patch) | |
| tree | 7e39073e1f9fbc46b63118301708acfdc234b387 /Library/Homebrew/tap_migrations.rb | |
| parent | 4803a8f25e53217746677d80a6ec70a59524f63e (diff) | |
| download | homebrew-d245fa0904d7b0ff668d459a566e5d4e6d3899ab.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 #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", | 
