You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by av...@apache.org on 2021/01/11 08:34:09 UTC

[incubator-liminal] branch master updated: update requirements, LICENSE and NOTICE

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dbeb633  update requirements, LICENSE and NOTICE
dbeb633 is described below

commit dbeb63336e776cd3c312566c96cf863ca8abf4c5
Author: Aviem Zur <av...@gmail.com>
AuthorDate: Mon Jan 11 10:33:58 2021 +0200

    update requirements, LICENSE and NOTICE
---
 LICENSE          | 37 -------------------------------------
 NOTICE           | 41 ++++++++++++++++++++++++++++++++++++++---
 requirements.txt |  5 ++---
 3 files changed, 40 insertions(+), 43 deletions(-)

diff --git a/LICENSE b/LICENSE
index bdfa9f4..11069ed 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,40 +199,3 @@ 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.
-
-============================================================================
-   APACHE LIMINAL SUBCOMPONENTS:
-
-   The Apache Liminal project contains subcomponents with separate copyright
-   notices and license terms. Your use of the source code for the these
-   subcomponents is subject to the terms and conditions of the following
-   licenses.
-
-TODO: list all dependencies
-
-========================================================================
-Third party Apache 2.0 licenses
-========================================================================
-
-The following components are provided under the Apache 2.0 License.
-See project link for details. The text of each license is also included
-at licenses/LICENSE-[project].txt.
-
-    (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
-
-========================================================================
-MIT licenses
-========================================================================
-
-The following components are provided under the MIT License. See project link for details.
-The text of each license is also included at licenses/LICENSE-[project].txt.
-
-    (MIT License) jquery v3.4.1 (https://jquery.org/license/)
-
-========================================================================
-BSD 3-Clause licenses
-========================================================================
-The following components are provided under the BSD 3-Clause license. See project links for details.
-The text of each license is also included at licenses/LICENSE-[project].txt.
-
-    (BSD 3 License) d3 v5.15.0 (https://d3js.org)
diff --git a/NOTICE b/NOTICE
index 034f10a..3b91fb3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,40 @@
 Apache Liminal
-Copyright 2016-2020 The Apache Software Foundation
+Copyright 2020-2021 The Apache Software Foundation
 
-This product includes software developed at The Apache Software
-Foundation (http://www.apache.org/).
\ No newline at end of file
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Software
+
+This product uses software developed at
+Docker Inc. (https://www.docker.com/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+Pallets Projects (https://palletsprojects.com/).
+Licensed under the BSD-3-Clause License.
+
+This product uses software developed at
+PyYAML (https://pyyaml.org/).
+Licensed under the MIT License.
+
+This product uses software developed at
+Amazon Web Services, Inc. (https://aws.amazon.com/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+The Linux Foundation ® (https://www.linuxfoundation.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed by
+Daniel Holth (https://wheel.readthedocs.io/).
+Licensed under the MIT License.
+
+III. License Summary
+
+- Apache License 2.0
+- BSD-3-Clause License
+- MIT License
diff --git a/requirements.txt b/requirements.txt
index 062b3c1..132d931 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,9 @@
 docker==4.2.0
 apache-airflow==1.10.12
-docker-pycreds==0.4.0
 click==7.1.1
 Flask==1.1.1
-pyyaml
+pyyaml==5.3.1
 boto3==1.12.10
 botocore==1.15.21
 kubernetes==12.0.1
-wheel
+wheel==0.36.2