We’re excited to announce the release of fleeksoft...
# feed
s
We’re excited to announce the release of fleeksoft-io 0.0.2 with some powerful updates: 🔹 Add okio extension 🔹 Add URI module 🔹 Add Charset Standard and Extended modules 🔹 Bump kotlinx-io to version 0.6.0 🔹 Bump Kotlin version to 2.1.0 👉 Check it out on GitHub. Feedback and contributions are always welcome! 🙌
kodee loving 2
m
Sorry, but this “GNU General Public License” excludes it for me.
s
@Michael Paus I’m thinking about changing the library license to Apache 2.0 because I’m using JDK Classpath Exception header code, which allows libraries using JDK code to be published under a different license as far i know. Can you please correct me if I’m wrong?
m
I am not a lawyer, so I cannot give an advice on that but as far as I know simply changing the license in this case is not possible. What would help a bit is to explicitly add the Classpath Exception so that your libraries can be used in the same way as the Java libraries.
s
@Michael Paus I’m not sure about that either, but I have already added the Classpath exception for the JDK code.
m
But not on the GitHub page and that’s what most people will be referring to. Maybe it’s also an option for you to base your code on https://harmony.apache.org/ instead of the Oracle JDK.