gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

Please fixup the LICENSE file #80

Closed tarsius closed 6 years ago

tarsius commented 6 years ago

For the Emacsmirror I need to determine the license of all mirrored packages. When there is license information in the "main" library, then that is used. Otherwise my tools fall back to use licensee, which extracts the information from the LICENSE file and similar. Unfortunately in this case it fails.

I think that's because the first line is supposed to look like

Copyright (c) [year] [fullname]

But you are using

This software is released under the MIT license:

Please change that to help tools that try to extract the license. Thanks!

Additionally you wrap lines differently, but I think that shouldn't make a different. You might still want to copy https://github.com/benbalter/licensee/blob/master/vendor/choosealicense.com/_licenses/mit.txt#L34-L52 as a template though.

evil-mc-extras has the same issue.

tarsius commented 4 years ago

Thanks!