You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Mingshen Sun <no...@github.com.INVALID> on 2020/10/23 01:12:04 UTC

[apache/incubator-teaclave-sgx-sdk] License of header files in `common/inc` (#277)

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

Re: [apache/incubator-teaclave-sgx-sdk] License of header files in `common/inc` (#277)

Posted by Mingshen Sun <no...@github.com.INVALID>.
Closed #277.

-- 
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#event-3987208453