State the license in the README

This commit is contained in:
apio 2022-11-06 11:56:40 +01:00
parent 15531b2c52
commit ae70e11b12

View File

@ -85,4 +85,8 @@ Does the same thing as `minitar_find_by_name()`, but matches the file type inste
Closes the tar archive file `mp` points to and frees the heap memory it was using. The pointer passed to `minitar_close()` should be the return value of a previous call to `minitar_open()`. Closes the tar archive file `mp` points to and frees the heap memory it was using. The pointer passed to `minitar_close()` should be the return value of a previous call to `minitar_open()`.
Returns 0 on success, everything else is failure and you should check `errno`. Returns 0 on success, everything else is failure and you should check `errno`.
## License
`minitar` is free and open-source software under the [BSD-2-Clause](LICENSE) license.