mirror of https://github.com/webpack/webpack.git
Add license scan report and status
This commit is contained in:
parent
d7f30392dd
commit
ff211108d8
|
@ -4,6 +4,7 @@
|
||||||
[![tests][tests]][tests-url]
|
[![tests][tests]][tests-url]
|
||||||
[![builds][builds]][builds-url]
|
[![builds][builds]][builds-url]
|
||||||
[![coverage][cover]][cover-url]
|
[![coverage][cover]][cover-url]
|
||||||
|
[![licenses][licenses]][licenses-url]
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://github.com/webpack/webpack">
|
<a href="https://github.com/webpack/webpack">
|
||||||
|
@ -255,6 +256,10 @@ You are also welcome to correct any spelling mistakes or any language issues.
|
||||||
|
|
||||||
If you want to discuss something or just need help, [here is our Gitter room](https://gitter.im/webpack/webpack).
|
If you want to discuss something or just need help, [here is our Gitter room](https://gitter.im/webpack/webpack).
|
||||||
|
|
||||||
|
### License
|
||||||
|
|
||||||
|
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fwebpack%2Fwebpack?ref=badge_large)
|
||||||
|
|
||||||
<h2 align="center">Core Team</h2>
|
<h2 align="center">Core Team</h2>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
@ -511,5 +516,8 @@ src="https://static.monei.net/monei-logo.svg" height="30" alt="MONEI"></a>
|
||||||
[builds-url]: https://ci.appveyor.com/project/sokra/webpack/branch/master
|
[builds-url]: https://ci.appveyor.com/project/sokra/webpack/branch/master
|
||||||
[builds]: https://ci.appveyor.com/api/projects/status/github/webpack/webpack?svg=true
|
[builds]: https://ci.appveyor.com/api/projects/status/github/webpack/webpack?svg=true
|
||||||
|
|
||||||
|
[licenses-url]: https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fwebpack%2Fwebpack?ref=badge_shield
|
||||||
|
[licenses]: https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fwebpack%2Fwebpack.svg?type=shield
|
||||||
|
|
||||||
[cover]: https://img.shields.io/coveralls/webpack/webpack.svg
|
[cover]: https://img.shields.io/coveralls/webpack/webpack.svg
|
||||||
[cover-url]: https://coveralls.io/r/webpack/webpack/
|
[cover-url]: https://coveralls.io/r/webpack/webpack/
|
||||||
|
|
Loading…
Reference in New Issue