defuse / php-encryption

Simple Encryption in PHP.
MIT License
3.79k stars 307 forks source link

Normalise Licence file #484

Closed exussum12 closed 3 years ago

exussum12 commented 3 years ago

Github doesn't pick this up as MIT, made some minor changes for it to be identified correctly

codecov[bot] commented 3 years ago

Codecov Report

Merging #484 (d2a2ee3) into master (7788048) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #484   +/-   ##
=========================================
  Coverage     88.96%   88.96%           
  Complexity      212      212           
=========================================
  Files             9        9           
  Lines           933      933           
=========================================
  Hits            830      830           
  Misses          103      103           

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 7788048...d2a2ee3. Read the comment docs.

defuse commented 3 years ago

Thanks!