mstange / msvc-demangler-rust

A rust library that demangles / undecorates C++ symbols mangled by MSVC
Other
42 stars 13 forks source link

Relicense as Apache? #65

Open jrmuizel opened 3 years ago

jrmuizel commented 3 years ago

The LLVM demangler which shares a common ancestor of https://github.com/rui314/msvc-demangler has switched to from MIT to Apache. It would perhaps be valuable to follow that switch so we can continue to import code as needed.

Does anyone have any reason to not want this?

mstange commented 3 years ago

From my side I am fine with relicensing as Apache.