Update weka license from oss to gpl

http://sourceforge.net/projects/weka/ and http://www.cs.waikato.ac.nz/ml/weka/
This commit is contained in:
Amory Meltzer 2015-01-31 10:26:18 -08:00
parent 712866ea5a
commit d6f27780c3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'weka' do
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/sourceforge/weka/weka-#{version.gsub('.','-')}-oracle-jvm.dmg"
homepage 'http://www.cs.waikato.ac.nz/ml/weka/'
license :oss
license :gpl
app "weka-#{version.gsub('.','-')}-oracle-jvm.app"
end