diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 8c5de5ccf2a..80d2cb0a86f 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -51,6 +51,7 @@ <p class="personalblock"> <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?><br /> + developed by the <a href="http://ownCloud.org/credits" target="_blank">ownCloud community</a><br /> <?php echo(OC_Updater::ShowUpdatingHint()); ?><br /> <a href="http://gitorious.org/owncloud" target="_blank">source code</a> licensed freely under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL</a> </p> |