<#if licenseFirst??>
${licenseFirst}*
</#if>
${licensePrefix}Copyright (C) 2013 FIspace (info@fispace.eu)
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Licensed under the Apache License, Version 2.0 (the "License"); you may not
${licensePrefix}use this file except in compliance with the License. You may obtain a copy of
${licensePrefix}the License at
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}http://www.apache.org/licenses/LICENSE-2.0
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Unless required by applicable law or agreed to in writing, software
${licensePrefix}distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
${licensePrefix}WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
${licensePrefix}License for the specific language governing permissions and limitations under
${licensePrefix}the License.
<#if licenseLast??>
${licenseLast}
</#if>