Skip to content
Snippets Groups Projects
Commit f3777f82 authored by Björn Schießle's avatar Björn Schießle Committed by GitHub
Browse files

Merge pull request #781 from nextcloud/personal_licence_title

Remove AGPL title
parents edeb41cc 3f859d8a
No related branches found
No related tags found
No related merge requests found
<?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; ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment