File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,17 @@ class ZshCompletions < Formula
33 homepage "https://github.com/zsh-users/zsh-completions"
44 url "https://github.com/zsh-users/zsh-completions/archive/refs/tags/0.35.0.tar.gz"
55 sha256 "811bb4213622720872e08d6e0857f1dd7bc12ff7aa2099a170b76301a53f4fbe"
6- license "MIT-Modern-Variant"
6+ # The main/default license is the same as Zsh (MIT-Modern-Variant); however,
7+ # the majority of completions are BSD-3-Clause. The remainder is mostly MIT.
8+ # A few completions use other licenses and are specifically noted below.
9+ license all_of : [
10+ "MIT-Modern-Variant" ,
11+ "BSD-3-Clause" ,
12+ "MIT" ,
13+ "Apache-2.0" , # _cf, _hledger
14+ "ISC" , # _rfkill
15+ "NCSA" , # _include-what-you-use
16+ ]
717 head "https://github.com/zsh-users/zsh-completions.git" , branch : "master"
818
919 bottle do
You can’t perform that action at this time.
0 commit comments