Skip to content

Commit f3777f8

Browse files
authored
Merge pull request #781 from nextcloud/personal_licence_title
Remove AGPL title
2 parents edeb41c + 3f859d8 commit f3777f8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

settings/templates/settings.development.notice.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php if (OC_Util::getEditionString() === ''): ?>
1+
<?php
2+
/** @var \OCP\IL10N $l */
3+
if (OC_Util::getEditionString() === ''): ?>
24
<p>
35
<?php print_unescaped(str_replace(
46
[
@@ -13,7 +15,7 @@
1315
'<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer">',
1416
'</a>',
1517
],
16-
$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}.')
18+
$l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
1719
)); ?>
1820
</p>
1921
<?php endif; ?>

0 commit comments

Comments
 (0)