user63898
user63898

Reputation: 30915

Is there other web browser implementations other then webkit,mozila?

im looking to embed web browser in my application , (static linking none lgpl/gpl). are there any other web browsers that allow static linking without gpl/lgpl license restrictions? i need it to be cross platform.

Upvotes: 0

Views: 79

Answers (1)

Adrian Petrescu
Adrian Petrescu

Reputation: 17979

Gecko, the rendering engine used by Mozilla Firefox, is embeddable under the MPL, not the GPL/LGPL. The MPL can be combined with proprietary code.

See this FAQ entry: What are the license terms for embedding Gecko

Also, from a technical standpoint, this article should contain everything you need to know about embedding Gecko.

Upvotes: 1

Related Questions