From 579859d94729c8eadc96d35d1fbd4cc3fa7d4b0d Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sun, 30 May 2010 09:11:52 +0200
Subject: Set version for rpmphp, display version and license on index page

---
 smarty/templates/rpmphp/index.tpl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'smarty/templates/rpmphp/index.tpl')

diff --git a/smarty/templates/rpmphp/index.tpl b/smarty/templates/rpmphp/index.tpl
index df6cb52..ae65b48 100644
--- a/smarty/templates/rpmphp/index.tpl
+++ b/smarty/templates/rpmphp/index.tpl
@@ -35,6 +35,8 @@
                     </tbody>
                 </table><!-- /list-pacakges -->
                 <h2>Script sources</h2>
-                <p>You can retrieve the current application sources from my GIT repository on github.com: <a href='http://github.com/remicollet/rpmphp'>http://github.com/remicollet/rpmphp</a>.</p>
+                <p>License : RPMPHP version {$rpmphp_version} is <a href='http://www.gnu.org/licenses/agpl.html' alt='AGPL'>AGPL</a>, 
+                FedoraClient version {$fedcli_version} is <a href='http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html' alt='LGPLv2+'>LGPLv2+</a>, 
+                <p>You can retrieve the current application sources from my <a href='http://github.com/remicollet/rpmphp'>GIT repository on github.com</a>.</p>
                 <p>Feedbacks, RFE and patches are welcome.</p>
 
-- 
cgit