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

zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 402740d970e162dd0a83172d509199c02a2a23a3
Author: Stamatis Zampetakis <zabe...@gmail.com>
AuthorDate: Wed Nov 8 12:30:14 2023 +0100

    [CALCITE-6096] Remove obsolete html5shiv and respond entries from LICENSE
    
    The LICENSE file includes the following entries:
    
    * cobyism:html5shiv:3.7.2
    * respond:respond:1.4.2
    
    implying that we are bundling the respective dependencies in the
    project.
    
    These dependencies correspond to minified javascript files that were
    removed completely from the project some time ago:
    
https://github.com/apache/calcite/commit/7f5e9b8b7e6b4afd8e4f21524aa3c4ce8b7ddb61
    
    Close apache/calcite#3508
---
 LICENSE                                    |  2 --
 release/build.gradle.kts                   |  2 --
 src/main/config/licenses/html5shiv/LICENSE | 22 ----------------------
 src/main/config/licenses/respond/LICENSE   | 20 --------------------
 4 files changed, 46 deletions(-)

diff --git a/LICENSE b/LICENSE
index 2f69b1fe06..af260a722f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -181,9 +181,7 @@ Additional License files can be found in the 'licenses' 
folder located in the sa
 - Software produced outside the ASF which is available under other licenses 
(not Apache-2.0)
 
 MIT
-* cobyism:html5shiv:3.7.2
 * font-awesome:font-awesome-code:4.2.0
 * gridsim:gridsim:
 * jekyll:jekyll:
 * normalize:normalize:3.0.2
-* respond:respond:1.4.2
diff --git a/release/build.gradle.kts b/release/build.gradle.kts
index add0d9b677..4d26eed000 100644
--- a/release/build.gradle.kts
+++ b/release/build.gradle.kts
@@ -108,8 +108,6 @@ val getLicenses by 
tasks.registering(GatherLicenseTask::class) {
     // Gridism: A simple, responsive, and handy CSS grid by @cobyism
     // https://github.com/cobyism/gridism
     addDependency(":gridsim:", SpdxLicense.MIT)
-    addDependency("cobyism:html5shiv:3.7.2", SpdxLicense.MIT)
-    addDependency(":respond:1.4.2", SpdxLicense.MIT)
 }
 
 val license by tasks.registering(Apache2LicenseRenderer::class) {
diff --git a/src/main/config/licenses/html5shiv/LICENSE 
b/src/main/config/licenses/html5shiv/LICENSE
deleted file mode 100644
index 2817a980db..0000000000
--- a/src/main/config/licenses/html5shiv/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Alexander Farkas (aFarkas)
-
-Permission is hereby granted, free  of charge, to any person obtaining
-a  copy  of this  software  and  associated  documentation files  (the
-"Software"), to  deal in  the Software without  restriction, including
-without limitation  the rights to  use, copy, modify,  merge, publish,
-distribute,  sublicense, and/or sell  copies of  the Software,  and to
-permit persons to whom the Software  is furnished to do so, subject to
-the following conditions:
-
-The  above  copyright  notice  and  this permission  notice  shall  be
-included in all copies or substantial portions of the Software.
-
-THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
-EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
-MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/src/main/config/licenses/respond/LICENSE 
b/src/main/config/licenses/respond/LICENSE
deleted file mode 100644
index c7264e7a84..0000000000
--- a/src/main/config/licenses/respond/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-Copyright (c) 2013 Scott Jehl
-
-Permission is hereby granted, free  of charge, to any person obtaining
-a  copy  of this  software  and  associated  documentation files  (the
-"Software"), to  deal in  the Software without  restriction, including
-without limitation  the rights to  use, copy, modify,  merge, publish,
-distribute,  sublicense, and/or sell  copies of  the Software,  and to
-permit persons to whom the Software  is furnished to do so, subject to
-the following conditions:
-
-The  above  copyright  notice  and  this permission  notice  shall  be
-included in all copies or substantial portions of the Software.
-
-THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
-EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
-MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Reply via email to