From ab9da60f7279cec312dcedad0fe403f0aeda8a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Tue, 30 Nov 2010 17:05:13 +0100 Subject: source code taken from cacert-20101129.tar.bz2 --- www/policy/NRPDisclaimerAndLicence.php | 105 ++++----------------------------- www/policy/index.php | 2 +- 2 files changed, 11 insertions(+), 96 deletions(-) (limited to 'www/policy') diff --git a/www/policy/NRPDisclaimerAndLicence.php b/www/policy/NRPDisclaimerAndLicence.php index 6dbc647..bee8f26 100644 --- a/www/policy/NRPDisclaimerAndLicence.php +++ b/www/policy/NRPDisclaimerAndLicence.php @@ -1,99 +1,14 @@ - + + +NRP-DAL was replaced by the Root Distribution License +
-

-

- - -

- -

- CAcert Inc , -the 'issuer', -to you, the 'user', -being a general user of the Internet.")?> -

- -

Disclaimer

- -

- -

- -

-ISSUER DISCLAIMS ALL LIABILITY TO YOU -on behalf of itself and its related parties.")?> -

- -

- -

- -

- -
  • - -
  • - -
  • - -
  • - -
- -
- -

- -

- -

- - - -

- -

- +The document "Non Related Persons - Disclaimer And Licence" was replaced by the Root Distribution Licence, which can be found here. + + + + + diff --git a/www/policy/index.php b/www/policy/index.php index 8506489..d3bfb06 100644 --- a/www/policy/index.php +++ b/www/policy/index.php @@ -25,7 +25,7 @@ showheader(_("CAcert - Policies")); foreach (glob("*.php") as $filename) { - if($filename != "index.php") + if($filename != "index.php" && $filename != "NRPDisclaimerAndLicence.php") { echo "
  • $filename
  • \n"; } -- cgit v1.2.1