On Dec 4, 2007 10:39 AM, <[EMAIL PROTECTED]> wrote: > Author: gscokart > Date: Tue Dec 4 01:39:22 2007 > New Revision: 600852 > > URL: http://svn.apache.org/viewvc?rev=600852&view=rev > Log: > Add crypto notice as prescribed at > http://www.apache.org/dev/crypto.html(thanks to Stefan Bodewig to have sent > to notification and to have updated > the ASF export page) (IVY-591)
Sounds fine to me, the only mistake I see is the ivy issue number in the svn commit log :-) Xavier > > > Modified: > ant/ivy/core/trunk/CHANGES.txt > ant/ivy/core/trunk/README > > Modified: ant/ivy/core/trunk/CHANGES.txt > URL: > http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=600852&r1=600851&r2=600852&view=diff > > ============================================================================== > --- ant/ivy/core/trunk/CHANGES.txt (original) > +++ ant/ivy/core/trunk/CHANGES.txt Tue Dec 4 01:39:22 2007 > @@ -97,7 +97,8 @@ > > - REFACTORING: Extract a settings interface for the different engines > > -- TASK: review all tutorials to make sure they are in sync with 2.0(IVY-591) > (with contribution from Jing Xue) > +- TASK: Review all tutorials to make sure they are in sync with 2.0(IVY-591) > (with contribution from Jing Xue) > +- TASK: Satisfy the US export control laws for software "specially > designed" to use cryptography. (IVY-593) > > > 2.0.0-alpha2-incubating > > Modified: ant/ivy/core/trunk/README > URL: > http://svn.apache.org/viewvc/ant/ivy/core/trunk/README?rev=600852&r1=600851&r2=600852&view=diff > > ============================================================================== > --- ant/ivy/core/trunk/README (original) > +++ ant/ivy/core/trunk/README Tue Dec 4 01:39:22 2007 > @@ -22,4 +22,40 @@ > located in the doc subdirectory. A good place to start is the index.html > > > +Licensing > +--------- > + > +This software is licensed under the terms you may find in the file > +named "LICENSE" in this directory. > + > + > +Crypto 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: > + > +For the ssh resolver Ivy requires the JSch > +<http://www.jcraft.com/jsch/index.html> library. > +The sftp and https resolvers requires the Java Cryptography extensions > +<http://java.sun.com/javase/technologies/security/>. > + > > > > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/
