Hi, On Sat, Jun 23, 2018 at 08:24:12PM -0400, Michael Gilbert wrote: > LLVM includes ConvertUTF, which has a non free license. See #823100, > #900596, etc. Files affected are: > > lib/Support/ConvertUTF.cpp > include/llvm/Support/ConvertUTF.h
It seems unicode released their code with a new license, and this file is available with the new license. https://chromium.googlesource.com/breakpad/breakpad/+/master/src/common/convert_UTF.c It's included in the upstream code for chromium, but stripped out in debian to avoid the code copy. See also https://bugs.chromium.org/p/google-breakpad/issues/detail?id=270 Maybe upstream llvm should use a version with the new license? Ivo