Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-03-02 21:35:11 +0000
committerJean Michel-Lemieux2004-03-02 21:35:11 +0000
commitde02533748577fa644313d54025979570a5b6d78 (patch)
treeed16ee176921df98b634029bcafb34ffe39f07ef
parent89a3a9971fa8422f1759eae3fa4c23d868135aa1 (diff)
downloadeclipse.platform.team-de02533748577fa644313d54025979570a5b6d78.tar.gz
eclipse.platform.team-de02533748577fa644313d54025979570a5b6d78.tar.xz
eclipse.platform.team-de02533748577fa644313d54025979570a5b6d78.zip
Added comment about plug-in not including any crypto code.
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/about.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/about.html b/bundles/org.eclipse.team.cvs.ssh2/about.html
index a5e75280f..ad0472d58 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/about.html
+++ b/bundles/org.eclipse.team.cvs.ssh2/about.html
@@ -57,6 +57,9 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,<br>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</blockquote>
+<p>NOTE: Although the SSH2 protocol depends on cryptographic algorithms, JSch relies on a Java&trade; Cryptography Extension (JCE)
+to provide this functionality and does not in itself contain any cryptographic code.</p>
+
<h3>Contributions</h3>
<p>If you wish to provide modifications, enhancements and/or other code and/or documentation (&quot;Contributions&quot;) related to the JSch, such Contributions
@@ -65,5 +68,9 @@ should be made to JCraft at <a href="http://www.jcraft.com/">http://www.jcraft.c
<p>If you wish to provide Contributions related to any other part of the plug-in, any Contributions uploaded, submitted, or otherwise
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to the plug-in (but not to JSch) are
provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
+
+<small>Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.</small>
+
</body>
</html>
+

Back to the top