From 21264727f39233bba4d65581bd92f193395910d1 Mon Sep 17 00:00:00 2001 From: Alois Zoitl Date: Wed, 30 Aug 2023 22:02:35 +0200 Subject: [PATCH] Added missing legal docummentation --- CONTRIBUTING.md | 26 +++++++++++++ NOTICE.md | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 NOTICE.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b8b071ca..dec63440b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 + + diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 000000000..a887c3dbf --- /dev/null +++ b/NOTICE.md @@ -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. \ No newline at end of file