ccleaner.rb: change ':unknown' license comment

This commit is contained in:
Vítor Galvão 2014-12-20 13:45:53 +00:00
parent 9089810d3c
commit 31b801b87c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'ccleaner' do
url "http://download.piriform.com/mac/CCMacSetup#{version.sub(%r{^(\d+)\.(\d+).*},'\1\2')}.dmg"
homepage 'http://www.piriform.com/ccleaner'
license :unknown # todo: improve this machine-generated value
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'CCleaner.app'
end