Skip to content

Commit

Permalink
[CALCITE-6096] Remove obsolete html5shiv and respond entries from LIC…
Browse files Browse the repository at this point in the history
…ENSE

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:
apache@7f5e9b8

Close apache#3508
  • Loading branch information
zabetak committed Jan 15, 2024
1 parent b2be7e1 commit 402740d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions release/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
22 changes: 0 additions & 22 deletions src/main/config/licenses/html5shiv/LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions src/main/config/licenses/respond/LICENSE

This file was deleted.

0 comments on commit 402740d

Please sign in to comment.