Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/ekongobie/license-coverage-grader.svg?branch=master)](https://travis-ci.org/ekongobie/license-coverage-grader)

# license-coverage-grader
This is a tool which take an SPDX document and pointer to the original source files, and determine a "grade" score to quantify how complete the licensing information is at the file level for the code represented by the SPDX document.

Expand Down Expand Up @@ -140,4 +142,3 @@ GRADE: F with 0.0 % pass for files_with_any_kind_of_license_infos


```

11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false

language: python

python:
- 2.7

cache: pip

script:
- pip install --editable .