clibraries / array-algorithms

Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
MIT License
211 stars 7 forks source link

Copy MIT license from array_alg.h into a separate file. Fix #3 #4

Closed AlbertoGP closed 1 year ago

AlbertoGP commented 1 year ago

This makes GitHub display the correct license in the About box at the right side.

Not really necessary, the license in the source file is clear enough, but some people might take a quick look, not see the license in the About box, and incorrectly assume something else.

AlbertoGP commented 1 year ago

It is possible to indicate the license in GitHub without adding a LICENSE file, but that can only be done when creating the repository: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository#applying-a-license-to-a-repository-with-an-existing-license

clibraries commented 1 year ago

Thanks.