Shufflehound has a “Support us” page which seems to be saying that you can give them a donation except it has no apparent way to do that… (https://shufflehound.com/support-us/)
To get rid of the footer copyright you can go to Appearance –> Editor –> Maskitto Light: Theme Footer (footer.php) and there should be this:
<?php /*
*
* Plaese support theme developers efforts by donation to remove or change copyrights!
*
*/ $author_website = 'https://shufflehound.com/maskitto-light/'; ?>
<div class="copyrights">
<span class="thank-you-for-your-support">
<a href="<?php echo $author_website; ?>">Maskitto Light</a> <?php _e( 'WordPress Theme by Shufflehound.', 'maskitto-light' ); ?></span>
</span>
<?php echo preg_replace("#<br\s?/?>#", "", html_entity_decode( esc_attr( $maskitto_light['footer-text'] ))); ?>
</div>
<?php /*
*
* Plaese support theme developers efforts by donation to remove or change copyrights!
*
*/ ?>
It is still not clear how you are meant to give them the donation though.