Hi, guys, Here is one issue that may block our first apache release
I checked the code, notice we are using nspr, /src/butil/third_party/nspr/prtime.h /src/butil/third_party/nspr/prtime.cc /src/butil/third_party/nspr/LICENSE From their HEAD, we know that They are Dual-license, GPL-2.0+, LGPL-2.1+, MPL-1.1 GPL & LGPL are not allowed for apache release, But how about MPL-1.1? Can we include these three files? Thanks
