opentelecoms-org/jsmpp

jcharset is GPL license that is incompatible with the Apache 2.0 license

coolbeevip opened this issue · 4 comments

<dependency>
<groupId>net.freeutils</groupId>
<artifactId>jcharset</artifactId>
</dependency>

Do you have other substitutes or alternatives that are available?

Good catch. I will see if there is an Apache Licenced charset, or otherwise I will create one.

I found these charsets, which are MIT licensed: https://github.com/brake/telecom-charsets. I will rewrite to use these or incorporate these libraries into the project.

jCharset is not used anymore, and replaced by a library with a MIT license.

jCharset is not used anymore, and replaced by a library with a MIT license.

Thank you for your time and effort!