From b416ae01e045fc0e559f4a80e7a7cf9851902ff7 Mon Sep 17 00:00:00 2001 From: Amory Meltzer Date: Tue, 16 Dec 2014 17:39:27 -0800 Subject: [PATCH] Update chocolat license from unknown to commercial This could theoretically be billed as ':freemium' but after the trial period is over the app apparently forces you to use Comic Sans (http://gizmodo.com/5909063/how-to-make-sure-someone-will-buy-your-app). Some may consider paying to avoid that a freemium, but I and many other would argue a Comic Sans-only texteditor is no texteditor at all. --- Casks/chocolat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/chocolat.rb b/Casks/chocolat.rb index 6f230b8b4..917cd5de2 100644 --- a/Casks/chocolat.rb +++ b/Casks/chocolat.rb @@ -5,7 +5,7 @@ cask :v1 => 'chocolat' do url 'https://chocolatapp.com/download' appcast 'http://chocolatapp.com/userspace/appcast/appcast_alpha.php' homepage 'http://chocolatapp.com/' - license :unknown # todo: improve this machine-generated value + license :commercial app 'Chocolat.app' end