Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blewitt2009-10-06 09:02:50 +0000
committerShawn O. Pearce2009-10-06 13:57:45 +0000
commitf8a9b17832f9d3048c85bee8b0f3ccb9834c213a (patch)
tree5e4cea248b353cafaae302853f80e646133dce59
parent7c85a3010d482d1ed8cb606adfae93cb26c40f03 (diff)
downloadegit-f8a9b17832f9d3048c85bee8b0f3ccb9834c213a.tar.gz
egit-f8a9b17832f9d3048c85bee8b0f3ccb9834c213a.tar.xz
egit-f8a9b17832f9d3048c85bee8b0f3ccb9834c213a.zip
Removed unnecessary 'Everything is EPL' statements in README
When the project was stored in the same repository as JGit, this made sense. However, this only contains EPL code and the top of the notice already says as much. Change-Id: I0ac15e8118b9e8f19dd4b2934cef11d7c1ca4a58
-rw-r--r--README13
1 files changed, 1 insertions, 12 deletions
diff --git a/README b/README
index d54bf40fc6..5d241a11d2 100644
--- a/README
+++ b/README
@@ -12,41 +12,30 @@ three for packaging.
and support routines to allow processing against the Eclipse
workspace and resource APIs, rather than the standard Java
file APIs. It also supplies the team provider implementation.
- Everything here is EPL.
org.eclipse.egit.ui/
An Eclipse plugin providing the user interface on top of
org.eclipse.egit.core.
- Everything here is EPL.
-
org.eclipse.egit.core.test/
Unit tests for org.eclipse.egit.core.
- Everything here is EPL.
-
org.eclipse.egit/
A plugin for packaging
- Everything here is EPL.
-
- org.eclipse.egit-feature
+ org.eclipse.egit-feature/
Also packaging. This project is for building an Eclipse "feature"
out of the plugins above.
- Everything here is EPL.
-
org.eclipse.egit-updatesite/
This package is for producing and update site, i.e. a web site
you can point your eclipse at and just upgrade.
- Everything here is EPL.
-
== WARNINGS / CAVEATS ==
- Symbolic links are not supported because java does not support it.

Back to the top