SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
709 stars 109 forks source link

Docker Sponsored OSS #449

Closed williamdes closed 1 month ago

williamdes commented 1 month ago

You should enroll into Sponsored OSS at Docker: https://www.docker.com/community/open-source/application/

It will show a badge on the image like: https://hub.docker.com/r/shellspec/kcov/tags And show up "first" in results: https://hub.docker.com/search?q=kcov

SimonKagstrom commented 1 month ago

Sounds like a good idea! However, I looked at the application page, but it appears that GPLv2 isn't available as a distribution license, which surprised me.

Moving to GPLv3 really isn't an option, since there are users which aren't allowed to use v3-licensed software.

williamdes commented 1 month ago

Sounds like a good idea! However, I looked at the application page, but it appears that GPLv2 isn't available as a distribution license, which surprised me.

Is there an "Other" option ?

SimonKagstrom commented 1 month ago

No, doesn't seem like that unfortunately. Kind of strange I must say.

SimonKagstrom commented 1 month ago

Having seen that reminds me to move my other project to MIT for now, until I've got any real contributions from other people :-)

williamdes commented 1 month ago

No, doesn't seem like that unfortunately. Kind of strange I must say.

I'd say put any value that is close to the right license and put a comment is there is a box for it

SimonKagstrom commented 1 month ago

Yeah, I did that and applied.

Thanks for bringing this up. Didn't know about this program before.