Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 396DA200B34 for ; Fri, 17 Jun 2016 22:58:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3821E160A4C; Fri, 17 Jun 2016 20:58:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 875C1160A61 for ; Fri, 17 Jun 2016 22:58:03 +0200 (CEST) Received: (qmail 85733 invoked by uid 500); 17 Jun 2016 20:58:02 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 85702 invoked by uid 99); 17 Jun 2016 20:58:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2016 20:58:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6BFCFE0902; Fri, 17 Jun 2016 20:58:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@accumulo.apache.org Date: Fri, 17 Jun 2016 20:58:03 -0000 Message-Id: In-Reply-To: <1962e57cc60649cc855351505b1b925e@git.apache.org> References: <1962e57cc60649cc855351505b1b925e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/6] accumulo git commit: ACCUMULO-4347 Crypto notification should be in README files instead of NOTICE archived-at: Fri, 17 Jun 2016 20:58:04 -0000 ACCUMULO-4347 Crypto notification should be in README files instead of NOTICE Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3aecf0ac Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3aecf0ac Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3aecf0ac Branch: refs/heads/1.8 Commit: 3aecf0ac8b3b9d3b5b2b6a1ef44e18ce55c56317 Parents: 1ca7e2e Author: Sean Busbey Authored: Fri Jun 17 15:09:12 2016 -0500 Committer: Sean Busbey Committed: Fri Jun 17 15:54:31 2016 -0500 ---------------------------------------------------------------------- NOTICE | 30 ------------------------------ README.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/3aecf0ac/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index af174a0..b2d441a 100644 --- a/NOTICE +++ b/NOTICE @@ -10,33 +10,3 @@ TNonblockingServerSocket.java Apache Thrift Copyright 2006-2010 The Apache Software Foundation. - -****************************************************************************** -Export Control - -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: ... - -Apache Accumulo uses the built-in java cryptography libraries in it's RFile -encryption implementation. See -http://www.oracle.com/us/products/export/export-regulations-345813.html -for more details for on Java's cryptography features. Apache Accumulo also uses -the bouncycastle library for some crypographic technology as well. See -http://www.bouncycastle.org/wiki/display/JA1/Frequently+Asked+Questions for -more details on bouncycastle's cryptography features. http://git-wip-us.apache.org/repos/asf/accumulo/blob/3aecf0ac/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 633e1b5..a62df38 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,36 @@ The Accumulo project maintains binary compatibility across this API within a major release, as defined in the Java Language Specification 3rd ed. Starting with Accumulo 1.6.2 and 1.7.0 all API changes will follow [semver 2.0][12] +Export Control +-------------- + +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: + +Apache Accumulo uses the built-in java cryptography libraries in its RFile +encryption implementation. See [oracle's export-regulations doc][java-export] +for more details for on Java's cryptography features. Apache Accumulo also uses +the bouncycastle library for some crypographic technology as well. See +[the BouncyCastle FAQ][bouncy-faq] for +more details on bouncycastle's cryptography features. + + [1]: http://accumulo.apache.org [2]: INSTALL.md [3]: TESTING.md @@ -112,3 +142,5 @@ with Accumulo 1.6.2 and 1.7.0 all API changes will follow [semver 2.0][12] [9]: http://maven.apache.org/ [12]: http://semver.org/spec/v2.0.0.html [13]: http://checkstyle.sourceforge.net/config_regexp.html +[java-export]: http://www.oracle.com/us/products/export/export-regulations-345813.html +[bouncy-faq]: http://www.bouncycastle.org/wiki/display/JA1/Frequently+Asked+Questions