diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-06-07 16:26:57 -0500 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-06-07 16:46:14 -0500 |
commit | f1fdc5e8d2e168b56113a03c6d4fbeb02c86d7af (patch) | |
tree | cafbac2c3878076861b91b416a982c5b20e1b26b /org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties | |
parent | ab360d06de67611aa41e9ef8259fedac452a2e06 (diff) | |
download | jgit-f1fdc5e8d2e168b56113a03c6d4fbeb02c86d7af.tar.gz jgit-f1fdc5e8d2e168b56113a03c6d4fbeb02c86d7af.zip |
Added the standard SULA for JGit
The Eclipse Foundation requires the standard SULA be present
in every feature. We had the license present via edl-v10.html
but we were missing the SULA via the license.html file. The
fix is to simply add the SULA.
Change-Id: I75b43ce098f544b95181755b5cc81a9b1dee6391
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties index 82fdc2fe35..eb0f01b9e3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties @@ -1,3 +1,4 @@ bin.includes = feature.xml,\ edl-v10.html,\ - feature.properties + feature.properties,\ + notice.html |