From 5fbbc9df324b7790e12280f897c77d831cd6b2ac Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 21 Aug 2020 09:51:06 +0100 Subject: [PATCH] formula: deprecate license on next release. --- Library/Homebrew/formula.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index f3cc3eb8a4..9343696796 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2237,7 +2237,8 @@ class Formula @licenses else if args.is_a? Array - odeprecated "`license [...]`", "`license any_of: [...]`" + # TODO: enable for next major/minor release + # odeprecated "`license [...]`", "`license any_of: [...]`" args = { any_of: args } end @licenses = args