\documentclass[a4paper,12pt,oneside,openany]{xepersian-thesis-iasbs-ftex}

\usepackage[marginal,stable,bottom]{footmisc}   % for footnotes: marginal --> the same margins as text, 
% stable--> ?
% bottom --> starting the footnotes at a fixed place at the bottom of the page.

\usepackage{perpage}           % for footnotes: starting from 1 perpage
\MakePerPage{footnote}

\usepackage{xepersian}
\usepackage{url}

\settextfont{Yas}

\begin{document}
\normalfootnotes	
	
	در سایر موارد، حق انتشار کد از «مجوز عمومی گنو\LTRfootnote{GNU General Public License}» تبعیت می‌کند\footnote{برای اطلاع به \url{http://www.gnu.org/copyleft/gpl.html} مراجعه شود.}.\\
	
\end{document}