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