Skip to content

Commit

Permalink
Merge pull request #6071 from rolandwalker/license_ncsa
Browse files Browse the repository at this point in the history
DSL add NCSA OSS license type
  • Loading branch information
rolandwalker committed Sep 8, 2014
2 parents b8523e2 + 11e5376 commit 891bff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cask/dsl/license.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Cask::DSL::License
:eclipse => :oss,
:gpl => :oss,
:isc => :oss,
:ncsa => :oss,
:mit => :oss,
:mpl => :oss,
:ofl => :oss,
Expand Down

0 comments on commit 891bff1

Please sign in to comment.