diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4527fea..fce3daff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,57 +12,51 @@ [//]: # " " [//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 " -# Contributing to Jakarta JSON Processing +# Contributing to Eclipse Parsson Thanks for your interest in this project. ## Project description -Jakarta JSON Processing is a Java API to process (e.g. parse, generate, -transform and query) JSON documents. It produces and consumes JSON in a -streaming fashion (similar to StAX API for XML) and allows to build a Java -object model for JSON using API classes (similar to DOM API for XML). +Eclipse Parsson provides an implementation of Jakarta JSON Processing +Specification. It allows processing (e.g. parse, generate, transform and query) +JSON documents. It produces and consumes JSON in a streaming fashion (similar to +StAX API for XML) and allows to build a Java object model for JSON using API +classes (similar to DOM API for XML). -* https://projects.eclipse.org/projects/ee4j.jsonp +* https://projects.eclipse.org/projects/ee4j.parsson ## Developer resources Information regarding source code management, builds, coding standards, and more. -* https://projects.eclipse.org/projects/ee4j.jsonp/developer +* https://projects.eclipse.org/projects/ee4j.parsson/developer The project maintains the following source code repositories -* https://github.com/eclipse-ee4j/jsonp +* https://github.com/eclipse-ee4j/parsson ## 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. -The Jakarta EE Specification Committee has adopted the Jakarta EE Specification -Process (JESP) in accordance with the Eclipse Foundation Specification Process -v1.2 (EFSP) to ensure that the specification process is complied with by all -Jakarta EE specification projects. - * https://eclipse.org/projects/dev_process * https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf -* https://jakarta.ee/about/jesp/ -* https://www.eclipse.org/legal/efsp_non_assert.php ## Eclipse Contributor Agreement -Before your contribution can be accepted by the project team contributors must +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 -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. +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 @@ -71,4 +65,4 @@ https://www.eclipse.org/projects/handbook/#resources-commit Contact the project developers via the project's "dev" list. -* https://dev.eclipse.org/mailman/listinfo/jsonp-dev \ No newline at end of file +* https://accounts.eclipse.org/mailing-list/parsson-dev \ No newline at end of file diff --git a/NOTICE.md b/NOTICE.md index 18f0422b..8e04341a 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -12,15 +12,15 @@ [//]: # " " [//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 " -# Notices for Jakarta JSON Processing +# Notices for Eclipse Parsson -This content is produced and maintained by the Jakarta JSON Processing project. +This content is produced and maintained by the Eclipse Parsson project. -* Project home: https://projects.eclipse.org/projects/ee4j.jsonp +* Project home: https://projects.eclipse.org/projects/ee4j.parsson ## Trademarks - Jakarta JSON Processing is a trademark of the Eclipse Foundation. + Eclipse Parsson is a trademark of the Eclipse Foundation. ## Copyright @@ -32,49 +32,21 @@ source code repository logs. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License v2.0 w/Classpath exception which is available at -https://www.gnu.org/software/classpath/license.html. +https://www.eclipse.org/legal/epl-2.0. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +SPDX-License-Identifier: EPL-2.0 ## Source Code The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jsonp +* https://github.com/eclipse-ee4j/parsson ## Third-party Content This project leverages the following third party content. -javax.ws.rs-api:2.0.1 (2.0.1) - -* License: (CDDL-1.1 OR GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND - Apache-2.0 -* Project: https://github.com/jax-rs/api -* Source: https://github.com/jax-rs/api - -javax.ws.rs:jsr311-api:jar:1.1.1 (1.1.1) - -* License: CDDL-1.0 AND Apache-2.0 -* Project: https://github.com/jax-rs/api -* Source: - http://search.maven.org/remotecontent?filepath=javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1-sources.jar - -javax:javaee-web-api:jar:7.0 (7.0) - -* License: (CDDL-1.0 OR GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND - (EPL-1.0 OR BSD-3-Clause) AND Apache-2.0 AND LicenseRef-Public Domain -* Project: https://javaee.github.io -* Source: - http://search.maven.org/remotecontent?filepath=javax/javaee-web-api/7.0/javaee-web-api-7.0-sources.jar - -JUnit (4.12) - -* License: Eclipse Public License +None ## Cryptography @@ -83,4 +55,4 @@ 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 +permitted.ed. \ No newline at end of file