diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2009-10-28 13:57:32 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2009-10-28 14:12:07 +0100 |
commit | f3d75800a0fb687f65e64b82235140f86be6171e (patch) | |
tree | 66f34fd8a17d7ebaa8cd2f079c762b2f672cb783 /SUBMITTING_PATCHES | |
parent | 5208e50b4ecabf1e530d5a1f1270fd28741e44d2 (diff) | |
download | jgit-f3d75800a0fb687f65e64b82235140f86be6171e.tar.gz jgit-f3d75800a0fb687f65e64b82235140f86be6171e.zip |
Correcting explanation of EDL
Change-Id: I2f65022df4e6fe9b1db87eb29e9b079543984298
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'SUBMITTING_PATCHES')
-rw-r--r-- | SUBMITTING_PATCHES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES index 55122aea83..3a0233f86e 100644 --- a/SUBMITTING_PATCHES +++ b/SUBMITTING_PATCHES @@ -60,8 +60,9 @@ please make sure it cleanly applies to the "master" branch head. (3) Check the license. -JGit is licensed under the Eclipse Development License (EDL), -which is a renamed version of the new style/3-clause BSD license. +JGit is licensed under the Eclipse Distribution License (EDL, +http://www.eclipse.org/org/documents/edl-v10.html), which is a +renamed version of the new style/3-clause BSD license. Under this licensing model *every* file within the project *must* list which license covers it in the header of the file. |