cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.66k stars 831 forks source link

License #298

Open BrianStaton opened 11 months ago

BrianStaton commented 11 months ago

Under what license is this library provided? The LICENSE file indicates GPL V3. The source code itself indicates BSD 3-Clause in the comments. The command-line options to fpm in the Makefile indicate --license "MIT". Is this software permissively licensed?