mgedmin / coverage-highlight.vim

Vim plugin to highlight Python source code lines that lack test coverage
MIT License
56 stars 5 forks source link

LICENSE file missing #14

Closed dvzrv closed 4 years ago

dvzrv commented 4 years ago

Hi! As a follow up to #13 (sorry for the long delay :-/) I realized, that a LICENSE file is missing in this repository. However, for me it is required to add this to the package to be able to distribute it, as at the bottom of the README.md you specify this code to be covered by the MIT license. The MIT license text has unique fields, that identify the copyright holders by name (this is unlike e.g. the GPL), which is why we have to include this license file in a package.

The standard MIT license text can be found here. You would need to replace the text in red with your name and the current year and tag a new release.

mgedmin commented 4 years ago

Thank you for bringing this to my attention!

mgedmin commented 4 years ago

I suppose I should tag a new release?

mgedmin commented 4 years ago

Tagged 3.0.1.