You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2011/03/10 16:17:44 UTC

svn commit: r1080244 - in /incubator/whirr/trunk: CHANGES.txt README.txt

Author: asavu
Date: Thu Mar 10 15:17:43 2011
New Revision: 1080244

URL: http://svn.apache.org/viewvc?rev=1080244&view=rev
Log:
WHIRR-251. Handle Apache cryptography requirements for release (tomwhite via asavu)

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/README.txt

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=1080244&r1=1080243&r2=1080244&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Thu Mar 10 15:17:43 2011
@@ -75,6 +75,9 @@ Trunk (unreleased changes)
     WHIRR-247. Add license headers to service install and configure 
     scripts (asavu)
 
+    WHIRR-251. Handle Apache cryptography requirements for release 
+    (tomwhite via asavu)
+
 Release 0.3.0 - 2011-01-15
 
   NEW FEATURES

Modified: incubator/whirr/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/README.txt?rev=1080244&r1=1080243&r2=1080244&view=diff
==============================================================================
--- incubator/whirr/trunk/README.txt (original)
+++ incubator/whirr/trunk/README.txt Thu Mar 10 15:17:43 2011
@@ -1,8 +1,45 @@
 Apache Whirr
-
+------------
 Whirr is a set of libraries for running cloud services.
 
 Release notes are in src/site/xdoc/release-notes.xml.
 
 Website: http://incubator.apache.org/whirr
 Quick start: http://incubator.apache.org/whirr/quick-start-guide.html
+
+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:
+
+  Whirr requires the JSch library for SSH support:
+    http://www.jcraft.com/jsch/index.html
+
+  Whirr requires Not-Yet-Commons-SSL for SSH keypair checking:
+    http://juliusdavies.ca/commons-ssl/
+
+  The jclouds enterprise module requires the BouncyCastle Java cryptography APIs:
+    http://www.bouncycastle.org/java.html
+  
+  Export classifications and source links can be found
+  at http://www.apache.org/licenses/exports/.
+