From e012216347915780ab30ba12c2374cab8eada5d9 Mon Sep 17 00:00:00 2001 From: Amory Meltzer Date: Wed, 10 Dec 2014 14:56:41 -0800 Subject: [PATCH] Update darteditor license from unknown to bsd --- Casks/darteditor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/darteditor.rb b/Casks/darteditor.rb index ca14c56595a..d62b35b6f62 100644 --- a/Casks/darteditor.rb +++ b/Casks/darteditor.rb @@ -4,7 +4,7 @@ cask :v1 => 'darteditor' do url 'https://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-macos-x64.zip' homepage 'https://www.dartlang.org/tools/editor/' - license :unknown # todo: improve this machine-generated value + license :bsd app 'dart/DartEditor.app' end