Specify that basex is under BSD license

From the homepage:

> Our product itself is completely Open Source (BSD-licensed) and
> platform independent; join our mailing lists to get regular updates!
This commit is contained in:
Yegor Timoschenko 2014-10-16 01:34:24 +07:00
parent 5f6c630704
commit 530e7e82c8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class Basex < Cask
url "http://files.basex.org/releases/#{version}/BaseX781.app.zip"
homepage 'http://basex.org/home/'
license :unknown
license :bsd
app 'BaseX.app'
end