cxong / tinydir

Lightweight, portable and easy to integrate C directory and file reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix licensing

cxong opened this issue · comments

commented

The COPYING file contains a reference to FreeBSD
The entire BSD license can be added to tinydir.h

commented

It would also be good to explain in the README that tinydir wraps dirent for POSIX and FindFirstFile for Windows