So this is not strictly related to Nim, but a lot of software written in it uses the MIT license. My question is how to properly include code written by fellow Nimmers in my repository in regards to header files and the repo's global LICENSE file? Suppose I copy existing code but modify it and use it in my existing project (so it's not a fork). How should I modify the original source and give proper credit to the authors?
- How to modify and redistribute software written with MIT licens... planetis