To change the default copyright information, paste into divi theme options/integration/body:
<script type="text/javascript">
jQuery(document).ready( function($) {
$("#footer-info").html(" Copyright © " + (new Date)
.getFullYear() + " DEMO | DEMO: <a href='#' target='_blank'</a>DEMO " );
});
</script>
