From 154e2e65280b441614602cbe5638706e7dc4c391 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:13:09 -0700 Subject: [PATCH 01/58] antlr@2: add license --- Formula/antlr@2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/antlr@2.rb b/Formula/antlr@2.rb index e1a9f02268d5e..4c4303e22ffc1 100644 --- a/Formula/antlr@2.rb +++ b/Formula/antlr@2.rb @@ -3,6 +3,7 @@ class AntlrAT2 < Formula homepage "https://www.antlr2.org/" url "https://www.antlr2.org/download/antlr-2.7.7.tar.gz" sha256 "853aeb021aef7586bda29e74a6b03006bcb565a755c86b66032d8ec31b67dbb9" + license "ANTLR-PD" revision 3 bottle do From 3828cd88897571362b5ba825a925799e5d35be4f Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:13:16 -0700 Subject: [PATCH 02/58] antlr: add license --- Formula/antlr.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/antlr.rb b/Formula/antlr.rb index 2bb80fea07dd6..7e5487b5c816b 100644 --- a/Formula/antlr.rb +++ b/Formula/antlr.rb @@ -3,6 +3,7 @@ class Antlr < Formula homepage "https://www.antlr.org/" url "https://www.antlr.org/download/antlr-4.8-complete.jar" sha256 "73a49d6810d903aa4827ee32126937b85d3bebec0a8e679b0dd963cbcc49ba5a" + license "BSD-3-Clause" revision 1 bottle :unneeded From 78c0ea7cc1e0677f46c7cba5f2c5ddd9f82c1403 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:13:24 -0700 Subject: [PATCH 03/58] libantlr3c: add license --- Formula/libantlr3c.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/libantlr3c.rb b/Formula/libantlr3c.rb index 01eb87b9d76e5..83fa88ec90a16 100644 --- a/Formula/libantlr3c.rb +++ b/Formula/libantlr3c.rb @@ -3,6 +3,7 @@ class Libantlr3c < Formula homepage "https://www.antlr3.org/" url "https://www.antlr3.org/download/C/libantlr3c-3.4.tar.gz" sha256 "ca914a97f1a2d2f2c8e1fca12d3df65310ff0286d35c48b7ae5f11dcc8b2eb52" + license "BSD-3-Clause" revision 1 bottle do From 23b0087e730f6bd86f1b792eb4c559d7d9f32f5f Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:13:33 -0700 Subject: [PATCH 04/58] libzip: add license --- Formula/libzip.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/libzip.rb b/Formula/libzip.rb index 08c14f3286d98..7c03ab99d9c63 100644 --- a/Formula/libzip.rb +++ b/Formula/libzip.rb @@ -3,6 +3,7 @@ class Libzip < Formula homepage "https://libzip.org/" url "https://libzip.org/download/libzip-1.7.3.tar.xz" sha256 "a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132" + license "BSD-3-Clause" bottle do sha256 "e5a16cd6fef05a7f6f44852f1008a3e5d27796e661079278643d9c1f0912672c" => :catalina From d0c65346013adde2dd7665d964cc37e9270eedeb Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:13:40 -0700 Subject: [PATCH 05/58] jython: add license --- Formula/jython.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/jython.rb b/Formula/jython.rb index 356dc2880b61f..8f6a096da99ff 100644 --- a/Formula/jython.rb +++ b/Formula/jython.rb @@ -3,6 +3,7 @@ class Jython < Formula homepage "https://www.jython.org/" url "https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar" sha256 "36e40609567ce020a1de0aaffe45e0b68571c278c14116f52e58cc652fb71552" + license "PSF-2.0" # This isn't accidental; there is actually a compile process here. bottle do From b30bc71c69c219832166d90a677742c07193867e Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:14:04 -0700 Subject: [PATCH 06/58] ruby@2.4: add license --- Formula/ruby@2.4.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ruby@2.4.rb b/Formula/ruby@2.4.rb index 4c449f65dc90d..9ee9ccab65c39 100644 --- a/Formula/ruby@2.4.rb +++ b/Formula/ruby@2.4.rb @@ -3,6 +3,7 @@ class RubyAT24 < Formula homepage "https://www.ruby-lang.org/" url "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.10.tar.xz" sha256 "d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df" + license "Ruby" bottle do sha256 "0af834c6be2b5b377eb53b27895d0eb5cfcf9298b7613197f4d3cc83bc3fdad5" => :catalina From 5e7b3c618012b74b8d560045f18cb8ffa825c601 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:14:10 -0700 Subject: [PATCH 07/58] ruby@2.5: add license --- Formula/ruby@2.5.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ruby@2.5.rb b/Formula/ruby@2.5.rb index d2497a5becfaa..79bf5918c708f 100644 --- a/Formula/ruby@2.5.rb +++ b/Formula/ruby@2.5.rb @@ -3,6 +3,7 @@ class RubyAT25 < Formula homepage "https://www.ruby-lang.org/" url "https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.8.tar.xz" sha256 "0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d" + license "Ruby" bottle do sha256 "77c3f363f6d159824f6a6b1b80ac7e1d2bcb79528f79a0bf78ab3feaa837ad94" => :catalina From 3f69ec1db972e24219ba4d958158d0f367cc29c6 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:14:17 -0700 Subject: [PATCH 08/58] ruby@2.6: add license --- Formula/ruby@2.6.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ruby@2.6.rb b/Formula/ruby@2.6.rb index 7f71ae7aa2209..838b7742b672f 100644 --- a/Formula/ruby@2.6.rb +++ b/Formula/ruby@2.6.rb @@ -3,6 +3,7 @@ class RubyAT26 < Formula homepage "https://www.ruby-lang.org/" url "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.6.tar.xz" sha256 "5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f" + license "Ruby" revision 1 bottle do From 84bbfc785a5b5ecb488b2849e70db97241f02389 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:14:34 -0700 Subject: [PATCH 09/58] ruby: add license --- Formula/ruby.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ruby.rb b/Formula/ruby.rb index c24e3ad96aab4..b8d718e3e2116 100644 --- a/Formula/ruby.rb +++ b/Formula/ruby.rb @@ -3,6 +3,7 @@ class Ruby < Formula homepage "https://www.ruby-lang.org/" url "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.1.tar.xz" sha256 "b224f9844646cc92765df8288a46838511c1cec5b550d8874bd4686a904fcee7" + license "Ruby" revision 2 bottle do From 042998e76c0ac550f91057c7ff101d888efd0b97 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:14:42 -0700 Subject: [PATCH 10/58] perl: add license --- Formula/perl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/perl.rb b/Formula/perl.rb index 310c492b52ec8..f1eb86c38dbc3 100644 --- a/Formula/perl.rb +++ b/Formula/perl.rb @@ -3,6 +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" head "https://github.com/perl/perl5.git", :branch => "blead" bottle do From b1e140993b331f8ff34dcbbd2056f2c0f300c7b4 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:14:49 -0700 Subject: [PATCH 11/58] perl@5.18: add license --- Formula/perl@5.18.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/perl@5.18.rb b/Formula/perl@5.18.rb index f5b980ddc3e49..9f05a6f0dd565 100644 --- a/Formula/perl@5.18.rb +++ b/Formula/perl@5.18.rb @@ -3,6 +3,7 @@ class PerlAT518 < Formula homepage "https://www.perl.org/" url "https://www.cpan.org/src/5.0/perl-5.18.4.tar.gz" sha256 "01a4e11a9a34616396c4a77b3cef51f76a297e1a2c2c490ae6138bf0351eb29f" + license "Artistic-1.0-Perl" revision 1 bottle do From ca926cd13a083796bf378bf101ffe7d90efe60f0 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:14:58 -0700 Subject: [PATCH 12/58] rakudo-star: add license --- Formula/rakudo-star.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/rakudo-star.rb b/Formula/rakudo-star.rb index 1ad67bae200a2..23dcb5130c049 100644 --- a/Formula/rakudo-star.rb +++ b/Formula/rakudo-star.rb @@ -3,6 +3,7 @@ class RakudoStar < Formula homepage "https://rakudo.org/" url "https://rakudo.org/dl/star/rakudo-star-2020.01.tar.gz" sha256 "f1696577670d4ff5b464e572b1b0b8c390e6571e1fb8471cbf369fa39712c668" + license "Artistic-2.0" revision 1 bottle do From 0162076db4754dc0b769f8ec075c8885ffe40610 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:05 -0700 Subject: [PATCH 13/58] freeimage: add license --- Formula/freeimage.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/freeimage.rb b/Formula/freeimage.rb index 19fe8c63dc404..7d400586cd987 100644 --- a/Formula/freeimage.rb +++ b/Formula/freeimage.rb @@ -4,6 +4,7 @@ class Freeimage < Formula url "https://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.18.0/FreeImage3180.zip" version "3.18.0" sha256 "f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd" + license "FreeImage" bottle do cellar :any From 032ae1bdea6e26fb093b29dd4935bd7314493f49 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:12 -0700 Subject: [PATCH 14/58] freetype: add license --- Formula/freetype.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/freetype.rb b/Formula/freetype.rb index 5694f86f5a291..f18d6d9ecb4c9 100644 --- a/Formula/freetype.rb +++ b/Formula/freetype.rb @@ -4,6 +4,7 @@ class Freetype < Formula url "https://downloads.sourceforge.net/project/freetype/freetype2/2.10.2/freetype-2.10.2.tar.xz" mirror "https://download.savannah.gnu.org/releases/freetype/freetype-2.10.2.tar.xz" sha256 "1543d61025d2e6312e0a1c563652555f17378a204a61e99928c9fcef030a2d8b" + license "FTL" bottle do cellar :any From 3723d6a97d6697eb0c1b0da10a54281f3ef387cf Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:18 -0700 Subject: [PATCH 15/58] gl2ps: add license --- Formula/gl2ps.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/gl2ps.rb b/Formula/gl2ps.rb index 66d6c3cd43a73..038f76683fd75 100644 --- a/Formula/gl2ps.rb +++ b/Formula/gl2ps.rb @@ -3,6 +3,7 @@ class Gl2ps < Formula homepage "https://www.geuz.org/gl2ps/" url "https://geuz.org/gl2ps/src/gl2ps-1.4.2.tgz" sha256 "8d1c00c1018f96b4b97655482e57dcb0ce42ae2f1d349cd6d4191e7848d9ffe9" + license "GL2PS" bottle do cellar :any From 0bbb17f226b129c071d93753bfbe69a67153f5f6 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:25 -0700 Subject: [PATCH 16/58] haskell-stack: add license --- Formula/haskell-stack.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/haskell-stack.rb b/Formula/haskell-stack.rb index 62ab26a96080f..b26507396ec5d 100644 --- a/Formula/haskell-stack.rb +++ b/Formula/haskell-stack.rb @@ -7,6 +7,7 @@ class HaskellStack < Formula homepage "https://haskellstack.org/" url "https://github.com/commercialhaskell/stack/archive/v2.3.1.tar.gz" sha256 "6701ddfc6d0be0c2bf0f75c84375e41923c5617f04222c5e582e7011c7f8fb83" + license "BSD-3-Clause" head "https://github.com/commercialhaskell/stack.git" bottle do From bc872342c3d5b1d96309fb4556675472d203b276 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:32 -0700 Subject: [PATCH 17/58] ghc: add license --- Formula/ghc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ghc.rb b/Formula/ghc.rb index 77de11e5622ab..ae7a073e92127 100644 --- a/Formula/ghc.rb +++ b/Formula/ghc.rb @@ -7,6 +7,7 @@ class Ghc < Formula homepage "https://haskell.org/ghc/" url "https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-src.tar.xz" sha256 "4e3b07f83a266b3198310f19f71e371ebce97c769b14f0d688f4cbf2a2a1edf5" + license "BSD-3-Clause" bottle do sha256 "0771a43a5fd75ac8f3814367e0b99b27881b6730ced580eca109516aa250be4a" => :catalina From 9adc0eaea2f02e3843497a0d4e3cac268b8db433 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:39 -0700 Subject: [PATCH 18/58] ghc@8.6: add license --- Formula/ghc@8.6.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ghc@8.6.rb b/Formula/ghc@8.6.rb index 04eb51dcc3750..0cf347d04bcc4 100644 --- a/Formula/ghc@8.6.rb +++ b/Formula/ghc@8.6.rb @@ -7,6 +7,7 @@ class GhcAT86 < Formula homepage "https://haskell.org/ghc/" url "https://downloads.haskell.org/~ghc/8.6.5/ghc-8.6.5-src.tar.xz" sha256 "4d4aa1e96f4001b934ac6193ab09af5d6172f41f5a5d39d8e43393b9aafee361" + license "BSD-3-Clause" revision 1 bottle do From 598d95973e9cfcf47b484ca462e6b008e24ebc97 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:45 -0700 Subject: [PATCH 19/58] ghc@8.8: add license --- Formula/ghc@8.8.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ghc@8.8.rb b/Formula/ghc@8.8.rb index 637204941db63..f53b734e693cc 100644 --- a/Formula/ghc@8.8.rb +++ b/Formula/ghc@8.8.rb @@ -7,6 +7,7 @@ class GhcAT88 < Formula homepage "https://haskell.org/ghc/" url "https://downloads.haskell.org/~ghc/8.8.4/ghc-8.8.4-src.tar.xz" sha256 "f0505e38b2235ff9f1090b51f44d6c8efd371068e5a6bb42a2a6d8b67b5ffc2d" + license "BSD-3-Clause" bottle do sha256 "04b5d947271af5cc9a6dda589fa29f28d53b34af20545e3d43ded0744a0daa79" => :catalina From e4f86f3fb8e7d177fe993875fc320650c90a5351 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:52 -0700 Subject: [PATCH 20/58] icu4c: add license --- Formula/icu4c.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/icu4c.rb b/Formula/icu4c.rb index c6d2874732c07..7b53ea3d835f6 100644 --- a/Formula/icu4c.rb +++ b/Formula/icu4c.rb @@ -4,6 +4,7 @@ class Icu4c < Formula url "https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz" version "67.1" sha256 "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc" + license "ICU" bottle do cellar :any From 70d07386cdfe658ec1c209ab31e5fb72b53c3a74 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:15:59 -0700 Subject: [PATCH 21/58] jpeg: add license --- Formula/jpeg.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/jpeg.rb b/Formula/jpeg.rb index 77113cd8d8296..d33e2b9cf7f12 100644 --- a/Formula/jpeg.rb +++ b/Formula/jpeg.rb @@ -5,6 +5,7 @@ class Jpeg < Formula mirror "https://dl.bintray.com/homebrew/mirror/jpeg-9d.tar.gz" mirror "https://fossies.org/linux/misc/jpegsrc.v9d.tar.gz" sha256 "99cb50e48a4556bc571dadd27931955ff458aae32f68c4d9c39d624693f69c32" + license "IJG" bottle do cellar :any From 5fc33753d88a251ea799a223e9f1a004c20f5892 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:16:05 -0700 Subject: [PATCH 22/58] jpeg-turbo: add license --- Formula/jpeg-turbo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/jpeg-turbo.rb b/Formula/jpeg-turbo.rb index d1e1a6ef681a2..0a0553797b62c 100644 --- a/Formula/jpeg-turbo.rb +++ b/Formula/jpeg-turbo.rb @@ -3,6 +3,7 @@ class JpegTurbo < Formula homepage "https://www.libjpeg-turbo.org/" url "https://downloads.sourceforge.net/project/libjpeg-turbo/2.0.5/libjpeg-turbo-2.0.5.tar.gz" sha256 "16f8f6f2715b3a38ab562a84357c793dd56ae9899ce130563c72cd93d8357b5d" + license "IJG" head "https://github.com/libjpeg-turbo/libjpeg-turbo.git" bottle do From bf249f22a8f741458664578c2f8dd1ec1ed62d22 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:16:12 -0700 Subject: [PATCH 23/58] imlib2: add license --- Formula/imlib2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/imlib2.rb b/Formula/imlib2.rb index 57a728441977c..c82cbb9271f81 100644 --- a/Formula/imlib2.rb +++ b/Formula/imlib2.rb @@ -3,6 +3,7 @@ class Imlib2 < Formula homepage "https://sourceforge.net/projects/enlightenment/" url "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.6.1/imlib2-1.6.1.tar.bz2" sha256 "4d393a77e13da883c8ee2da3b029da3570210fe37d000c9ac33d9fce751b166d" + license "Imlib2" bottle do sha256 "3f02ff8333cfc8a046432fb078a7ede7d45f0bcda7b7b1dfb7726306eee91a13" => :catalina From 44bfa43200d441d10cced42cf017d84742a13be9 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:16:18 -0700 Subject: [PATCH 24/58] gsoap: add license --- Formula/gsoap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/gsoap.rb b/Formula/gsoap.rb index 5e59d91ee6f17..cb509d60213a9 100644 --- a/Formula/gsoap.rb +++ b/Formula/gsoap.rb @@ -3,6 +3,7 @@ class Gsoap < Formula homepage "https://www.genivia.com/products.html" url "https://downloads.sourceforge.net/project/gsoap2/gsoap-2.8/gsoap_2.8.104.zip" sha256 "60fcd137c59a7640470f873d9a0a29c62896a15e8517a2f5a03eb2d7eebc0c52" + license "GPL-2.0" bottle do sha256 "a180cea83603a954af06249e89902c1ce1870a2a173ca5fcb38256dd1f166699" => :catalina From 5bf820caa3487a13f9ae07974e544ac917c6bbfc Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:16:25 -0700 Subject: [PATCH 25/58] bzip2: add license --- Formula/bzip2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/bzip2.rb b/Formula/bzip2.rb index 25103fa087347..dcc56e5ddec8e 100644 --- a/Formula/bzip2.rb +++ b/Formula/bzip2.rb @@ -3,6 +3,7 @@ class Bzip2 < Formula homepage "https://sourceware.org/bzip2/" url "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz" sha256 "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269" + license "bzip2-1.0.6" bottle do cellar :any_skip_relocation From f8b13cc275b0d81479f2efd09116e223a0ded875 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 20:16:31 -0700 Subject: [PATCH 26/58] pbzip2: add license --- Formula/pbzip2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/pbzip2.rb b/Formula/pbzip2.rb index d048c5cc96f4a..b8aff9fd7e8f7 100644 --- a/Formula/pbzip2.rb +++ b/Formula/pbzip2.rb @@ -3,6 +3,7 @@ class Pbzip2 < Formula homepage "https://web.archive.org/web/20180226093549/compression.ca/pbzip2/" url "https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz" sha256 "8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6" + license "bzip2-1.0.6" bottle do cellar :any_skip_relocation From 3d2ad0756fe85cd8969c8af9d3f4dc65cea9b5fe Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:19:44 -0700 Subject: [PATCH 27/58] jasper: add license --- Formula/jasper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/jasper.rb b/Formula/jasper.rb index 8c26d2e07e442..8fc3273611f6b 100644 --- a/Formula/jasper.rb +++ b/Formula/jasper.rb @@ -3,6 +3,7 @@ class Jasper < Formula homepage "https://www.ece.uvic.ca/~frodo/jasper/" url "https://github.com/mdadams/jasper/archive/version-2.0.17.tar.gz" sha256 "b1af30be0e92a7382f184c891be1241c848d8df9c15b5dea12df2e5d702db8bc" + license "JasPer-2.0" bottle do sha256 "c4757635256d384f701271d00e5bfd868c4e5dd55b22c3577da74f15fd46f63e" => :catalina From 62d08ebeaed79841fc4f4f60ec19e072a449beeb Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:19:51 -0700 Subject: [PATCH 28/58] json-c: add license --- Formula/json-c.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/json-c.rb b/Formula/json-c.rb index 66646b63d0c07..04b6a4e8f7932 100644 --- a/Formula/json-c.rb +++ b/Formula/json-c.rb @@ -4,6 +4,7 @@ class JsonC < Formula url "https://github.com/json-c/json-c/archive/json-c-0.14-20200419.tar.gz" version "0.14" sha256 "ec4eb70e0f6c0d707b9b1ec646cf7c860f4abb3562a90ea6e4d78d177fd95303" + license "MIT" head "https://github.com/json-c/json-c.git" bottle do From 86d369247bbdd0047bab85b6c45c2a5b57ab7652 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:19:59 -0700 Subject: [PATCH 29/58] jsoncpp: add license --- Formula/jsoncpp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/jsoncpp.rb b/Formula/jsoncpp.rb index a9b29715fef3e..b3e98b9129db7 100644 --- a/Formula/jsoncpp.rb +++ b/Formula/jsoncpp.rb @@ -3,6 +3,7 @@ class Jsoncpp < Formula homepage "https://github.com/open-source-parsers/jsoncpp" url "https://github.com/open-source-parsers/jsoncpp/archive/v1.9.3.tar.gz" sha256 "8593c1d69e703563d94d8c12244e2e18893eeb9a8a9f8aa3d09a327aa45c8f7d" + license "MIT" head "https://github.com/open-source-parsers/jsoncpp.git" bottle do From 88b75771a20a95dfea9b0495e54178b979809032 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:20:06 -0700 Subject: [PATCH 30/58] jsonlint: add license --- Formula/jsonlint.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/jsonlint.rb b/Formula/jsonlint.rb index 978ae8894d472..8500a9eed9b47 100644 --- a/Formula/jsonlint.rb +++ b/Formula/jsonlint.rb @@ -5,6 +5,7 @@ class Jsonlint < Formula homepage "https://github.com/zaach/jsonlint" url "https://github.com/zaach/jsonlint/archive/v1.6.0.tar.gz" sha256 "a7f763575d3e3ecc9b2a24b18ccbad2b4b38154c073ac63ebc9517c4cb2de06f" + license "MIT" bottle do cellar :any_skip_relocation From 54ea16a09f6070832c5483694206028651334bb5 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:20:14 -0700 Subject: [PATCH 31/58] leptonica: add license --- Formula/leptonica.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/leptonica.rb b/Formula/leptonica.rb index 292482c9d51df..7c1b81f995283 100644 --- a/Formula/leptonica.rb +++ b/Formula/leptonica.rb @@ -3,6 +3,7 @@ class Leptonica < Formula homepage "http://www.leptonica.org/" url "http://www.leptonica.org/source/leptonica-1.79.0.tar.gz" sha256 "045966c9c5d60ebded314a9931007a56d9d2f7a6ac39cb5cc077c816f62300d8" + license "BSD-2-Clause" bottle do cellar :any From 79f72fbe62d69bf0809eaf75d55363d50838e841 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:20:23 -0700 Subject: [PATCH 32/58] libpng: add license --- Formula/libpng.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/libpng.rb b/Formula/libpng.rb index ba7f276738251..db4c0f560780a 100644 --- a/Formula/libpng.rb +++ b/Formula/libpng.rb @@ -4,6 +4,7 @@ class Libpng < Formula url "https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.xz" mirror "https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.37/libpng-1.6.37.tar.xz" sha256 "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca" + license "libpng-2.0" bottle do cellar :any From 9cb249b4cde75d8a85f7ac7defb48d2a90326e85 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:20:33 -0700 Subject: [PATCH 33/58] libtiff: add license --- Formula/libtiff.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/libtiff.rb b/Formula/libtiff.rb index 52b1e77d718d3..b5fc9e3fd6f48 100644 --- a/Formula/libtiff.rb +++ b/Formula/libtiff.rb @@ -4,6 +4,7 @@ class Libtiff < Formula url "https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz" mirror "https://fossies.org/linux/misc/tiff-4.1.0.tar.gz" sha256 "5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634" + license "libtiff" bottle do cellar :any From 5ff6a64c20a590b93d712266a6ff63d23b2f69f1 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:20:45 -0700 Subject: [PATCH 34/58] feh: add license --- Formula/feh.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/feh.rb b/Formula/feh.rb index 7eb03e91f03ef..0e238fdd68ad2 100644 --- a/Formula/feh.rb +++ b/Formula/feh.rb @@ -3,6 +3,7 @@ class Feh < Formula homepage "https://feh.finalrewind.org/" url "https://feh.finalrewind.org/feh-3.4.1.tar.bz2" sha256 "782463034ab0135bc8438515191f986db23a79d502154d23a7c07a7574907b7b" + license "MIT-feh" bottle do sha256 "98b2f6ddf9c5c6a8125b21c61b26d0d3700ca162a93ec066a1561f5527a6a8e9" => :catalina From 7bcc8d82d6f062993866bb26544e1fb7a660415a Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:20:58 -0700 Subject: [PATCH 35/58] mpich: add license --- Formula/mpich.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/mpich.rb b/Formula/mpich.rb index c9eb1f003379b..7d8f2758044ae 100644 --- a/Formula/mpich.rb +++ b/Formula/mpich.rb @@ -4,6 +4,7 @@ class Mpich < Formula url "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" mirror "https://fossies.org/linux/misc/mpich-3.3.2.tar.gz" sha256 "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" + license "mpich2" revision 1 bottle do From 5444389f64c18990029529e50ff91b2482837311 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:21:11 -0700 Subject: [PATCH 36/58] net-snmp: add license --- Formula/net-snmp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/net-snmp.rb b/Formula/net-snmp.rb index e9f2dc921fd32..2dc598ae57484 100644 --- a/Formula/net-snmp.rb +++ b/Formula/net-snmp.rb @@ -3,6 +3,7 @@ class NetSnmp < Formula homepage "http://www.net-snmp.org/" url "https://downloads.sourceforge.net/project/net-snmp/net-snmp/5.8/net-snmp-5.8.tar.gz" sha256 "b2fc3500840ebe532734c4786b0da4ef0a5f67e51ef4c86b3345d697e4976adf" + license "Net-SNMP" revision 1 bottle do From c74356fb32d911714ab189b159d317b3a3b4ac32 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:21:24 -0700 Subject: [PATCH 37/58] pnetcdf: add license --- Formula/pnetcdf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/pnetcdf.rb b/Formula/pnetcdf.rb index d5ed911df27aa..10a856a9d762b 100644 --- a/Formula/pnetcdf.rb +++ b/Formula/pnetcdf.rb @@ -3,6 +3,7 @@ class Pnetcdf < Formula homepage "https://parallel-netcdf.github.io/index.html" url "https://parallel-netcdf.github.io/Release/pnetcdf-1.12.1.tar.gz" sha256 "56f5afaa0ddc256791c405719b6436a83b92dcd5be37fe860dea103aee8250a2" + license "NetCDF" revision 1 bottle do From 3a721da3fc9933816897fccd4019d89b585a5cc7 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:21:36 -0700 Subject: [PATCH 38/58] nethack: add license --- Formula/nethack.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/nethack.rb b/Formula/nethack.rb index 889fa32105cb8..739e773517b62 100644 --- a/Formula/nethack.rb +++ b/Formula/nethack.rb @@ -6,6 +6,7 @@ class Nethack < Formula url "https://www.nethack.org/download/3.6.6/nethack-366-src.tgz" version "3.6.6" sha256 "cfde0c3ab6dd7c22ae82e1e5a59ab80152304eb23fb06e3129439271e5643ed2" + license "NGPL" head "https://github.com/NetHack/NetHack.git" bottle do From 3c83c46f3de92063c72ab55fca7038f617c4b579 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:21:45 -0700 Subject: [PATCH 39/58] noweb: add license --- Formula/noweb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/noweb.rb b/Formula/noweb.rb index 2f4e6a7bf45a9..8c3b313bbb156 100644 --- a/Formula/noweb.rb +++ b/Formula/noweb.rb @@ -4,6 +4,7 @@ class Noweb < Formula # new canonical url (for newer versions): http://mirrors.ctan.org/web/noweb.zip url "https://deb.debian.org/debian/pool/main/n/noweb/noweb_2.11b.orig.tar.gz" sha256 "c913f26c1edb37e331c747619835b4cade000b54e459bb08f4d38899ab690d82" + license "Noweb" bottle do cellar :any_skip_relocation From a00207fb246739199acdf716e5af041ec60954a9 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:21:55 -0700 Subject: [PATCH 40/58] openldap: add license --- Formula/openldap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/openldap.rb b/Formula/openldap.rb index db2d015d89d47..9db77b33842d3 100644 --- a/Formula/openldap.rb +++ b/Formula/openldap.rb @@ -3,6 +3,7 @@ class Openldap < Formula homepage "https://www.openldap.org/software/" url "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.50.tgz" sha256 "5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8" + license "OLDAP-2.8" bottle do sha256 "c0f1fe7a472cba83a584bd574ba2a4d8e04b73fac95259855ee8697359f7e117" => :catalina From 0972a1f09e861b0adb8edd3fa6601cc8ab424197 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:22:08 -0700 Subject: [PATCH 41/58] openssl@1.1: add license --- Formula/openssl@1.1.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/openssl@1.1.rb b/Formula/openssl@1.1.rb index 2f1e5c708440e..474b51b10a132 100644 --- a/Formula/openssl@1.1.rb +++ b/Formula/openssl@1.1.rb @@ -5,6 +5,7 @@ class OpensslAT11 < Formula mirror "https://dl.bintray.com/homebrew/mirror/openssl-1.1.1g.tar.gz" mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.1.1g.tar.gz" sha256 "ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46" + license "OpenSSL" version_scheme 1 bottle do From 72082cdbbe5276afdb2e00cb88a5744fde0f7e89 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:22:18 -0700 Subject: [PATCH 42/58] php@7.2: add license --- Formula/php@7.2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/php@7.2.rb b/Formula/php@7.2.rb index 891b61ef8aeed..3236f00a9f82d 100644 --- a/Formula/php@7.2.rb +++ b/Formula/php@7.2.rb @@ -5,6 +5,7 @@ class PhpAT72 < Formula url "https://www.php.net/distributions/php-7.2.32.tar.xz" mirror "https://fossies.org/linux/www/php-7.2.32.tar.xz" sha256 "050fc16ca56d8d2365d980998220a4eb06439da71dfd38de49b42fea72310ef1" + license "PHP-3.01" bottle do sha256 "d88487a605a9236e1ecf87143838668191365d4a706f1f8afcddd7e8c83fc930" => :catalina From fde2ce68f1306ed9f84ed683b52b3dda2a8addc5 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:22:29 -0700 Subject: [PATCH 43/58] php@7.3: add license --- Formula/php@7.3.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/php@7.3.rb b/Formula/php@7.3.rb index 252fbca538ddb..fec3d520f41cd 100644 --- a/Formula/php@7.3.rb +++ b/Formula/php@7.3.rb @@ -5,6 +5,7 @@ class PhpAT73 < Formula url "https://www.php.net/distributions/php-7.3.20.tar.xz" mirror "https://fossies.org/linux/www/php-7.3.20.tar.xz" sha256 "43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888" + license "PHP-3.01" bottle do sha256 "cc1ad9e9b7d3f0a51849a1b9a28415bed3f592fe70bfb0d429e1efa5ddeb80e4" => :catalina From 4561ad93d016be000c8bc9fafb497de49000e2a1 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:22:38 -0700 Subject: [PATCH 44/58] php: add license --- Formula/php.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/php.rb b/Formula/php.rb index ad8d66e57c1ac..d49fa0c8f5ed7 100644 --- a/Formula/php.rb +++ b/Formula/php.rb @@ -5,6 +5,7 @@ class Php < Formula url "https://www.php.net/distributions/php-7.4.8.tar.xz" mirror "https://fossies.org/linux/www/php-7.4.8.tar.xz" sha256 "642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245" + license "PHP-3.01" bottle do sha256 "da81ec7dbe2ab2d9cbfcb5fcfa5f8e4fa0258f1947c52a13967c52dc6bab7f8f" => :catalina From 5a3db8d5a40da00a3747f282d3bf085b165b33e5 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:23:22 -0700 Subject: [PATCH 45/58] postgresql@10: add license --- Formula/postgresql@10.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/postgresql@10.rb b/Formula/postgresql@10.rb index 6ff26567208bc..8c10ef9660dd2 100644 --- a/Formula/postgresql@10.rb +++ b/Formula/postgresql@10.rb @@ -3,6 +3,7 @@ class PostgresqlAT10 < Formula homepage "https://www.postgresql.org/" url "https://ftp.postgresql.org/pub/source/v10.13/postgresql-10.13.tar.bz2" sha256 "4d701f450cd92ffb123cf6c296e9656abbc2ab7ea6507894ff1e2475ae0754e1" + license "PostgreSQL" revision 3 bottle do From 131ffb1bdb7235dcb65d3856b9ca0c7bc393b39d Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:23:30 -0700 Subject: [PATCH 46/58] postgresql@11: add license --- Formula/postgresql@11.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/postgresql@11.rb b/Formula/postgresql@11.rb index fdf3eaa94dc11..9cf422e08b9af 100644 --- a/Formula/postgresql@11.rb +++ b/Formula/postgresql@11.rb @@ -3,6 +3,7 @@ class PostgresqlAT11 < Formula homepage "https://www.postgresql.org/" url "https://ftp.postgresql.org/pub/source/v11.8/postgresql-11.8.tar.bz2" sha256 "eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2" + license "PostgreSQL" revision 3 bottle do From 8db6495be83fa644e222b6e1d2b4a2c282542070 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:23:41 -0700 Subject: [PATCH 47/58] postgresql@9.4: add license --- Formula/postgresql@9.4.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/postgresql@9.4.rb b/Formula/postgresql@9.4.rb index cc0ea18c2c1b2..b251bfe65ad9b 100644 --- a/Formula/postgresql@9.4.rb +++ b/Formula/postgresql@9.4.rb @@ -3,6 +3,7 @@ class PostgresqlAT94 < Formula homepage "https://www.postgresql.org/" url "https://ftp.postgresql.org/pub/source/v9.4.26/postgresql-9.4.26.tar.bz2" sha256 "f5c014fc4a5c94e8cf11314cbadcade4d84213cfcc82081c9123e1b8847a20b9" + license "PostgreSQL" bottle do rebuild 2 From 0aef3ce80fba5fe8a41cfbf661d3f05fef2229b2 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:23:52 -0700 Subject: [PATCH 48/58] postgresql@9.5: add license --- Formula/postgresql@9.5.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/postgresql@9.5.rb b/Formula/postgresql@9.5.rb index 48290d5d24d25..7782d923b0592 100644 --- a/Formula/postgresql@9.5.rb +++ b/Formula/postgresql@9.5.rb @@ -3,6 +3,7 @@ class PostgresqlAT95 < Formula homepage "https://www.postgresql.org/" url "https://ftp.postgresql.org/pub/source/v9.5.22/postgresql-9.5.22.tar.bz2" sha256 "48555470a17248cb204d25ab1ad4231ef16295db55161922f006b9942d69640f" + license "PostgreSQL" revision 2 bottle do From 96aedc0dd68932a30d6aad046f36ec1ef79558da Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:24:01 -0700 Subject: [PATCH 49/58] postgresql@9.6: add license --- Formula/postgresql@9.6.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/postgresql@9.6.rb b/Formula/postgresql@9.6.rb index ff4feef8f9d44..eaf27cf40038e 100644 --- a/Formula/postgresql@9.6.rb +++ b/Formula/postgresql@9.6.rb @@ -3,6 +3,7 @@ class PostgresqlAT96 < Formula homepage "https://www.postgresql.org/" url "https://ftp.postgresql.org/pub/source/v9.6.18/postgresql-9.6.18.tar.bz2" sha256 "517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999" + license "PostgreSQL" revision 2 bottle do From 652fbcf82e2eaf60a6028177d239ebf3cd915386 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:24:09 -0700 Subject: [PATCH 50/58] postgresql: add license --- Formula/postgresql.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/postgresql.rb b/Formula/postgresql.rb index 78caaf5ad3529..6f66f714bbe66 100644 --- a/Formula/postgresql.rb +++ b/Formula/postgresql.rb @@ -3,6 +3,7 @@ class Postgresql < Formula homepage "https://www.postgresql.org/" url "https://ftp.postgresql.org/pub/source/v12.3/postgresql-12.3.tar.bz2" sha256 "94ed64a6179048190695c86ec707cc25d016056ce10fc9d229267d9a8f1dcf41" + license "PostgreSQL" revision 4 head "https://github.com/postgres/postgres.git" From 661363cbc366cddf02f94c2dee23543835a97945 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:27:10 -0700 Subject: [PATCH 51/58] psutils: add license --- Formula/psutils.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/psutils.rb b/Formula/psutils.rb index 1e1307f059b2a..39414733bc396 100644 --- a/Formula/psutils.rb +++ b/Formula/psutils.rb @@ -5,6 +5,7 @@ class Psutils < Formula mirror "https://ftp.osuosl.org/pub/blfs/conglomeration/psutils/psutils-p17.tar.gz" version "p17" sha256 "3853eb79584ba8fbe27a815425b65a9f7f15b258e0d43a05a856bdb75d588ae4" + license "psutils" bottle do cellar :any_skip_relocation From 3bc9a8dce4a3957b05231a96b12bf61f35de3f86 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:29:35 -0700 Subject: [PATCH 52/58] qhull: add license --- Formula/qhull.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/qhull.rb b/Formula/qhull.rb index 47f47166b902a..6409bc8d570ae 100644 --- a/Formula/qhull.rb +++ b/Formula/qhull.rb @@ -4,6 +4,7 @@ class Qhull < Formula url "http://www.qhull.org/download/qhull-2020-src-8.0.0.tgz" version "2020.1" sha256 "1ac92a5538f61e297c72aebe4d4ffd731ceb3e6045d6d15faf1c212713798df4" + license "Qhull" head "https://github.com/qhull/qhull.git" bottle do From 69e97f4f20e23158352740f9c71cd30878c72de9 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:34:23 -0700 Subject: [PATCH 53/58] python@3.7: add license --- Formula/python@3.7.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/python@3.7.rb b/Formula/python@3.7.rb index 5d8e6e2a76a82..6a2383613b942 100644 --- a/Formula/python@3.7.rb +++ b/Formula/python@3.7.rb @@ -3,6 +3,7 @@ class PythonAT37 < Formula homepage "https://www.python.org/" url "https://www.python.org/ftp/python/3.7.8/Python-3.7.8.tar.xz" sha256 "43a543404b363f0037f89df8478f19db2dbc0d6f3ffee310bc2997fa71854a63" + license "Python-2.0" revision 1 bottle do From 50de97fa5beab900f7a5062d6efdc7d2367e2ea9 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:34:34 -0700 Subject: [PATCH 54/58] python@3.8: add license --- Formula/python@3.8.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/python@3.8.rb b/Formula/python@3.8.rb index 1288012b8f544..5ec8eb7cc3f03 100644 --- a/Formula/python@3.8.rb +++ b/Formula/python@3.8.rb @@ -3,6 +3,7 @@ class PythonAT38 < Formula homepage "https://www.python.org/" url "https://www.python.org/ftp/python/3.8.4/Python-3.8.4.tar.xz" sha256 "5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37" + license "Python-2.0" bottle do sha256 "19e0c22f99fcd17aa7bcbe81eca8662bc2b105024a9c7ac50a54e5dc4ea2170d" => :catalina From 8f33b75eecfca10282ab1e927c10e5e93609a104 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:48:18 -0700 Subject: [PATCH 55/58] openssh: add license --- Formula/openssh.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/openssh.rb b/Formula/openssh.rb index 91129deeb8085..7777a75203689 100644 --- a/Formula/openssh.rb +++ b/Formula/openssh.rb @@ -5,6 +5,7 @@ class Openssh < Formula mirror "https://mirror.vdms.io/pub/OpenBSD/OpenSSH/portable/openssh-8.3p1.tar.gz" version "8.3p1" sha256 "f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2" + license "SSH-OpenSSH" bottle do sha256 "3f5a9e5b5bbf82235fb47f893b71f514b10adc344c7d3c0f57b3837cfa50458f" => :catalina From e84cf2e2d0ffc7d1e6b9d64c8fc5a39c2d81ab9f Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:49:42 -0700 Subject: [PATCH 56/58] tcl-tk: add license --- Formula/tcl-tk.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/tcl-tk.rb b/Formula/tcl-tk.rb index 469cff3d37c09..2bea00fbb0cf1 100644 --- a/Formula/tcl-tk.rb +++ b/Formula/tcl-tk.rb @@ -4,6 +4,7 @@ class TclTk < Formula url "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.10/tcl8.6.10-src.tar.gz" mirror "https://ftp.osuosl.org/pub/blfs/conglomeration/tcl/tcl8.6.10-src.tar.gz" sha256 "5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed" + license "TCL" bottle do rebuild 1 From d8bfa35b50b512ea5014fc92ba4f909851f30cbb Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:50:04 -0700 Subject: [PATCH 57/58] vim: add license --- Formula/vim.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/vim.rb b/Formula/vim.rb index 9f4fbbb2455ff..21c34235af981 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -4,6 +4,7 @@ class Vim < Formula # vim should only be updated every 50 releases on multiples of 50 url "https://github.com/vim/vim/archive/v8.2.1250.tar.gz" sha256 "b0d5b94b85d4ac906bbfc1b7bb284ab56dca6abba07813dab6232a6a4a9b6fad" + license "Vim" head "https://github.com/vim/vim.git" bottle do From e0f2452297f29be19f29b173c41c4c18450a2906 Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 20 Jul 2020 21:51:59 -0700 Subject: [PATCH 58/58] zlib: add license --- Formula/zlib.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/zlib.rb b/Formula/zlib.rb index 0b357f1b636dd..b76bb8d1f0867 100644 --- a/Formula/zlib.rb +++ b/Formula/zlib.rb @@ -4,6 +4,7 @@ class Zlib < Formula url "https://zlib.net/zlib-1.2.11.tar.gz" mirror "https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.gz" sha256 "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" + license "Zlib" bottle do cellar :any