About the License

Anything about the Instantiations web sites, forums, etc.

Moderator: Eric Clayberg

About the License

Postby Goh » Thu Feb 12, 2004 6:15 pm

Hi,

I'm building a client application with SWT Desiner Free Edition.
Can I sell this application
if I rewrite this application not using SWT Designer's Library?
(using only SWT Library)

For example,
in case of setting backgroud color,
SWT Designer uses com.swtdesigner.ResourceManager as below.
Code: Select all
label.setBackground( ResourceManager.getColor( 106, 90, 205 ) );

Can I sell if I rewrite above as below?
Code: Select all
label.setBackground( new Color( Display.getCurrent(), 106, 90, 205 ) );

Thanx.
Goh
 

Re: About the License

Postby Eric Clayberg » Thu Feb 12, 2004 8:49 pm

Goh wrote:I'm building a client application with SWT Desiner Free Edition. Can I sell this application

Yes. There are no restrictions on what you can do with the free edition. You don't need to re-write the code in any way.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Postby Goh » Sun Feb 15, 2004 9:32 pm

Thank for your reply, Eric.

I'll consider using not only Free Edition
but also Professinal Edition.

Best regards.
Goh
 

Postby Eric Clayberg » Mon Feb 16, 2004 10:43 am

Goh wrote:I'll consider using not only Free Edition
but also Professinal Edition.

That's what we like to hear. ;-)
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to Web Site

Who is online

Users browsing this forum: No registered users and 1 guest