I did but I did not find any template where I can see copyrights or something like that.
I just want to add a legal mention so a short text just under the Xenforo copyright...
If you search templates for "copyright' like James said, in the footer template you will find <div id="copyright">.
Code:
<div id="copyright">
<dl>{xen:helper copyright} {xen:phrase extra_copyright}</dl>
<dl style="text-align: left;">This site is not endorsed by any broadcaster.</dl>
</div>