As an Apache incubator project, we need a complete license review. According to 
https://www.apache.org/legal/resolved.html, GPL/LGPL licenses are not accepted. 
I found that these C headers are in the LGPL license. We need to replace them 
to BSD libc header (BSD license) or musl libc (MIT license) header.

```
$ grep "GNU Lesser General Public" -l -r common
common/inc/dirent.h
common/inc/sys/sockaddr.h
common/inc/sys/uio.h
common/inc/sys/stat.h
common/inc/sys/struct_timespec.h
common/inc/sys/socket.h
common/inc/sys/epoll.h
common/inc/signal.h
common/inc/netdb.h
common/inc/pwd.h
common/inc/sched.h
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/277

Reply via email to