summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2011-10-08 10:10:29 +0200
committerJan-Christoph Borchardt <jan@unhosted.org>2011-10-08 10:10:29 +0200
commit71caa4a20c6b15300e4367c1b92c8ae650399fc7 (patch)
tree0a2ed6a32ddcc1a4711a0c84b1a751bdedf9b81d /settings
parent0bb32705038f99591a40fee684eb598a21735c46 (diff)
downloadnextcloud-server-71caa4a20c6b15300e4367c1b92c8ae650399fc7.tar.gz
nextcloud-server-71caa4a20c6b15300e4367c1b92c8ae650399fc7.zip
added code and license links next to version number
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 3c4ad085165..19bd8789125 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -50,8 +50,7 @@
};?>
<p class="personalblock">
- <strong>ownCloud</strong>
- <?php echo(OC_Util::getVersionString()); ?>
+ <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?>, <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>