From ae70e11b124e7fb3e59ca54125ef9148b127bc8a Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 6 Nov 2022 11:56:40 +0100 Subject: [PATCH] State the license in the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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