Skip to content

Commit 6381ede

Browse files
authored
Merge pull request #182658 from Homebrew/zsh-completions-license
zsh-completions: update license
2 parents 0d6cd28 + 95d355e commit 6381ede

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Formula/z/zsh-completions.rb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)