2012/2/27 <mt...@apache.org>: > Author: mturk > Date: Mon Feb 27 18:56:02 2012 > New Revision: 1294273 > > URL: http://svn.apache.org/viewvc?rev=1294273&view=rev > Log: > Make some sense out of README. Removed ASL header and added Crypto notice
Why are you removing the ASL header? Is the file not for redistribution? Note for example that RUNNING.txt, BUILDING.txt and RELEASE-NOTES files in Tomcat proper have the ASL header. It does not make them less readable. BTW, a typo in header on line 35: > Buliding > -------- > > Modified: > tomcat/native/branches/1.1.x/README.txt > > Modified: tomcat/native/branches/1.1.x/README.txt > URL: > http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/README.txt?rev=1294273&r1=1294272&r2=1294273&view=diff > ============================================================================== > --- tomcat/native/branches/1.1.x/README.txt (original) > +++ tomcat/native/branches/1.1.x/README.txt Mon Feb 27 18:56:02 2012 > @@ -1,29 +1,49 @@ > - Licensed to the Apache Software Foundation (ASF) under one or more > - contributor license agreements. See the NOTICE file distributed with > - this work for additional information regarding copyright ownership. > - The ASF licenses this file to You under the Apache License, Version 2.0 > - (the "License"); you may not use this file except in compliance with > - the License. You may obtain a copy of the License at > - > - http://www.apache.org/licenses/LICENSE-2.0 > - > - Unless required by applicable law or agreed to in writing, software > - distributed under the License is distributed on an "AS IS" BASIS, > - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > - See the License for the specific language governing permissions and > - limitations under the License. > - > -This directory contains both the native and java-side code for > -Tomcat Native Library. > - > -Building > -======== > -ant > + > + Apache Tomcat Native Library > + > + > +What is it? > +----------- > + > +The Apache Tomcat Native Library provides portable API for features > +not found in contemporary JDK's. It uses Apache Portable Runtime as > +operating system abstraction layer and OpenSSL for SSL networking and > +allows optimal performance in production environments. > + > + > +Licensing > +--------- > + > +Please see the file called LICENSE. > + > +The Latest Version > +------------------ > + > +Details of the latest version can be found on the Apache Tomcat > +project page under http://tomcat.apache.org/. > + > +Documentation > +------------- > + > +The documentation available as of the date of this release is > +included in HTML format in the docs directory. > +The most up-to-date documentation can be found at > +http://tomcat.apache.org/tomcat-7.0-doc/apr.html. > + > + > +Buliding > +-------- > + > +To build the Java API > +> ant > + > To build the native part see native/BUILDING > > + > Running the examples > -==================== > -before running the examples you may have to set LD_LIBRARY_PATH, something > like > +-------------------- > + > +Before running the examples you may have to set LD_LIBRARY_PATH, something > like > LD_LIBRARY_PATH=/opt/SMAWoIS/openssl/lib; export LD_LIBRARY_PATH > 1 - echo: (port in examples/org/apache/tomcat/jni/Echo.properties). > ant echo-example > @@ -31,3 +51,31 @@ LD_LIBRARY_PATH=/opt/SMAWoIS/openssl/lib > (see parameters in ./examples/org/apache/tomcat/jni/SSL.properties) > The certificate and key should be in dist/classes/examples. > ant server-example > + > + > +Cryptographic Software Notice > +----------------------------- > + > +This distribution may include software that has been designed for use > +with 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. > + > +Apache Tomcat Native uses cryptographic software for configuring and > +listening to connections over SSL encrypted network sockets by > +performing calls to a general-purpose encryption library, such as > +OpenSSL or the operating system's platform-specific SSL facilities. > Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org