cgag / loc

Count lines of code quickly.
MIT License
2.31k stars 126 forks source link

Provide License #6

Closed matthiasbeyer closed 7 years ago

matthiasbeyer commented 7 years ago

I'd like to package this for nixos, but I want a license file for it - could you provide one?

cgag commented 7 years ago

Oh, that sounds excellent, thanks! I put apache-2.0 in Cargo.toml but didn't add it to the repo. I can do that shortly.

matthiasbeyer commented 7 years ago

Thank you very much. Please notify me then, so I can continue the packaging.

cgag commented 7 years ago

Added a license (https://github.com/cgag/loc/blob/master/LICENSE) and cut a new release containing it. Let me know if you need anything else, I'm excited to have this packaged.

cgag commented 7 years ago

I actually kind of want to switch it to MIT. Does that make things difficult for you? I should have thought about this more, it looks like MIT might be a better "I don't care" license.

lafrenierejm commented 7 years ago

...MIT might be a better "I don't care" license.

Have you considered the ISC License? It is the preferred license of the OpenBSD project and is quite permissive.

matthiasbeyer commented 7 years ago

I do not have a problem with a license switch, from a packaging perspective. Choose whatever you like, just make sure people notice when they check out your project.

cgag commented 7 years ago

switched to MIT here: https://github.com/cgag/loc/commit/f026b6ce26cd301e6216c7e5397b459ebb4b1103