documentarian icon indicating copy to clipboard operation
documentarian copied to clipboard

Fix license identifier

Open limenet opened this issue 7 years ago • 1 comments

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

limenet avatar Oct 11 '18 07:10 limenet

Codecov Report

:exclamation: 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.

codecov-io avatar Oct 11 '18 07:10 codecov-io