2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#if copyright??>
|
|
|
|
<div class="copyright">
|
|
|
|
©${copyright.year?c}
|
|
|
|
<#if copyright.url??>
|
2011-11-30 21:25:07 +00:00
|
|
|
<a href="${copyright.url}" title="copyright">${copyright.text}</a>
|
2010-05-11 20:37:48 +00:00
|
|
|
<#else>
|
|
|
|
${copyright.text}
|
|
|
|
</#if>
|
|
|
|
</div>
|
|
|
|
</#if>
|