aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-10-09 14:24:55 +0100
committerGitHub2016-10-09 14:24:55 +0100
commit0c193c308ecfac9a6c9dba514a9d3991f8c6cecf (patch)
tree8aef5f2149cf7d10ec73a9b0d2265fb019e62a8c /Library
parent6b04e96ea911a6e7c70089db5e5a11ee1c4afa1d (diff)
parent624a6d08220bac6b4a3ae075d9502e5a67d588e9 (diff)
downloadbrew-0c193c308ecfac9a6c9dba514a9d3991f8c6cecf.tar.bz2
Merge pull request #1241 from reitermarkus/deprecation-warning
Comment out `license` stanza deprecation warning.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/dsl.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/dsl.rb b/Library/Homebrew/cask/lib/hbc/dsl.rb
index db6739f4b..ff0db0040 100644
--- a/Library/Homebrew/cask/lib/hbc/dsl.rb
+++ b/Library/Homebrew/cask/lib/hbc/dsl.rb
@@ -205,7 +205,9 @@ module Hbc
end
def license(*)
- odeprecated "Hbc::DSL#license"
+ # TODO: Uncomment after `license` has been
+ # removed from all official taps.
+ # odeprecated "Hbc::DSL#license"
end
# depends_on uses a load method so that multiple stanzas can be merged