Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix license identifier #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix license identifier #13

wants to merge 1 commit into from

Conversation

limenet
Copy link

@limenet limenet commented Oct 11, 2018

Currently the license identifier (Apache 2) does not comform to the SPDX list of valid identifiers at https://spdx.org/licenses/. Having a valid identifier helps automated license checking tools verify your package. The correct identifier is Apache-2.0

@codecov-io
Copy link

codecov-io commented Oct 11, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@34189ff). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #13   +/-   ##
=========================================
  Coverage          ?   89.85%           
=========================================
  Files             ?        2           
  Lines             ?       69           
  Branches          ?        0           
=========================================
  Hits              ?       62           
  Misses            ?        7           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34189ff...4697a22. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants