Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formulae: add licenses for various formulae #59946

Merged
merged 8 commits into from
Sep 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/exiftool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Exiftool < Formula
# https://exiftool.org/history.html
url "https://exiftool.org/Image-ExifTool-12.00.tar.gz"
sha256 "d0792cc94ab58a8b3d81b18ccdb8b43848c8fb901b5b7caecdcb68689c6c855a"
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]

livecheck do
url "https://exiftool.org/history.html"
Expand Down
1 change: 1 addition & 0 deletions Formula/less.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Less < Formula
homepage "http://www.greenwoodsoftware.com/less/index.html"
url "http://www.greenwoodsoftware.com/less/less-551.tar.gz"
sha256 "ff165275859381a63f19135a8f1f6c5a194d53ec3187f94121ecd8ef0795fe3d"
license "GPL-3.0-or-later"

livecheck do
url :homepage
Expand Down
2 changes: 1 addition & 1 deletion Formula/perl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Perl < Formula
homepage "https://www.perl.org/"
url "https://www.cpan.org/src/5.0/perl-5.32.0.tar.xz"
sha256 "6f436b447cf56d22464f980fac1916e707a040e96d52172984c5d184c09b859b"
license "Artistic-1.0-Perl"
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]
head "https://github.com/perl/perl5.git", branch: "blead"

livecheck do
Expand Down
1 change: 1 addition & 0 deletions Formula/speex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Speex < Formula
homepage "https://speex.org/"
url "https://downloads.xiph.org/releases/speex/speex-1.2.0.tar.gz"
sha256 "eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"
license "BSD-3-Clause"

livecheck do
url "https://ftp.osuosl.org/pub/xiph/releases/speex/?C=M&O=D"
Expand Down
1 change: 1 addition & 0 deletions Formula/telnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Telnet < Formula
homepage "https://opensource.apple.com/"
url "https://opensource.apple.com/tarballs/remote_cmds/remote_cmds-63.tar.gz"
sha256 "13858ef1018f41b93026302840e832c2b65289242225c5a19ce5e26f84607f15"
license all_of: ["BSD-4-Clause-UC", "APSL-1.0"]

livecheck do
url "https://opensource.apple.com/tarballs/remote_cmds/"
Expand Down
1 change: 1 addition & 0 deletions Formula/telnetd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Telnetd < Formula
homepage "https://opensource.apple.com/"
url "https://opensource.apple.com/tarballs/remote_cmds/remote_cmds-63.tar.gz"
sha256 "13858ef1018f41b93026302840e832c2b65289242225c5a19ce5e26f84607f15"
license all_of: ["BSD-4-Clause-UC", "BSD-3-Clause"]

bottle do
cellar :any_skip_relocation
Expand Down
1 change: 1 addition & 0 deletions Formula/utf8proc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Utf8proc < Formula
homepage "https://juliastrings.github.io/utf8proc/"
url "https://github.com/JuliaStrings/utf8proc/archive/v2.5.0.tar.gz"
sha256 "d4e8dfc898cfd062493cb7f42d95d70ccdd3a4cd4d90bec0c71b47cca688f1be"
license all_of: ["MIT", "Unicode-DFS-2015"]

bottle do
cellar :any
Expand Down
1 change: 1 addition & 0 deletions Formula/wget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Wget < Formula
homepage "https://www.gnu.org/software/wget/"
url "https://ftp.gnu.org/gnu/wget/wget-1.20.3.tar.gz"
sha256 "31cccfc6630528db1c8e3a06f6decf2a370060b982841cfab2b8677400a5092e"
license "GPL-3.0-or-later"
revision 2

livecheck do
Expand Down