From aa7bf2c39f5289f85e38fe74bc016061b37c8eb0 Mon Sep 17 00:00:00 2001 From: Yegor Timoschenko Date: Thu, 16 Oct 2014 04:14:50 +0700 Subject: [PATCH] Cakebrew is under GNU GPL https://github.com/brunophilipe/Cakebrew/blob/master/LICENSE --- Casks/cakebrew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/cakebrew.rb b/Casks/cakebrew.rb index f58bdbc7281..1faffa507de 100644 --- a/Casks/cakebrew.rb +++ b/Casks/cakebrew.rb @@ -5,7 +5,7 @@ class Cakebrew < Cask url "https://www.cakebrew.com/files/cakebrew-#{version}.dmg" appcast 'http://www.cakebrew.com/appcast/profileInfo.php' homepage 'http://www.cakebrew.com' - license :unknown + license :gpl app 'Cakebrew.app' end