diff options
author | Markus Warg <mw@it-sls.de> | 2010-08-12 09:52:07 +0200 |
---|---|---|
committer | Markus Warg <mw@it-sls.de> | 2010-08-12 09:52:07 +0200 |
commit | 138ac2425dc9bc5ee3908e2a08f3d3b35be66e97 (patch) | |
tree | dcddbe84dd850b83290bbccb770004266628dec5 /pages | |
parent | 1d99053f067457446b5a76b68690b4c68006127b (diff) | |
download | cacert-devel-138ac2425dc9bc5ee3908e2a08f3d3b35be66e97.tar.gz cacert-devel-138ac2425dc9bc5ee3908e2a08f3d3b35be66e97.tar.xz cacert-devel-138ac2425dc9bc5ee3908e2a08f3d3b35be66e97.zip |
source code taken from cacert-20100803.tar.bz2
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index/0.php | 2 | ||||
-rw-r--r-- | pages/index/3.php | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/pages/index/0.php b/pages/index/0.php index 0a1d11e..d1d3fef 100644 --- a/pages/index/0.php +++ b/pages/index/0.php @@ -19,7 +19,7 @@ <p><?=sprintf(_("If you want to have free certificates issued to you, join the %s CAcert Community %s."),"<a href=\"https://www.cacert.org/index.php?id=1\">","</a>")?></p> -<p><?=sprintf(_("If you want to use certificates issued by CAcert, read the CAcert %s Disclaimer and Licence %s."),'<a href="/policy/NRPDisclaimerAndLicence.php">',"</a>")?> +<p><?=sprintf(_("If you want to use certificates issued by CAcert, read the CAcert %s Root Distribution License %s."),'<a href="/policy/RootDistributionLicense.php">',"</a>")?> <?=sprintf(_("This license applies to using the CAcert %s root keys %s."),'<a href="/index.php?id=3">','</a>')?></p> diff --git a/pages/index/3.php b/pages/index/3.php index 5b75815..ad493f2 100644 --- a/pages/index/3.php +++ b/pages/index/3.php @@ -15,6 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> + +<p><?=sprintf(_("You are bound by the %s Root Distribution Licence %s for any re-distributions of CAcert's roots."),"<a href='/policy/RootDistributionLicense.php'>","</a>")?></p> + <p> Class 1 <?=_("PKI Key")?><br> <a href="index.php?id=17"><?=_("Click here if you want to import the root certificate into Microsoft Internet Explorer 5.x/6.x")?></a><br> |