Remove AGPL title

This commit is contained in:
Roeland Jago Douma 2016-08-09 13:37:25 +02:00
parent 289704f13d
commit f3ae93ddd7
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
<?php if (OC_Util::getEditionString() === ''): ?>
<?php
/** @var \OCP\IL10N $l */
if (OC_Util::getEditionString() === ''): ?>
<p>
<?php print_unescaped(str_replace(
[
@ -13,7 +15,7 @@
'<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer">',
'</a>',
],
$l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title="Affero General Public License">AGPL</abbr>{linkclose}.')
$l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
)); ?>
</p>
<?php endif; ?>