Skip to content

Commit

Permalink
[CALCITE-6097] Gridism CSS dependency is mispelled in LICENSE
Browse files Browse the repository at this point in the history
The website uses  the gridism.css style for presentation purposes. The
file is present in git and also in the source distribution of Calcite
so it should have a proper reference in the LICENSE file.

There is an entry in the LICENSE file but it is mispelled: gridsim vs
gridism

Close apache#3509
  • Loading branch information
zabetak committed Jan 15, 2024
1 parent 402740d commit e71d59f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ Additional License files can be found in the 'licenses' folder located in the sa

MIT
* font-awesome:font-awesome-code:4.2.0
* gridsim:gridsim:
* cobyism:gridism:
* jekyll:jekyll:
* normalize:normalize:3.0.2
2 changes: 1 addition & 1 deletion release/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ val getLicenses by tasks.registering(GatherLicenseTask::class) {
addDependency(":normalize:3.0.2", SpdxLicense.MIT)
// Gridism: A simple, responsive, and handy CSS grid by @cobyism
// https://github.com/cobyism/gridism
addDependency(":gridsim:", SpdxLicense.MIT)
addDependency("cobyism:gridism:", SpdxLicense.MIT)
}

val license by tasks.registering(Apache2LicenseRenderer::class) {
Expand Down
File renamed without changes.

0 comments on commit e71d59f

Please sign in to comment.