Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Legal question about SWT
Legal question about SWT [message #663337] Mon, 04 April 2011 16:56 Go to next message
No real name is currently offline No real nameFriend
Messages: 4
Registered: March 2011
Junior Member
If I realize a software that uses SWT and Java library, then I compile it with gcj into an exe and distribute it without the sources... is this legal?

[Updated on: Mon, 04 April 2011 16:59]

Report message to a moderator

Re: Legal question about SWT [message #663340 is a reply to message #663337] Mon, 04 April 2011 17:11 Go to previous messageGo to next message
Fabian Bernhard is currently offline Fabian BernhardFriend
Messages: 4
Registered: April 2011
Junior Member
This might help you:

http://dev.eclipse.org/newslists/news.eclipse.platform.swt/m sg09284.html
Re: Legal question about SWT [message #663411 is a reply to message #663337] Mon, 04 April 2011 21:52 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 4
Registered: March 2011
Junior Member
From what I understood I could do the exe of the program and then put in the cd of the program both gcj (GPL) and swt's (EPL) sources but not my .java sources. Is it right?
Re: Legal question about SWT [message #665772 is a reply to message #663337] Fri, 15 April 2011 20:11 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 4
Registered: March 2011
Junior Member
I'm blocked... Can I or not?
Inside the about.html in the swt distribution it's written that there are pieces with the mpl license, and the mpl license implies that I have to distribute the source code too.
What's the sense of releasing a library under epl and then put inside of it all this things with other licenses?

I didn't know that doing a simple thing like a simple software takes to all these troubles.

Nothing is clear, all is confused Sad
Re: Legal question about SWT [message #666020 is a reply to message #665772] Mon, 18 April 2011 16:18 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
The EPL and MPL licenses in SWT/Eclipse are not viral, they apply solely to
the SWT/Eclipse components being used. They only stipulate that you must
provide some source if you make any modifications to the SWT/Eclipse source,
in which case the changes must be made available by some means (eg.- a file
accompanying your app, a link to a site, etc.). However you can license
your own app any way you want, and as a consumer or Eclipse/SWT are not
required to provide any EPL or MPL license texts.

The only remaining piece is gcj, you'll need to look into its terms
separately (eg.- does it say that the end product of a compile is
automatically assigned license XYZ, etc.).

Grant


<dj_def@webmail.it> wrote in message news:ioa8bd$t98$1@news.eclipse.org...
> I'm blocked... Can I or not?
> Inside the about.html in the swt distribution it's written that there are
> pieces with the mpl license, and the mpl license implies that I have to
> distribute the source code too.
> What's the sense of releasing a library under epl and then put inside of
> it all this things with other licenses?
>
> I didn't know that doing a simple thing like a simple software takes to
> all these troubles.
>
> Nothing is clear, all is confused :(
Re: Legal question about SWT [message #666112 is a reply to message #663337] Tue, 19 April 2011 07:43 Go to previous message
No real name is currently offline No real nameFriend
Messages: 4
Registered: March 2011
Junior Member
I found here that for gcj there should not be any problem:
http://www.gnu.org/licenses/gpl-faq.html#CanIUseGPLToolsForN F
thank you very much
Previous Topic:DirectoryDialog initial directory
Next Topic:Bring shell to top of desktop programmatically
Goto Forum:
  


Current Time: Sat Apr 20 01:46:54 GMT 2024

Powered by FUDForum. Page generated in 0.03143 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top