From d3ec39fe2a5c9ee36e288ff27debe0b688f858ce Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:03:31 +0300 Subject: [PATCH 1/8] google-adwords-editor.rb: add license --- Casks/google-adwords-editor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/google-adwords-editor.rb b/Casks/google-adwords-editor.rb index 3f46b7c4311..15900b8cf58 100644 --- a/Casks/google-adwords-editor.rb +++ b/Casks/google-adwords-editor.rb @@ -5,7 +5,7 @@ cask :v1 => 'google-adwords-editor' do url "https://dl.google.com/adwords_editor/#{version}/Google_AdWords_Editor.dmg" name 'Google AdWords Editor' homepage 'https://www.google.com/intl/en/adwordseditor/' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :gratis tags :vendor => 'Google' app 'Google AdWords Editor.app' From bfc5578f18ea6aaf612cb912911caa4e1e7dbc06 Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:04:08 +0300 Subject: [PATCH 2/8] google-drive.rb: add license and vendor --- Casks/google-drive.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/google-drive.rb b/Casks/google-drive.rb index 1fdebff16b0..75083096993 100644 --- a/Casks/google-drive.rb +++ b/Casks/google-drive.rb @@ -5,7 +5,8 @@ cask :v1 => 'google-drive' do url 'https://dl.google.com/drive/installgoogledrive.dmg' name 'Google Drive' homepage 'https://drive.google.com/' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :gratis + tags :vendor => 'Google' app 'Google Drive.app' From 08b4bf0639a7f47ab64a39a57628000fee08b0de Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:05:28 +0300 Subject: [PATCH 3/8] google-earth-web-plugin.rb: add license and vendor --- Casks/google-earth-web-plugin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/google-earth-web-plugin.rb b/Casks/google-earth-web-plugin.rb index 72d7249ddec..7d47d4ea992 100644 --- a/Casks/google-earth-web-plugin.rb +++ b/Casks/google-earth-web-plugin.rb @@ -5,7 +5,8 @@ cask :v1 => 'google-earth-web-plugin' do url 'http://r2---sn-po4vapo3-j3ae.c.pack.google.com/edgedl/earth/plugin/current/googleearth-mac-plugin-intel.dmg' name 'Google Earth plug-in' homepage 'http://www.google.com/intl/en/earth/explore/products/plugin.html' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :gratis + tags :vendor => 'Google' internet_plugin 'Google Earth Web Plug-in.plugin' end From ba461ed8df65f99c6bdd748f900a185c1c80b7db Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:06:00 +0300 Subject: [PATCH 4/8] google-earth.rb: add license and vendor --- Casks/google-earth.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/google-earth.rb b/Casks/google-earth.rb index b5b30684ede..6d72b3b6a13 100644 --- a/Casks/google-earth.rb +++ b/Casks/google-earth.rb @@ -5,7 +5,8 @@ cask :v1 => 'google-earth' do url 'https://dl.google.com/earth/client/advanced/current/GoogleEarthMac-Intel.dmg' name 'Google Earth' homepage 'https://www.google.com/earth/' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :gratis + tags :vendor => 'Google' app 'Google Earth.app' From 3348325632ae21000e75034be0a84fadc1ff38cb Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:06:26 +0300 Subject: [PATCH 5/8] google-hangouts.rb: add vendor --- Casks/google-hangouts.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Casks/google-hangouts.rb b/Casks/google-hangouts.rb index 343804fd119..1c2665233d4 100644 --- a/Casks/google-hangouts.rb +++ b/Casks/google-hangouts.rb @@ -6,6 +6,7 @@ cask :v1 => 'google-hangouts' do name 'Google Hangouts' homepage 'https://www.google.com/tools/dlpage/hangoutplugin' license :gratis + tags :vendor => 'Google' pkg 'Google Voice and Video.pkg' From 3dc0a26663663a98680cdb8c61bdeb6183bc8cd1 Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:09:08 +0300 Subject: [PATCH 6/8] google-japanese-ime.rb: add license and vendor --- Casks/google-japanese-ime.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/google-japanese-ime.rb b/Casks/google-japanese-ime.rb index 14d5597a74a..fec064e0bfb 100644 --- a/Casks/google-japanese-ime.rb +++ b/Casks/google-japanese-ime.rb @@ -6,7 +6,8 @@ cask :v1 => 'google-japanese-ime' do url 'https://dl.google.com/japanese-ime/latest/GoogleJapaneseInput.dmg' name 'Google Japanese Input Method Editor' homepage 'https://www.google.co.jp/ime/' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :gratis + tags :vendor => 'Google' pkg 'GoogleJapaneseInput.pkg' From 0cb52d7c9b50ed786bff236c86baca977f0266ff Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:09:56 +0300 Subject: [PATCH 7/8] google-notifier.rb: add license --- Casks/google-notifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/google-notifier.rb b/Casks/google-notifier.rb index 070054684ba..53e7687aae7 100644 --- a/Casks/google-notifier.rb +++ b/Casks/google-notifier.rb @@ -5,7 +5,7 @@ cask :v1 => 'google-notifier' do url "https://dl.google.com/mac/download/GoogleNotifier_#{version}.dmg" name 'Google Notifier' homepage 'http://toolbar.google.com/gmail-helper/notifier_mac.html' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :gratis tags :vendor => 'Google' app 'Google Notifier.app' From 695fbf94bd102ad125161fc9cd263d2c2b867a9d Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Sun, 19 Apr 2015 15:10:24 +0300 Subject: [PATCH 8/8] google-plus-auto-backup.rb: add license and vendor --- Casks/google-plus-auto-backup.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/google-plus-auto-backup.rb b/Casks/google-plus-auto-backup.rb index 902e63e0080..ee6e92fa15f 100644 --- a/Casks/google-plus-auto-backup.rb +++ b/Casks/google-plus-auto-backup.rb @@ -5,7 +5,8 @@ cask :v1 => 'google-plus-auto-backup' do url 'https://dl.google.com/dl/edgedl/picasa/gpautobackup_setup.dmg' name 'Google+ Auto Backup' homepage 'http://picasa.google.com/' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :gratis + tags :vendor => 'Google' app 'Google+ Auto Backup.app' end