aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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