When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used
<%- @types.sort.each do |type| -%>
AddOutputFilterByType DEFLATE <%= type %>
<%- end -%>
<%- @notes.sort.each do |type,note| -%>
DeflateFilterNote <%= type %> <%=note %>
<%- end -%>