Skip to content

Commit

Permalink
Adding CONTRIBUTING.md and NOTICE.md (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>
  • Loading branch information
m0mus committed Jun 7, 2018
1 parent 8aefa68 commit b0d613b
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,46 @@
# Contributing to Eclipse Yasson

Thanks for your interest in this project.

## Project description

Eclipse Yasson is a Java framework which provides a standard binding layer
between Java classes and JSON documents. This is similar to what JAXB is doing
in the XML world. Yasson is an official reference implementation of JSON Binding
(JSR-367).

* https://projects.eclipse.org/projects/ee4j.yasson

## Developer resources

Information regarding source code management, builds, coding standards, and
more.

* https://projects.eclipse.org/projects/ee4j.yasson/developer

The project maintains the following source code repositories

* https://github.com/eclipse/yasson
* https://github.com/eclipse-ee4j/yasson

## Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

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

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
contribution has been provided to the project. The non-committer must
additionally have an Eclipse Foundation account and must have a signed Eclipse
Contributor Agreement (ECA) on file.

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

## Contact

Contact the project developers via the project's "dev" list.

* https://dev.eclipse.org/mailman/listinfo/yasson-dev
45 changes: 45 additions & 0 deletions NOTICE.md
@@ -0,0 +1,45 @@
# Notices for Eclipse Yasson

This content is produced and maintained by the Eclipse Yasson project.

* Project home: https://projects.eclipse.org/projects/ee4j.yasson

## Trademarks

Eclipse Yasson is a trademark 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. 1.0 which is available at
http://www.eclipse.org/legal/epl-v10.html, or the Eclipse Distribution License
v. 1.0 which is available at http://www.eclipse.org/org/documents/edl-v10.php.

SPDX-License-Identifier: EPL-1.0 OR BSD-3-Clause

## Source Code

The project maintains the following source code repositories:

* https://github.com/eclipse/yasson
* https://github.com/eclipse-ee4j/yasson

## Third-party Content

cdi-api 2.0 (JSR 365: Contexts and Dependency Injection for Java (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 b0d613b

Please sign in to comment.