You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/04/27 08:02:18 UTC

[incubator-hop] branch master updated: HOP-2469: add encyption disclaimer to readme

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 77bb95e  HOP-2469: add encyption disclaimer to readme
     new df078ad  Merge pull request #769 from hansva/master
77bb95e is described below

commit 77bb95eb40c9a3d2d8661e7360960fd98f227b14
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Apr 27 09:27:20 2021 +0200

    HOP-2469: add encyption disclaimer to readme
---
 README.md                                       | 26 ++++++++++++
 assemblies/static/src/main/resources/README.txt | 53 +++++++++++++++++++++++++
 2 files changed, 79 insertions(+)

diff --git a/README.md b/README.md
index e245ac8..adb0e60 100644
--- a/README.md
+++ b/README.md
@@ -87,3 +87,29 @@ After a successful build, the Hop UI can be started.
 On Windows, run `hop-gui.bat`, on Mac and Linux, run `hop-gui.sh` 
 
 Help us to improve Hop by logging issues in the [Hop JIRA](https://issues.apache.org/jira/projects/HOP)
+
+
+
+
+
+   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 Apache Software Foundation has classified this software as Export Commodity 
+   Control Number (ECCN) 5D002, 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 "publicly available"
+   Section 742.15(b) exemption (see the BIS Export Administration Regulations, 
+   Section 742.15(b)) for both object code and source code.
+The following provides more details on the included cryptographic
+   software:
+    PGP Encrypt - Decrypt transforms/actions
+    Apache Kafka Transforms
+    Apache POI Transforms
+    MQTT Transforms
diff --git a/assemblies/static/src/main/resources/README.txt b/assemblies/static/src/main/resources/README.txt
new file mode 100644
index 0000000..4ea2e69
--- /dev/null
+++ b/assemblies/static/src/main/resources/README.txt
@@ -0,0 +1,53 @@
+/*
+ * 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.
+ */
+
+When finding issues please log a bug in our public Jira https://issues.apache.org/jira/projects/HOP
+When you have a question you can use our mailing list (http://hop.apache.org/community/mailing-list/) or Mattermost Chat (https://chat.project-hop.org/hop/channels/dev)
+
+
+Installation Instruction:
+    - Have a recent Java 8 Runtime
+    
+Windows:
+    - To start the GUI run hop-gui.bat
+
+OS X / Linux:
+    - To start the GUI run hop-gui.sh
+
+
+
+   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 Apache Software Foundation has classified this software as Export Commodity 
+   Control Number (ECCN) 5D002, 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 "publicly available"
+   Section 742.15(b) exemption (see the BIS Export Administration Regulations, 
+   Section 742.15(b)) for both object code and source code.
+The following provides more details on the included cryptographic
+   software:
+    PGP Encrypt - Decrypt transforms/actions
+    Apache Kafka Transforms
+    Apache POI Transforms
+    MQTT Transforms