Hello @m.gurkangurer,
The code is hooked via footer.php. You can copy this function wen_associate_footer_copyright() from /wen-associate/inc/hook/core.php and edit this function by placing it on your child theme’s functions.php which would look like this.
function wen_associate_footer_copyright(){
// Just add or edit snippets to modify the things inside it
}
Here are some guides in case you haven’t made child theme before:
Tutorial on Child theme
https://codex.wordpress.org/Child_Themes
Let us know how it goes.
Thank you.