Skip to content

Commit

Permalink
Merge pull request nextcloud#781 from nextcloud/personal_licence_title
Browse files Browse the repository at this point in the history
Remove AGPL title
  • Loading branch information
schiessle authored Aug 9, 2016
2 parents 720852c + 8ed7e8e commit 6957361
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions settings/templates/settings.development.notice.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php if (OC_Util::getEditionString() === ''): ?>
<?php
/** @var \OCP\IL10N $l */
if (OC_Util::getEditionString() === ''): ?>
<p>
<?php print_unescaped(str_replace(
[
Expand All @@ -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 comments on commit 6957361

Please sign in to comment.