12 lines
No EOL
354 B
Text
12 lines
No EOL
354 B
Text
<#-- $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??>
|
|
<a href="${copyright.url}">${copyright.text}</a>
|
|
<#else>
|
|
${copyright.text}
|
|
</#if>
|
|
</div>
|
|
</#if> |