diff options
Diffstat (limited to 'www/policy/NRPDisclaimerAndLicence.php')
-rw-r--r-- | www/policy/NRPDisclaimerAndLicence.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/policy/NRPDisclaimerAndLicence.php b/www/policy/NRPDisclaimerAndLicence.php new file mode 100644 index 0000000..21965e6 --- /dev/null +++ b/www/policy/NRPDisclaimerAndLicence.php @@ -0,0 +1,15 @@ +<?php +loadem("index"); +$id = intval($id); +//showheader(_("CAcert - Non-Related Persons - Disclaimer and Licence")); +?> + +<table border="1" bgcolor="#EEEEEE"><tr><td> + +The document "Non Related Persons - Disclaimer And Licence" was replaced by the Root Distribution Licence, which can be found <a href="/policy/RootDistributionLicense.php">here</a>. + +</td> +</tr> +</table> +</body> +</html> |