From commits-return-8337-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Fri Apr 04 20:19:22 2008 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 51338 invoked from network); 4 Apr 2008 20:19:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 20:19:22 -0000 Received: (qmail 92930 invoked by uid 500); 4 Apr 2008 20:19:22 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 92871 invoked by uid 500); 4 Apr 2008 20:19:22 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 92862 invoked by uid 99); 4 Apr 2008 20:19:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 13:19:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 20:18:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 676C01A9832; Fri, 4 Apr 2008 13:18:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r644878 - in /activemq/branches/activemq-4.1: README.txt assembly/src/release/README.txt Date: Fri, 04 Apr 2008 20:18:53 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080404201853.676C01A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Fri Apr 4 13:18:51 2008 New Revision: 644878 URL: http://svn.apache.org/viewvc?rev=644878&view=rev Log: Adding the ECN notice to the readme Modified: activemq/branches/activemq-4.1/README.txt activemq/branches/activemq-4.1/assembly/src/release/README.txt Modified: activemq/branches/activemq-4.1/README.txt URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/README.txt?rev=644878&r1=644877&r2=644878&view=diff ============================================================================== --- activemq/branches/activemq-4.1/README.txt (original) +++ activemq/branches/activemq-4.1/README.txt Fri Apr 4 13:18:51 2008 @@ -1,41 +1,63 @@ Welcome to Apache ActiveMQ -=================== -Apache ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation. - - -Incubation Disclaimer -===================== -Apache ActiveMQ is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Geronimo PMC. - -Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, -communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness or stability of the code, it does -indicate that the project has yet to be fully endorsed by the ASF. - +======================================================================= +Apache ActiveMQ is a high performance Apache 2.0 licensed Message +Broker and JMS 1.1 implementation. Getting Started =============== To help you get started, try the following links:- Getting Started -http://incubator.apache.org/activemq/getting-started.html +http://activemq.apache.org/getting-started.html Building -http://incubator.apache.org/activemq/getting-started.html#GettingStarted-WindowsSourceInstallation -http://incubator.apache.org/activemq/getting-started.html#GettingStarted-UnixSourceInstallation +http://activemq.apache.org/getting-started.html#GettingStarted-WindowsSourceInstallation +http://activemq.apache.org/getting-started.html#GettingStarted-UnixSourceInstallation Examples -http://incubator.apache.org/activemq/examples.html +http://activemq.apache.org/examples.html We welcome contributions of all kinds, for details of how you can help -http://incubator.apache.org/activemq/contributing.html +http://activemq.apache.org/contributing.html -Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel -http://incubator.apache.org/activemq/ +Please refer to the website for details of finding the issue tracker, +email lists, wiki or IRC channel at http://activemq.apache.org/ + +Please help us make Apache ActiveMQ better - we appreciate any feedback +you may have. -Please help us make Apache ActiveMQ better - we appreciate any feedback you may have. Enjoy! ------------------------- -The Apache ActiveMQ team +Licensing +======================================================================= + + This software is licensed under the terms you may find in the file + named "LICENSE.txt" in this directory. + + 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 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: + + ActiveMQ supports the use of SSL TCP connections when used with + with a JVM supporting the Java Cryptography extensions + . ActiveMQ does + not include these libraries itself, but is designed to use them. + Modified: activemq/branches/activemq-4.1/assembly/src/release/README.txt URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/src/release/README.txt?rev=644878&r1=644877&r2=644878&view=diff ============================================================================== --- activemq/branches/activemq-4.1/assembly/src/release/README.txt (original) +++ activemq/branches/activemq-4.1/assembly/src/release/README.txt Fri Apr 4 13:18:51 2008 @@ -1,7 +1,7 @@ Welcome to Apache ActiveMQ -========================== -Apache ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation. - +======================================================================= +Apache ActiveMQ is a high performance Apache 2.0 licensed Message +Broker and JMS 1.1 implementation. Getting Started =============== @@ -20,11 +20,44 @@ We welcome contributions of all kinds, for details of how you can help http://activemq.apache.org/contributing.html -Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel -http://activemq.apache.org/ +Please refer to the website for details of finding the issue tracker, +email lists, wiki or IRC channel at http://activemq.apache.org/ + +Please help us make Apache ActiveMQ better - we appreciate any feedback +you may have. -Please help us make Apache ActiveMQ better - we appreciate any feedback you may have. Enjoy! ------------------------- -The Apache ActiveMQ team +Licensing +======================================================================= + + This software is licensed under the terms you may find in the file + named "LICENSE.txt" in this directory. + + 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 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: + + ActiveMQ supports the use of SSL TCP connections when used with + with a JVM supporting the Java Cryptography extensions + . ActiveMQ does + not include these libraries itself, but is designed to use them. +