Skip to content

Commit

Permalink
Added missing legal docummentation
Browse files Browse the repository at this point in the history
  • Loading branch information
azoitl committed Aug 31, 2023
1 parent 45ca0c7 commit 2126472
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,29 @@ Example:
- Implement additional DotParser test cases.

If your contribution does not exceed the contribution limit (currently 1000 LOC) this will allow us to directly accept a pull request. If your contribution was not developed from scratch or contains content from other authors, please indicate this on the related Github Issue entry. As in cases where the contribution exceeds the limit, we will have to open a contribution questionnaire (and may have to ask for additional information via the related Github Issue entry) to handle such cases in compliance to the [Eclipse Legal Process](http://eclipse.org/legal/EclipseLegalProcessPoster.pdf).

## Eclipse Development Process

This Eclipse Foundation open project is governed by the Eclipse Foundation
Development Process and operates under the terms of the Eclipse IP Policy.

* https://eclipse.org/projects/dev_process
* https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf

## Eclipse Contributor Agreement

In order to be able to contribute to Eclipse Foundation projects you must
electronically sign the Eclipse Contributor Agreement (ECA).

* http://www.eclipse.org/legal/ECA.php

The ECA provides the Eclipse Foundation with a permanent record that you agree
that each of your contributions will comply with the commitments documented in
the Developer Certificate of Origin (DCO). Having an ECA on file associated with
the email address matching the "Author" field of your contribution's Git commits
fulfills the DCO's requirement that you sign-off on your contributions.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit


101 changes: 101 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
# Notices for Eclipse Graphical Editing Framework

This content is produced and maintained by the Eclipse Graphical Editing
Framework project.

* Project home: https://projects.eclipse.org/projects/tools.gef

## Trademarks

Eclipse Graphical Editing Framework, Graphical Editing Framework, Eclipse GEF,
GEF, and Zest are trademarks of the Eclipse Foundation.

## Copyright

All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.

## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0

## Source Code

The project maintains the following source code repositories:

* https://github.com/eclipse/gef
* https://github.com/eclipse/gef-classic

## Third-party Content

This project leverages the following third party content.

ANTLR Runtime only: (3.2)

* License: New BSD license

Apache Commons Logging Jar (1.1.1)

* License: Apache License, 2.0

atinject (Package javax.inject) (1.0)

* License: Apache License, 2.0

easymock (2.4)

* License: MIT License

Google Guava (15.0.0)

* License: Apache License 2.0

Google Guava (18.0)

* License: Apache License, 2.0

Google Guava (21.0)

* License: Apache License, 2.0

Google Guice / Inject Core API (3.0.0)

* License: Apache License, 2.0

Graphviz icons Version: N/A (n/a)

* License: Eclipse Public License 1.0

Guava (12.0)

* License: Apache License, 2.0

guice-assistedinject (3.0.0)

* License: Apache License, 2.0

guice-multibindings (3.0.0)

* License: Apache License, 2.0

Javax.annotation (1.2)

* License: Common Development and Distribution License

log4j (1.2.15)

* License: Apache License 2.0

## Cryptography

Content may contain encryption software. The country in which you are currently
may have restrictions on the import, possession, and use, and/or re-export to
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.

0 comments on commit 2126472

Please sign in to comment.