Hello,
If you want to change just "Your Company" you can do it in the template settings, under Features > Branding.
If you want to change the entire copyright text, you should edit the file "/templates/sparky_framework/library/c.php" (open it in any plain text editor and change the copyright paragraph), from:
Code:
<p class="copyright">Copyright © <?php echo date("Y ").$copyright; ?>. <a href="https://www.hotjoomlatemplates.com">Joomla templates</a> powered by Sparky.</p>
to:
Code:
<p class="copyright">My copyright text</p>
Regards,
Milos