Licensing of code and JAR files shared here.

JakeBullet70

Well-Known Member
Licensed User
Longtime User
I recently put out an open source project that included a JAR file - Webviewsettings from @warwound
(unless I get explicit permission I will have to remove it. @warwound , if your read this do you care if I use it?)

Anyway, there was a question from one of the Open Source repositories on licensing of the JAR files and such from the members here.
I personally assume that if we share code and such here its OK with all of us to use and distributing it in compiled form.

So what is the license status of shared code snippets here? (MIT, Apache, WTFPL)

IE: In the FOSS world, No explicit license means "all rights reserved", which means its a non FOSS - not open source.
 

aeric

Expert
Licensed User
Longtime User
So what is the license status of shared code snippets here? (MIT, Apache, WTFPL)
If I remember correctly, Erel once said all the code shared on this forum if not mention explicitly by the author will be under Creative Common license. Not sure if it has been changed over time.
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
If I remember correctly, Erel once said all the code shared on this forum if not mention explicitly by the author will be under Creative Common license. Not sure if it has been changed over time.
I thought there was something like that but did not remember. I am lucky I remember my name when I get up in the morning... :)
 

aeric

Expert
Licensed User
Longtime User
When we use the Build Standalone Package from the IDE for distribution, inside the "build" directory, there is a "legal" directory which I believe contains the opened sourced Java, JavaFX, OpenJDK license files that we should distribute together.
I think this applies to .exe, .deb or .pkg, not for jar file.
Edit: As the distributor of the installer or finished product provider, we should attach an additional license file somewhere visible to the End User.
 
Last edited:
Top