Skip to content

Commit c0e1751

Browse files
authored
Merge pull request #83 from eclipse-ee4j/notice_contributing
NOTICE and CONTRIBUTING files added
2 parents fa918ff + 643b2bc commit c0e1751

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

CONTRIBUTING.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Contributing to Eclipse Project for JSON-B
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
JSON-B is a standard binding layer for converting Java objects to/from JSON
8+
messages. It defines a default mapping algorithm for converting existing Java
9+
classes to JSON, while enabling developers to customize the mapping process
10+
through the use of Java annotations.
11+
12+
* https://projects.eclipse.org/projects/ee4j.jsonb
13+
14+
## Developer resources
15+
16+
Information regarding source code management, builds, coding standards, and
17+
more.
18+
19+
* https://projects.eclipse.org/projects/ee4j.jsonb/developer
20+
21+
The project maintains the following source code repositories
22+
23+
* https://github.com/eclipse-ee4j/jsonb-api
24+
25+
## Eclipse Contributor Agreement
26+
27+
Before your contribution can be accepted by the project team contributors must
28+
electronically sign the Eclipse Contributor Agreement (ECA).
29+
30+
* http://www.eclipse.org/legal/ECA.php
31+
32+
Commits that are provided by non-committers must have a Signed-off-by field in
33+
the footer indicating that the author is aware of the terms by which the
34+
contribution has been provided to the project. The non-committer must
35+
additionally have an Eclipse Foundation account and must have a signed Eclipse
36+
Contributor Agreement (ECA) on file.
37+
38+
For more information, please see the Eclipse Committer Handbook:
39+
https://www.eclipse.org/projects/handbook/#resources-commit
40+
41+
## Contact
42+
43+
Contact the project developers via the project's "dev" list.
44+
45+
* https://accounts.eclipse.org/mailing-list/jsonb-dev

NOTICE.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Notices for Eclipse Project for JSON-B
2+
3+
This content is produced and maintained by the Eclipse Project for JSON-B
4+
project.
5+
6+
* Project home: https://projects.eclipse.org/projects/ee4j.jsonb
7+
8+
## Trademarks
9+
10+
Eclipse Project for JSON-B is a trademark of the Eclipse Foundation.
11+
12+
## Copyright
13+
14+
All content is the property of the respective authors or their employers. For
15+
more information regarding authorship of content, please consult the listed
16+
source code repository logs.
17+
18+
## Declared Project Licenses
19+
20+
This program and the accompanying materials are made available under the terms
21+
of the Eclipse Public License v. 2.0 which is available at
22+
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
23+
available under the following Secondary Licenses when the conditions for such
24+
availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU
25+
General Public License, version 2 with the GNU Classpath Exception which is
26+
available at https://www.gnu.org/software/classpath/license.html.
27+
28+
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
29+
30+
## Source Code
31+
32+
The project maintains the following source code repositories:
33+
34+
* https://github.com/eclipse-ee4j/jsonb-api
35+
36+
## Third-party Content
37+
38+
This project leverages the following third party content.
39+
40+
None
41+
42+
## Cryptography
43+
44+
Content may contain encryption software. The country in which you are currently
45+
may have restrictions on the import, possession, and use, and/or re-export to
46+
another country, of encryption software. BEFORE using any encryption software,
47+
please check the country's laws, regulations and policies concerning the import,
48+
possession, or use, and re-export of encryption software, to see if this is
49+
permitted.

0 commit comments

Comments
 (0)