Merge pull request #1241 from reitermarkus/deprecation-warning

Comment out `license` stanza deprecation warning.
This commit is contained in:
Mike McQuaid 2016-10-09 14:24:55 +01:00 committed by GitHub
commit 0c193c308e

View File

@ -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