How to remove Phocagallery Copyright from footer?

to remove Phocagallery Copyright from footer go to
\administrator\components\com_phocagallery\libraries\phocagallery\render\

Open File renderfront.php

function getRoute(){
return '';
}

Return set as empty in this function.

for the latest versions

function getDivs(){
	return '';
}