Skip to content

Commit

Permalink
update valid license values
Browse files Browse the repository at this point in the history
* change :free (closed-source) to :gratis for clarity
* add :freemium (eg Alfred)
* add :lppl (LaTeX)
* change :ubuntu to :ubuntu_font
  • Loading branch information
rolandwalker committed Sep 27, 2014
1 parent 0681768 commit f36d8e5
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 f36d8e5

Please sign in to comment.