MahmutKarali / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

Licenses #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to use you jar in OmegaT project, but there are some problems
with licenses. 

1. You said on the http://code.google.com/p/google-api-translate-java/:
Code license:    GNU Lesser General Public License
2. Language.java licensed under GPLv2, not LGPL.
3. Translate.java licensed under GPLv3
4. JSON licensed under own license.

Original issue reported on code.google.com by alex73mail on 4 Sep 2009 at 5:20

GoogleCodeExporter commented 8 years ago
Sorry, should all be LGPL, I've no problem really with how anyone uses the 
library.
Will try and update them asap.

Original comment by rich.mid...@gmail.com on 4 Sep 2009 at 7:36

GoogleCodeExporter commented 8 years ago
Hi Richard,

would be cool if you updated that. I'd like to use it too under LGPL :-)

Why not using the awesome maven license plugin? 

http://code.google.com/p/maven-license-plugin/wiki/Configuration

That way all is up to date with one command:

mvn -X license:format -Dyear=2010

Regards,
Peter.

Original comment by tableYou...@gmail.com on 19 Nov 2010 at 5:18

GoogleCodeExporter commented 8 years ago
I've not used the maven plugin, but it should all be updated to reflect LGPL 3 
in the latest github source now (finally).

Original comment by rich.mid...@gmail.com on 13 Dec 2010 at 8:33