Comment by WorldMaker
Comment by WorldMaker 10 months ago
The MS-RL is still the shortest, clearest copyleft license I'm aware of it. It is nearly as readable as the MIT. https://opensource.org/license/ms-rl-html
It's just weird that it has "Microsoft" in the name. Though I suppose not much weirder than MIT license being named after a University or BSD license being named after a University's Unix distribution.
Also even Microsoft doesn't use the MS-RL much anymore having standardized more on MPL where they use copyleft licenses and Apache License most everywhere else.
> You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.
This part confuses me a bit, as the distinction between storing all the code in the same file versus dividing it into separate files is fairly arbitrary. What happens if you have 3 files in your project, one of which contains licensed code, and then zip them together into a single archive for distribution?