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"; }