diff options
author | Markus Warg <markus@server12.mawa> | 2010-10-07 09:50:50 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2010-11-11 23:46:52 +0100 |
commit | d407985f1916c3dbfa0182582908075d807ddefa (patch) | |
tree | 7497260f17870139c5a83c6b2b2b59143329fd90 /www | |
parent | 8561bf1980aed3b826a6baf2852b033e510ad092 (diff) | |
download | cacert-devel-d407985f1916c3dbfa0182582908075d807ddefa.tar.gz cacert-devel-d407985f1916c3dbfa0182582908075d807ddefa.tar.xz cacert-devel-d407985f1916c3dbfa0182582908075d807ddefa.zip |
https://bugs.cacert.org/view.php?id=876
add descriptive text and link to RDL
(cherry picked from commit 42cda067b4259989a3af6cb25bfac1dd5bc42e6a)
Diffstat (limited to 'www')
-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> |