diff --git a/README.md b/README.md index 02ecad9..ce70a60 100644 --- a/README.md +++ b/README.md @@ -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()`. -Returns 0 on success, everything else is failure and you should check `errno`. \ No newline at end of file +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. \ No newline at end of file