Skip to content

Commit c5deb36

Browse files
committed
update notice file
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 8e6b7f9 commit c5deb36

File tree

2 files changed

+25
-59
lines changed

2 files changed

+25
-59
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,57 +12,51 @@
1212
[//]: # " "
1313
[//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 "
1414

15-
# Contributing to Jakarta JSON Processing
15+
# Contributing to Eclipse Parsson
1616

1717
Thanks for your interest in this project.
1818

1919
## Project description
2020

21-
Jakarta JSON Processing is a Java API to process (e.g. parse, generate,
22-
transform and query) JSON documents. It produces and consumes JSON in a
23-
streaming fashion (similar to StAX API for XML) and allows to build a Java
24-
object model for JSON using API classes (similar to DOM API for XML).
21+
Eclipse Parsson provides an implementation of Jakarta JSON Processing
22+
Specification. It allows processing (e.g. parse, generate, transform and query)
23+
JSON documents. It produces and consumes JSON in a streaming fashion (similar to
24+
StAX API for XML) and allows to build a Java object model for JSON using API
25+
classes (similar to DOM API for XML).
2526

26-
* https://projects.eclipse.org/projects/ee4j.jsonp
27+
* https://projects.eclipse.org/projects/ee4j.parsson
2728

2829
## Developer resources
2930

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

33-
* https://projects.eclipse.org/projects/ee4j.jsonp/developer
34+
* https://projects.eclipse.org/projects/ee4j.parsson/developer
3435

3536
The project maintains the following source code repositories
3637

37-
* https://github.com/eclipse-ee4j/jsonp
38+
* https://github.com/eclipse-ee4j/parsson
3839

3940
## Eclipse Development Process
4041

4142
This Eclipse Foundation open project is governed by the Eclipse Foundation
4243
Development Process and operates under the terms of the Eclipse IP Policy.
4344

44-
The Jakarta EE Specification Committee has adopted the Jakarta EE Specification
45-
Process (JESP) in accordance with the Eclipse Foundation Specification Process
46-
v1.2 (EFSP) to ensure that the specification process is complied with by all
47-
Jakarta EE specification projects.
48-
4945
* https://eclipse.org/projects/dev_process
5046
* https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf
51-
* https://jakarta.ee/about/jesp/
52-
* https://www.eclipse.org/legal/efsp_non_assert.php
5347

5448
## Eclipse Contributor Agreement
5549

56-
Before your contribution can be accepted by the project team contributors must
50+
In order to be able to contribute to Eclipse Foundation projects you must
5751
electronically sign the Eclipse Contributor Agreement (ECA).
5852

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

61-
Commits that are provided by non-committers must have a Signed-off-by field in
62-
the footer indicating that the author is aware of the terms by which the
63-
contribution has been provided to the project. The non-committer must
64-
additionally have an Eclipse Foundation account and must have a signed Eclipse
65-
Contributor Agreement (ECA) on file.
55+
The ECA provides the Eclipse Foundation with a permanent record that you agree
56+
that each of your contributions will comply with the commitments documented in
57+
the Developer Certificate of Origin (DCO). Having an ECA on file associated with
58+
the email address matching the "Author" field of your contribution's Git commits
59+
fulfills the DCO's requirement that you sign-off on your contributions.
6660

6761
For more information, please see the Eclipse Committer Handbook:
6862
https://www.eclipse.org/projects/handbook/#resources-commit
@@ -71,4 +65,4 @@ https://www.eclipse.org/projects/handbook/#resources-commit
7165

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

74-
* https://dev.eclipse.org/mailman/listinfo/jsonp-dev
68+
* https://accounts.eclipse.org/mailing-list/parsson-dev

NOTICE.md

Lines changed: 9 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
[//]: # " "
1313
[//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 "
1414

15-
# Notices for Jakarta JSON Processing
15+
# Notices for Eclipse Parsson
1616

17-
This content is produced and maintained by the Jakarta JSON Processing project.
17+
This content is produced and maintained by the Eclipse Parsson project.
1818

19-
* Project home: https://projects.eclipse.org/projects/ee4j.jsonp
19+
* Project home: https://projects.eclipse.org/projects/ee4j.parsson
2020

2121
## Trademarks
2222

23-
Jakarta JSON Processing is a trademark of the Eclipse Foundation.
23+
Eclipse Parsson is a trademark of the Eclipse Foundation.
2424

2525
## Copyright
2626

@@ -32,49 +32,21 @@ source code repository logs.
3232

3333
This program and the accompanying materials are made available under the terms
3434
of the Eclipse Public License v. 2.0 which is available at
35-
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
36-
available under the following Secondary Licenses when the conditions for such
37-
availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU
38-
General Public License v2.0 w/Classpath exception which is available at
39-
https://www.gnu.org/software/classpath/license.html.
35+
https://www.eclipse.org/legal/epl-2.0.
4036

41-
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
37+
SPDX-License-Identifier: EPL-2.0
4238

4339
## Source Code
4440

4541
The project maintains the following source code repositories:
4642

47-
* https://github.com/eclipse-ee4j/jsonp
43+
* https://github.com/eclipse-ee4j/parsson
4844

4945
## Third-party Content
5046

5147
This project leverages the following third party content.
5248

53-
javax.ws.rs-api:2.0.1 (2.0.1)
54-
55-
* License: (CDDL-1.1 OR GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND
56-
Apache-2.0
57-
* Project: https://github.com/jax-rs/api
58-
* Source: https://github.com/jax-rs/api
59-
60-
javax.ws.rs:jsr311-api:jar:1.1.1 (1.1.1)
61-
62-
* License: CDDL-1.0 AND Apache-2.0
63-
* Project: https://github.com/jax-rs/api
64-
* Source:
65-
http://search.maven.org/remotecontent?filepath=javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1-sources.jar
66-
67-
javax:javaee-web-api:jar:7.0 (7.0)
68-
69-
* License: (CDDL-1.0 OR GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND
70-
(EPL-1.0 OR BSD-3-Clause) AND Apache-2.0 AND LicenseRef-Public Domain
71-
* Project: https://javaee.github.io
72-
* Source:
73-
http://search.maven.org/remotecontent?filepath=javax/javaee-web-api/7.0/javaee-web-api-7.0-sources.jar
74-
75-
JUnit (4.12)
76-
77-
* License: Eclipse Public License
49+
None
7850

7951
## Cryptography
8052

@@ -83,4 +55,4 @@ may have restrictions on the import, possession, and use, and/or re-export to
8355
another country, of encryption software. BEFORE using any encryption software,
8456
please check the country's laws, regulations and policies concerning the import,
8557
possession, or use, and re-export of encryption software, to see if this is
86-
permitted.
58+
permitted.ed.

0 commit comments

Comments
 (0)