You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/04/03 23:02:50 UTC

svn commit: r644496 - /activemq/camel/trunk/README.txt

Author: hadrian
Date: Thu Apr  3 14:02:50 2008
New Revision: 644496

URL: http://svn.apache.org/viewvc?rev=644496&view=rev
Log:
Add crypto notice to README

Modified:
    activemq/camel/trunk/README.txt

Modified: activemq/camel/trunk/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/README.txt?rev=644496&r1=644495&r2=644496&view=diff
==============================================================================
--- activemq/camel/trunk/README.txt (original)
+++ activemq/camel/trunk/README.txt Thu Apr  3 14:02:50 2008
@@ -16,6 +16,37 @@
 often lead to leaky abstractions. Apache Camel is also a small library which 
 has minimal dependencies for easy embedding in any Java application.
 
+Cryptographic Software Notice
+=============================
+
+This distribution includes cryptographic software.  The country in 
+which you currently reside may have restrictions on the import, 
+possession, use, and/or re-export to another country, of 
+encryption software.  BEFORE using any encryption software, please 
+check your country's laws, regulations and policies concerning the
+import, possession, or use, and re-export of encryption software, to 
+see if this is permitted.  See <http://www.wassenaar.org/> for more
+information.
+
+The U.S. Government Department of Commerce, Bureau of Industry and
+Security (BIS), has classified this software as Export Commodity 
+Control Number (ECCN) 5D002.C.1, which includes information security
+software using or performing cryptographic functions with asymmetric
+algorithms.  The form and manner of this Apache Software Foundation
+distribution makes it eligible for export under the License Exception
+ENC Technology Software Unrestricted (TSU) exception (see the BIS 
+Export Administration Regulations, Section 740.13) for both object 
+code and source code.
+
+The following provides more details on the included cryptographic
+software:
+   * camel-ftp can be configured for secure file transfers
+   * camel-mail can be configured for secure email communications
+   * camel-cxf can be configured for secure web service communications
+   * camel-jetty can be configured to use https
+   * camel-jhc can be configured as a secure http server using SSL 
+
+
 Getting Started
 ===============
 To help you get started, try the following links:
@@ -36,4 +67,4 @@
 Enjoy!
 
 ------------------------
-The Apache ActiveMQ team
+The Apache Camel team