You can reuse Google's code under the terms of the New BSD license.  See:
  http://code.google.com/p/protobuf/source/browse/trunk/COPYING.txt
The license is extremely permissive.

You should provide your code generator as a protoc plugin, so that it may be
invoked using the same command as all other code generators.  Do not try to
create your own compiler binary using CommandLineInterface.  See:

http://code.google.com/apis/protocolbuffers/docs/reference/cpp/google.protobuf.compiler.plugin.html

On Mon, Aug 16, 2010 at 10:33 AM, Eugene Vigdorchik <
eugene.vigdorc...@gmail.com> wrote:

> Hi,
> I have a project that augments java output with Scala builder objects.
> The code I have provides a (C++) CodeGenerator and registers it along
> with others present by default. My question is: may I insert Google's
> code in my project and if yes what modifications if any should be
> made?
>
> Thank you in advance,
> Eugene.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com<protobuf%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>
>

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

Reply via email to