summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRobin Rosenberg <robin.rosenberg@dewire.com>2012-08-01 23:25:20 +0200
committerRobin Rosenberg <robin.rosenberg@dewire.com>2012-08-01 23:25:20 +0200
commitf84fb60f02153c102bf716c01b219888b1f82402 (patch)
tree1e0c4cc6d9cb4f5ae8bb9b586e90906280c1332d /README
parent7f7a3f9b783bb21dce2bbe57aee24cf92b7de400 (diff)
downloadjgit-f84fb60f02153c102bf716c01b219888b1f82402.tar.gz
jgit-f84fb60f02153c102bf716c01b219888b1f82402.zip
Update the README file to refer to the EDL rather than BSD license.
The wordings of the two license are the same. This change is there to make this file consistent with the LICENSE file. Change-Id: I7c9d7a8f3622dd4099ca311af3dd032034bf56c0
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index a6e397f72b..03b08b002f 100644
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
== Java GIT ==
-This package is licensed under the BSD.
+This package is licensed under the EDL (Eclipse Distribution
+License).
org.eclipse.jgit/
@@ -9,7 +10,7 @@ This package is licensed under the BSD.
to exercise the library. The library provides functions to
read and write a GIT formatted repository.
- All portions of jgit are covered by the BSD. Absolutely no GPL,
+ All portions of jgit are covered by the EDL. Absolutely no GPL,
LGPL or EPL contributions are accepted within this package.
org.eclipse.jgit.test/