Repository: accumulo
Updated Branches:
  refs/heads/1.7 1ca7e2ea6 -> 3aecf0ac8
  refs/heads/1.8 08d279f53 -> e81185117
  refs/heads/master 2b5b54bec -> 04579f610


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.7
Commit: 3aecf0ac8b3b9d3b5b2b6a1ef44e18ce55c56317
Parents: 1ca7e2e
Author: Sean Busbey <bus...@cloudera.com>
Authored: Fri Jun 17 15:09:12 2016 -0500
Committer: Sean Busbey <bus...@cloudera.com>
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 <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: ...
-
-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 <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:
+
+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

Reply via email to