diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-30 09:11:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-30 09:11:52 +0200 |
commit | 579859d94729c8eadc96d35d1fbd4cc3fa7d4b0d (patch) | |
tree | f28da1a00195d2c5fbd4d36763df5892e3d40cc1 /smarty/templates/rpmphp/index.tpl | |
parent | b2955d2b93937913334580dfad856e7b5c18c613 (diff) |
Set version for rpmphp, display version and license on index page
Diffstat (limited to 'smarty/templates/rpmphp/index.tpl')
-rw-r--r-- | smarty/templates/rpmphp/index.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
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> |