Comment out license stanza deprecation warning.

This commit is contained in:
Markus Reiter 2016-10-08 12:04:24 +02:00
parent 0c3bb42a8a
commit 624a6d0822

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