Skip to content

Commit

Permalink
remove the old status badge
Browse files Browse the repository at this point in the history
I did not notice it previously. I added a new one to the top of the README in some of the previous commits.
  • Loading branch information
honzajavorek committed Mar 20, 2018
1 parent 315de0b commit 955bbf6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -172,8 +172,3 @@ How Licenses are Found
We walk through the `node_modules` directory with the [`read-installed`](https://www.npmjs.org/package/read-installed) module. Once we gathered a list of modules we walk through them and look at all of their `package.json`'s, We try to identify the license with the [`spdx`](https://www.npmjs.com/package/spdx) module to see if it has a valid SPDX license attached. If that fails, we then look into the module for the following files: `LICENSE`, `LICENCE`, `COPYING`, & `README`.

If one of the those files are found (in that order) we will attempt to parse the license data from it with a list of known license texts. This will be shown with the `*` next to the name of the license to show that we "guessed" at it.

Build Status
------------

[![Build Status](https://travis-ci.org/davglass/license-checker.png?branch=master)](https://travis-ci.org/davglass/license-checker)

0 comments on commit 955bbf6

Please sign in to comment.