Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] license question

On Wed, Aug 1, 2012 at 7:09 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Hi,

The README at the root of the git repo states that jgit is licensed under BSD. However the license in the about.html in org.eclipse.jgit is for the EDL. The top level LICENSE file also refers to the EDL. Can you clarify what license is correct for the org.eclipse.jgit plugin?

JGit is licensed under the EDL: http://www.eclipse.org/org/documents/edl-v10.php

It's a New BSD style license (remember that the BSD license is really a template).

EGit and almost all eclipse.org projects are licensed under the traditional Eclipse Public License (EPL). JGit is a bit special that it is the only project at eclipse.org that I believe is licensed fully under the EDL.

Does that help?

--
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 512 961 6719

Back to the top