Use SPDX for Maven license tag

That's recommended by Maven and by Eclipse EMO:
* https://maven.apache.org/pom.html#Licenses
* https://gitlab.eclipse.org/eclipsefdn/emo-team/sbom/-/blob/main/docs/sbom.adoc

Change-Id: I771bb4a1dbfb38e757efe0c8a8f84f861753146b
1 file changed
tree: 5707c6c57ada6f3ea4e86b9576ef6372277705ac
  1. icons/
  2. org.eclipse.egit.github.core/
  3. org.eclipse.egit.github.core.tests/
  4. org.eclipse.mylyn.github-feature/
  5. org.eclipse.mylyn.github-site/
  6. org.eclipse.mylyn.github.core/
  7. org.eclipse.mylyn.github.doc/
  8. org.eclipse.mylyn.github.target/
  9. org.eclipse.mylyn.github.tests/
  10. org.eclipse.mylyn.github.ui/
  11. tools/
  12. .gitignore
  13. CODE_OF_CONDUCT.md
  14. CONTRIBUTING.md
  15. DEPENDENCIES
  16. LICENSE
  17. pom.xml
  18. README.md
  19. SECURITY.md
  20. spotbugs-excludes.xml
README.md

Eclipse EGit GitHub Connector

EGit GitHub Connector is an Eclipse plugin for working with Git repositories hosted on Github. It is based on the JGit library, which is a Git implementation in pure Java, and integrates with EGit, which is the Eclipse Git Team Provider, and uses the Mylyn framework.

This package is licensed under the EPL 2.0 . Please refer to the LICENSE file for the complete license.

Compatibility

  • In general, EGit supports at least the latest two Eclipse releases. For details, please see https://wiki.eclipse.org/EGit/FAQ

  • Newer version of EGit may implement new functionality, remove existing functions and change others without other notice than what is written in the commit log and source files themselves.

  • The EGit GitHub Connector uses the GitHub REST API v3.

Installation

Install the EGit GitHub Connector into Eclipse from the official update sites:

See also the EGit Downloads web page.

Documentation

On-line documentation is available, and is also available in the Eclipse Help when the feature is installed.

Support

Post questions or comments to the egit-dev@eclipse.org mailing list. You need to be subscribed to post.

Bugs are tracked in Bugzilla. Create new bugs here.

Contributing

This project does not use pull requests. Pull requests to this GitHub repository will be ignored.

Push patches to Gerrit at https://git.eclipse.org/r/egit/egit-github as explained in the EGit Contributor Guide.

About Git

More information about Git, its repository format, and the canonical C based implementation can be obtained from the Git website.