Skip to content

Commit

Permalink
Merge pull request #167 from fossabot/master
Browse files Browse the repository at this point in the history
Add license scan report and status
  • Loading branch information
kucherenko committed Oct 19, 2018
2 parents f000854 + 26afb17 commit 921a5eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copy/paste detector for programming source code.

`jscpd` is a tool for detect copy/paste "design pattern" in programming source code.
Expand All @@ -25,6 +24,7 @@ If you need support language not from list feel free to create [request](https:/
[![Travis](https://img.shields.io/travis/kucherenko/jscpd.svg?style=flat-square)](https://travis-ci.org/kucherenko/jscpd)
[![npm](https://img.shields.io/npm/dw/jscpd.svg?style=flat-square)](https://www.npmjs.com/package/jscpd)
[![Coveralls](https://img.shields.io/coveralls/kucherenko/jscpd.svg?style=flat-square)](https://coveralls.io/github/kucherenko/jscpd)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkucherenko%2Fjscpd.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkucherenko%2Fjscpd?ref=badge_shield)

[![NPM](https://nodei.co/npm/jscpd.png)](https://nodei.co/npm/jscpd/)

Expand Down Expand Up @@ -230,6 +230,9 @@ You can find example of xsl template in reporters-xslt folder.

[The MIT License](https://github.com/kucherenko/jscpd/blob/master/LICENSE)


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkucherenko%2Fjscpd.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkucherenko%2Fjscpd?ref=badge_large)

## Thanks

Thanks to [Mathieu Desv?](https://github.com/mazerte) for [grunt-jscpd](https://github.com/mazerte/grunt-jscpd).
Expand All @@ -239,4 +242,4 @@ Thanks to [linslin](https://github.com/linslin) for [grunt-jscpd-reporter](https
Project developed with [PyCharm](http://www.jetbrains.com/pycharm/)
![alt pycharm](http://www.jetbrains.com/img/logos/pycharm_logo.gif)
Thanks to [JetBrains](http://www.jetbrains.com/) company for license key.
Feel free to contribute this project and you will have chance to get license key too.
Feel free to contribute this project and you will have chance to get license key too.

0 comments on commit 921a5eb

Please sign in to comment.