bchapuis opened a new issue, #560: URL: https://github.com/apache/incubator-baremaps/issues/560
After look at the maputnik dependency tree, it looks like all the dependencies have an Apache compatible license. Therefore we could reintroduce the maputnik command. ``` license-checker --summary ├─ MIT: 1433 ├─ ISC: 139 ├─ BSD-2-Clause: 44 ├─ Apache-2.0: 34 ├─ BSD-3-Clause: 33 ├─ MIT*: 5 ├─ CC0-1.0: 5 ├─ (MIT OR CC0-1.0): 5 ├─ Unlicense: 3 ├─ BSD: 2 ├─ (MIT AND Zlib): 2 ├─ Custom: https://github.com/tmcw/jsonlint: 1 ├─ FreeBSD: 1 ├─ BSD-3-Clause OR MIT: 1 ├─ Python-2.0: 1 ├─ (MIT OR Apache-2.0): 1 ├─ MPL-2.0: 1 ├─ CC-BY-4.0: 1 ├─ BSD*: 1 ├─ Custom: https://img.shields.io/badge/stability-unstable-yellow.svg: 1 ├─ (BSD-3-Clause OR GPL-2.0): 1 ├─ (WTFPL OR MIT): 1 ├─ (MIT AND BSD-3-Clause): 1 ├─ CC-BY-3.0: 1 ├─ (MIT OR GPL-3.0): 1 └─ 0BSD: 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
