Skip to content

Commit

Permalink
Merge pull request #8090 from rolandwalker/remove_license_trial
Browse files Browse the repository at this point in the history
delete undocumented `license :trial`
  • Loading branch information
ndr committed Dec 13, 2014
2 parents 3ed8023 + 974e11f commit 5fa9e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cask/dsl/license.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Cask::DSL::License
:gratis => :closed,
:abandoned => :closed, # undocumented, should not be used yet
:freemium => :closed,
:trial => :closed, # undocumented, should not be used yet

:oss => :oss,
:affero => :oss,
Expand Down

0 comments on commit 5fa9e56

Please sign in to comment.