Skip to content

Commit b0d613b

Browse files
authored
Adding CONTRIBUTING.md and NOTICE.md (#134)
Signed-off-by: Dmitry Kornilov <[email protected]>
1 parent 8aefa68 commit b0d613b

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

CONTRIBUTING.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributing to Eclipse Yasson
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
Eclipse Yasson is a Java framework which provides a standard binding layer
8+
between Java classes and JSON documents. This is similar to what JAXB is doing
9+
in the XML world. Yasson is an official reference implementation of JSON Binding
10+
(JSR-367).
11+
12+
* https://projects.eclipse.org/projects/ee4j.yasson
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.yasson/developer
20+
21+
The project maintains the following source code repositories
22+
23+
* https://github.com/eclipse/yasson
24+
* https://github.com/eclipse-ee4j/yasson
25+
26+
## Eclipse Contributor Agreement
27+
28+
Before your contribution can be accepted by the project team contributors must
29+
electronically sign the Eclipse Contributor Agreement (ECA).
30+
31+
* http://www.eclipse.org/legal/ECA.php
32+
33+
Commits that are provided by non-committers must have a Signed-off-by field in
34+
the footer indicating that the author is aware of the terms by which the
35+
contribution has been provided to the project. The non-committer must
36+
additionally have an Eclipse Foundation account and must have a signed Eclipse
37+
Contributor Agreement (ECA) on file.
38+
39+
For more information, please see the Eclipse Committer Handbook:
40+
https://www.eclipse.org/projects/handbook/#resources-commit
41+
42+
## Contact
43+
44+
Contact the project developers via the project's "dev" list.
45+
46+
* https://dev.eclipse.org/mailman/listinfo/yasson-dev

NOTICE.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Notices for Eclipse Yasson
2+
3+
This content is produced and maintained by the Eclipse Yasson project.
4+
5+
* Project home: https://projects.eclipse.org/projects/ee4j.yasson
6+
7+
## Trademarks
8+
9+
Eclipse Yasson is a trademark of the Eclipse Foundation.
10+
11+
## Copyright
12+
13+
All content is the property of the respective authors or their employers. For
14+
more information regarding authorship of content, please consult the listed
15+
source code repository logs.
16+
17+
## Declared Project Licenses
18+
19+
This program and the accompanying materials are made available under the terms
20+
of the Eclipse Public License v. 1.0 which is available at
21+
http://www.eclipse.org/legal/epl-v10.html, or the Eclipse Distribution License
22+
v. 1.0 which is available at http://www.eclipse.org/org/documents/edl-v10.php.
23+
24+
SPDX-License-Identifier: EPL-1.0 OR BSD-3-Clause
25+
26+
## Source Code
27+
28+
The project maintains the following source code repositories:
29+
30+
* https://github.com/eclipse/yasson
31+
* https://github.com/eclipse-ee4j/yasson
32+
33+
## Third-party Content
34+
35+
cdi-api 2.0 (JSR 365: Contexts and Dependency Injection for Java (2.0)
36+
37+
38+
## Cryptography
39+
40+
Content may contain encryption software. The country in which you are currently
41+
may have restrictions on the import, possession, and use, and/or re-export to
42+
another country, of encryption software. BEFORE using any encryption software,
43+
please check the country's laws, regulations and policies concerning the import,
44+
possession, or use, and re-export of encryption software, to see if this is
45+
permitted.

0 commit comments

Comments
 (0)