diff options
author | Matt Lee <mattl@cnuk.org> | 2010-09-17 11:50:21 -0400 |
---|---|---|
committer | Matt Lee <mattl@cnuk.org> | 2010-09-17 11:50:21 -0400 |
commit | 0d4588e4b62ecd3ec22d2928dce5e036e3322b77 (patch) | |
tree | c008d819daf84dafbe80f9699d374a9f5fa89c20 | |
parent | 1b601160f423cfd7e195e8c2a4f6fc7a9cab7331 (diff) |
added link to get the code
-rw-r--r-- | tpl/social.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/social.php b/tpl/social.php index 20acbe1b7..b7e876c82 100644 --- a/tpl/social.php +++ b/tpl/social.php @@ -46,7 +46,7 @@ </div> </div> <div id="ft"> - <p>This is GNU social.</p> + <p>This is <a href="http://www.gnu.org/software/social">GNU social</a> — licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a> version 3.0 or later. <a href="http://gitorious.org/+socialites/statusnet/gnu-social">Get the code</a>.</p> </div> </div> </body> |