<#if licenseFirst??>
${licenseFirst}*
</#if>
${licensePrefix}Copyright (c) 2020 - present Cloudogu GmbH
${licensePrefix}
${licensePrefix}This program is free software: you can redistribute it and/or modify it under
${licensePrefix}the terms of the GNU Affero General Public License as published by the Free
${licensePrefix}Software Foundation, version 3.
${licensePrefix}
${licensePrefix}This program is distributed in the hope that it will be useful, but WITHOUT
${licensePrefix}ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
${licensePrefix}FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
${licensePrefix}details.
${licensePrefix}
${licensePrefix}You should have received a copy of the GNU Affero General Public License
${licensePrefix}along with this program. If not, see https://www.gnu.org/licenses/.
<#if licenseLast??>
${licenseLast}
</#if>
