Skip to content

Commit

Permalink
Merge pull request #7933 from rolandwalker/comment_unknown_license
Browse files Browse the repository at this point in the history
mark `license :unknown` with explicit todo comment
  • Loading branch information
rolandwalker committed Dec 10, 2014
2 parents 95bc7ee + 568a822 commit e5d4765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cask/cli/create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def self.template(cask_token)
url 'https://'
name ''
homepage ''
license :unknown
license :unknown # todo: improve this machine-generated value
app ''
end
Expand Down
2 changes: 1 addition & 1 deletion test/cask/cli/create_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def self.editor_commands
url 'https://'
name ''
homepage ''
license :unknown
license :unknown # todo: improve this machine-generated value
app ''
end
Expand Down

0 comments on commit e5d4765

Please sign in to comment.