> Copyright problem in Google sources.

Are you going to copy gson sources to maven source code?
If you do that, you need to keep the copyright.

Are you going to take the jar and optionally shade it?
In that case you need to check if gson.jar is accompanied with NOTICE file.
If notice is there, you need append it to maven's notice.
If notice is not there, updating maven's notice is not needed.

The above assumes gson license is Apache-2.0

Vladimir

Reply via email to