From 3f07e25d321dca71fb035ce511ade2ccd6fd8cc6 Mon Sep 17 00:00:00 2001 From: Amory Meltzer Date: Sat, 31 Jan 2015 10:24:44 -0800 Subject: [PATCH] Update sonora license from oss to gratis The CODE is licensed under the 3-clause BSD, but the assets (e.g. designs) are not libre, and the application is not available for distribution. See more information at https://github.com/sonoramac/Sonora/blob/master/README.md --- Casks/sonora.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/sonora.rb b/Casks/sonora.rb index 8e75d9edb..5e48c5c3f 100644 --- a/Casks/sonora.rb +++ b/Casks/sonora.rb @@ -7,7 +7,7 @@ cask :v1 => 'sonora' do appcast 'http://getsonora.com/updates/sonora2.xml' name 'Sonora' homepage 'http://getsonora.com/' - license :oss + license :gratis app 'Sonora.app' end