Licensing

2011-06-14 Thread SS
When reading the licensing agreement (terms)
I found a reference to the Browser Detect Code as follows

Browser Detect v2.1.6   Creative Commons Attribution 1.0
google-web-toolkit.googlecode.com; transliterated into Java source

and also came across

Protocol BuffersNew BSD License
code.google.com/p/protobuf

How does this impact Commercial Software development? Both these
licenses are not acceptable to our company and was wondering whether
it would impact developing the software in GWT...

Thanks for your help in advance

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Web Kit Licensing

2010-04-29 Thread Chris B
Hi Everyone

We are in the process of redesigning our old internal system , we are
looking at potential tools/ Libraries to aid in doing this which are
the following , we are not looking to do any changes to the
libraries , we will use them as they are,

Some of the technologies we are using are
JSON
XML
Java
Hibernate

if any anybody has any other suggestions they are greatly welcomed.



Google Web kit
http://code.google.com/p/smartgwt/
http://www.extjs.com/

Im looking to get some sort of clarification on licensing as we are
looking to sell the online business at some point complete with the
system we will have built,

Thanks Chris

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Code Licensing

2009-12-22 Thread Brendan Kenny
This might not be the best forum for this question, but it
specifically involves GWT code and should be simple, so I'll give it a
shot.

I'm in the process of taking classes from some Google-written GWT
modules (both java and jsni code), mangling them, and writing code on
top of the result. Obviously this is fine because of the original
license, but as I post my code online (still under the Apache 2.0
License), I'm wondering what other people in a similar situation have
done with the notice on the top of source files.

Specifically, for those files that qualify as Derivative works but
contain significant code copyrighted by Google, how have people best
fulfilled their obligations to

2. You must cause any modified files to carry prominent notices
stating that You changed the files; and

3. You must retain, in the Source form of any Derivative Works that
You distribute, all copyright, patent, trademark, and attribution
notices from the Source form of the Work, excluding those notices that
do not pertain to any part of the Derivative Works; and

4. ...You may add Your own copyright statement to Your modifications
and may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or for
any such Derivative Works as a whole, provided Your use, reproduction,
and distribution of the Work otherwise complies with the conditions
stated in this License.
http://www.apache.org/licenses/LICENSE-2.0.html

Thanks!

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT and ExtGWT Licensing

2009-06-03 Thread Jeff Chimene

On 06/02/2009 03:46 PM, Kango_V wrote:
 I just wanted to ask you guys about this topic as our IP lawyers have
 found a potential problem.

 * ExtGWT extends classes in GWT therefore creating a derivative
 work.
 * ExtGWT is licensed under the GPLv3 and GWT under ASFv2.

 Now, we know that these are compatible.  But, only ONE WAY!

 You can include GPLv3 code in your ASFv2 licensed project, but NOT the
 other way around.

 So, if I wanted to distribute my ExtGWT app under the GPLv3 (open
 sourcing all my code which does not require an Ext license) I cannot,
 as I cannot relicense the ASF licensed code (GWT).

 As far as we can see there is NO way of legally distributing an ExtGWT
 applicattion under the GPLv3.

 IANAL, so I can only go on what our lawyers tell me.

 This is indeed a blow to us, as I cannot see a way round this.  If any
 of you have distributed an ExtGWT app under the GPLv3, then you have
 broken the terms of the ASFv2 and therefore have no rights to
 distribute GWT!

 I'm off to bed now :(


Well, at the risk of completely misunderstanding the issue: you're not 
contributing code to the ASF; you're creating a derivative work based on 
code that's licensed under GPL3 and ASF2.

Here is what Sam Ruby has to say on that subject: 
http://intertwingly.net/blog/2007/06/29/GPL-Compatible Pay particular 
attention to the paragraph that begins I’ll attempt to do that and more:



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT and ExtGWT Licensing

2009-06-02 Thread Kango_V

I just wanted to ask you guys about this topic as our IP lawyers have
found a potential problem.

* ExtGWT extends classes in GWT therefore creating a derivative
work.
* ExtGWT is licensed under the GPLv3 and GWT under ASFv2.

Now, we know that these are compatible.  But, only ONE WAY!

You can include GPLv3 code in your ASFv2 licensed project, but NOT the
other way around.

So, if I wanted to distribute my ExtGWT app under the GPLv3 (open
sourcing all my code which does not require an Ext license) I cannot,
as I cannot relicense the ASF licensed code (GWT).

As far as we can see there is NO way of legally distributing an ExtGWT
applicattion under the GPLv3.

IANAL, so I can only go on what our lawyers tell me.

This is indeed a blow to us, as I cannot see a way round this.  If any
of you have distributed an ExtGWT app under the GPLv3, then you have
broken the terms of the ASFv2 and therefore have no rights to
distribute GWT!

I'm off to bed now :(
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT and ExtGWT Licensing

2009-06-02 Thread Kango_V

This is the section from Apache about compatibility:

This licensing incompatibility applies *only* when some Apache project
software becomes a derivative work of some GPLv3 software, because
then the Apache software would have to be distributed under GPLv3.
This would be incompatible with ASF's requirement that all Apache
software must be distributed under the Apache License 2.0.

As far as the license is converned, when ExtGWT extends a GWT class it
is a derivitive work in the eyes of the GPL, so the above clause is
true.

On Jun 2, 11:46 pm, Kango_V djb.b...@gmail.com wrote:
 I just wanted to ask you guys about this topic as our IP lawyers have
 found a potential problem.

 * ExtGWT extends classes in GWT therefore creating a derivative
 work.
 * ExtGWT is licensed under the GPLv3 and GWT under ASFv2.

 Now, we know that these are compatible.  But, only ONE WAY!

 You can include GPLv3 code in your ASFv2 licensed project, but NOT the
 other way around.

 So, if I wanted to distribute my ExtGWT app under the GPLv3 (open
 sourcing all my code which does not require an Ext license) I cannot,
 as I cannot relicense the ASF licensed code (GWT).

 As far as we can see there is NO way of legally distributing an ExtGWT
 applicattion under the GPLv3.

 IANAL, so I can only go on what our lawyers tell me.

 This is indeed a blow to us, as I cannot see a way round this.  If any
 of you have distributed an ExtGWT app under the GPLv3, then you have
 broken the terms of the ASFv2 and therefore have no rights to
 distribute GWT!

 I'm off to bed now :(
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---