From 955bbf6070ffcd9f0d01ef37bb84ffbac65e007b Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Tue, 20 Mar 2018 14:29:22 +0100 Subject: [PATCH] remove the old status badge I did not notice it previously. I added a new one to the top of the README in some of the previous commits. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index f0bcc95..baaa075 100644 --- a/README.md +++ b/README.md @@ -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)