Skip to content

Commit

Permalink
Merge pull request #6357 from rolandwalker/tweak_license_types
Browse files Browse the repository at this point in the history
update valid license values
  • Loading branch information
rolandwalker committed Sep 27, 2014
2 parents b743273 + f36d8e5 commit b8452a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/cask/dsl/license.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class Cask::DSL::License
:closed => :closed,
:abandoned => :closed,
:commercial => :closed,
:free => :closed,
:freemium => :closed,
:gratis => :closed,
:trial => :closed,

:oss => :oss,
Expand All @@ -24,12 +25,13 @@ class Cask::DSL::License
:eclipse => :oss,
:gpl => :oss,
:isc => :oss,
:lppl => :oss,
:ncsa => :oss,
:mit => :oss,
:mpl => :oss,
:ofl => :oss,
:public_domain => :oss,
:ubuntu => :oss,
:ubuntu_font => :oss,
:x11 => :oss,
}

Expand Down

0 comments on commit b8452a9

Please sign in to comment.