diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index fc790ab329..bd87da7562 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2210,20 +2210,15 @@ class Formula # Shows when running `brew info`. # Multiple licenses means that the software is licensed under multiple licenses. # Do not use multiple licenses if e.g. different parts are under different licenses. - # #
license "BSD-2-Clause"
def license(args = nil) if args.nil? @licenses else @licenses = Array(args) unless args == "" - puts @licenses - # license. end end - # attr_rw :license - # @!attribute [w] homepage # The homepage for the software. Used by users to get more information # about the software and Homebrew maintainers as a point of contact for