From 6024c9f69adbb31b6fbeffee489cbe793f21c7d1 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Apr 12 2016 03:00:12 +0000 Subject: README: add some licensing information still need to figure out what cdefs.h is licensed, I'm asking alpine people --- diff --git a/README.md b/README.md index 01407f4..d43fb1e 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,15 @@ Most of these things are taken from Alpine Linux's musl package. `libintl.a` is provided so that programs which specify `-lintl` when linking don't fail, but use musl's `libintl` implementation anyway. musl itself uses the same method for `libm`, `librt`, `libpthread`, `libcrypt`... + +# Licences + +### 2-clause BSD +- `getconf.c` +- `getent.c` +- `include/sys/tree.h` + +### 3-clause BSD +- `include/sys/queue.h` +- `include/sys/tree.h` +