Skip to content

Commit c87d01c

Browse files
committed
update legal files
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent b950cd8 commit c87d01c

File tree

6 files changed

+73
-68
lines changed

6 files changed

+73
-68
lines changed

CONTRIBUTING.md

+27-21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # " Copyright (c) 2018, 2022 Oracle and/or its affiliates. All rights reserved. "
1+
[//]: # " Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. "
22
[//]: # " "
33
[//]: # " This program and the accompanying materials are made available under the "
44
[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at "
@@ -12,11 +12,17 @@ Thanks for your interest in this project.
1212

1313
## Project description
1414

15-
The Jakarta XML Binding provides an API and tools that
16-
automate the mapping between XML documents and Java objects.
15+
Jakarta XML Binding™ defines an API and tools that automate the mapping
16+
between XML documents and Java objects.
1717

1818
* https://projects.eclipse.org/projects/ee4j.jaxb
1919

20+
## Terms of Use
21+
22+
This repository is subject to the Terms of Use of the Eclipse Foundation
23+
24+
* https://www.eclipse.org/legal/termsofuse.php
25+
2026
## Developer resources
2127

2228
Information regarding source code management, builds, coding standards, and
@@ -26,24 +32,8 @@ more.
2632

2733
The project maintains the following source code repositories
2834

29-
* https://github.com/eclipse-ee4j/jaxb-api
30-
* https://github.com/eclipse-ee4j/jaxb-tck
31-
32-
## Eclipse Contributor Agreement
33-
34-
Before your contribution can be accepted by the project team contributors must
35-
electronically sign the Eclipse Contributor Agreement (ECA).
36-
37-
* http://www.eclipse.org/legal/ECA.php
38-
39-
Commits that are provided by non-committers must have a Signed-off-by field in
40-
the footer indicating that the author is aware of the terms by which the
41-
contribution has been provided to the project. The non-committer must
42-
additionally have an Eclipse Foundation account and must have a signed Eclipse
43-
Contributor Agreement (ECA) on file.
44-
45-
For more information, please see the Eclipse Committer Handbook:
46-
https://www.eclipse.org/projects/handbook/#resources-commit
35+
* https://github.com/jakartaee/jaxb-api
36+
* https://github.com/jakartaee/jaxb-tck
4737

4838
## Eclipse Development Process
4939

@@ -60,6 +50,22 @@ Jakarta EE specification projects.
6050
* https://jakarta.ee/about/jesp/
6151
* https://www.eclipse.org/legal/efsp_non_assert.php
6252

53+
## Eclipse Contributor Agreement
54+
55+
In order to be able to contribute to Eclipse Foundation projects you must
56+
electronically sign the Eclipse Contributor Agreement (ECA).
57+
58+
* https://www.eclipse.org/legal/ECA.php
59+
60+
The ECA provides the Eclipse Foundation with a permanent record that you agree
61+
that each of your contributions will comply with the commitments documented in
62+
the Developer Certificate of Origin (DCO). Having an ECA on file associated with
63+
the email address matching the "Author" field of your contribution's Git commits
64+
fulfills the DCO's requirement that you sign-off on your contributions.
65+
66+
For more information, please see the Eclipse Committer Handbook:
67+
https://www.eclipse.org/projects/handbook/#resources-commit
68+
6369
## Contact
6470

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

NOTICE.md

+7-37
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # " Copyright (c) 2018, 2022 Oracle and/or its affiliates. All rights reserved. "
1+
[//]: # " Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. "
22
[//]: # " "
33
[//]: # " This program and the accompanying materials are made available under the "
44
[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at "
@@ -8,14 +8,13 @@
88

99
# Notices for Jakarta XML Binding
1010

11-
This content is produced and maintained by the Jakarta XML Binding
12-
project.
11+
This content is produced and maintained by the Jakarta XML Binding project.
1312

1413
* Project home: https://projects.eclipse.org/projects/ee4j.jaxb
1514

1615
## Trademarks
1716

18-
Jakarta XML Binding is a trademark of the Eclipse Foundation.
17+
Jakarta XML Binding is a trademark of the Eclipse Foundation.
1918

2019
## Copyright
2120

@@ -26,46 +25,17 @@ source code repository logs.
2625
## Declared Project Licenses
2726

2827
This program and the accompanying materials are made available under the terms
29-
of the Eclipse Distribution License v. 1.0 which is available at
30-
http://www.eclipse.org/org/documents/edl-v10.php.
28+
of the Eclipse Distribution License v1.0 which is available at
29+
https://www.eclipse.org/org/documents/edl-v10.php.
3130

3231
SPDX-License-Identifier: BSD-3-Clause
3332

3433
## Source Code
3534

3635
The project maintains the following source code repositories:
3736

38-
* https://github.com/eclipse-ee4j/jaxb-api
39-
* https://github.com/eclipse-ee4j/jaxb-tck
40-
41-
## Third-party Content
42-
43-
This project leverages the following third party content.
44-
45-
Apache River (3.0.0)
46-
47-
* License: Apache-2.0 AND BSD-3-Clause
48-
49-
ASM 7 (n/a)
50-
51-
* License: BSD-3-Clause
52-
* Project: https://asm.ow2.io/
53-
* Source:
54-
https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand
55-
56-
JTHarness (5.0)
57-
58-
* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)
59-
* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness
60-
* Source: http://hg.openjdk.java.net/code-tools/jtharness/
61-
62-
normalize.css (3.0.2)
63-
64-
* License: MIT
65-
66-
SigTest (n/a)
67-
68-
* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
37+
* https://github.com/jakartaee/jaxb-api
38+
* https://github.com/jakartaee/jaxb-tck
6939

7040
## Cryptography
7141

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Jakarta XML Binding project
1010

11-
[![Build Status](https://github.com/eclipse-ee4j/jaxb-api/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/eclipse-ee4j/jaxb-api/actions/workflows/maven.yml?branch=master)
11+
[![Build Status](https://github.com/jakartaee/jaxb-api/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/jakartaee/jaxb-api/actions/workflows/maven.yml?branch=master)
1212
[![Jakarta Staging (Snapshots)](https://img.shields.io/nexus/s/https/jakarta.oss.sonatype.org/jakarta.xml.bind/jakarta.xml.bind-api.svg)](https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/)
1313

1414
The Jakarta XML Binding provides an API and tools that automate the mapping

SECURITY.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[//]: # " Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved. "
2+
[//]: # " "
3+
[//]: # " This program and the accompanying materials are made available under the "
4+
[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at "
5+
[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. "
6+
[//]: # " "
7+
[//]: # " SPDX-License-Identifier: BSD-3-Clause "
8+
9+
# Security Policy
10+
11+
This project implements the Eclipse Foundation Security Policy
12+
13+
* https://www.eclipse.org/security
14+
15+
## Supported Versions
16+
17+
These versions of Jakarta XML Binding are currently being supported with
18+
security updates.
19+
20+
| Version | Released | Supported |
21+
| ------- | ---------- | --------- |
22+
| 4.0 | 2022-03-30 | Yes |
23+
| 3.0.1 | 2021-03-26 | Yes |
24+
| < 3.0 | 2020-11-04 | No |
25+
26+
## Reporting a Vulnerability
27+
28+
Please report vulnerabilities to the Eclipse Foundation Security Team at
29+

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<packaging>pom</packaging>
2929
<name>Jakarta XML Binding</name>
3030
<description>Jakarta XML Binding API</description>
31-
<url>https://github.com/eclipse-ee4j/jaxb-api</url>
31+
<url>https://github.com/jakartaee/jaxb-api</url>
3232

3333
<scm>
34-
<connection>scm:git:git://github.com/jakartaee/jaxb-api</connection>
35-
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api</developerConnection>
36-
<url>https://github.com/jakartaee/jaxb-api</url>
34+
<connection>scm:git:git://github.com/jakartaee/jaxb-api.git</connection>
35+
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api.git</developerConnection>
36+
<url>https://github.com/jakartaee/jaxb-api.git</url>
3737
<tag>HEAD</tag>
3838
</scm>
3939

@@ -55,7 +55,7 @@
5555

5656
<issueManagement>
5757
<system>github</system>
58-
<url>https://github.com/eclipse-ee4j/jaxb-api/issues</url>
58+
<url>https://github.com/jakartaee/jaxb-api/issues</url>
5959
</issueManagement>
6060

6161
<mailingLists>

spec/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
<name>Jakarta XML Binding Specification</name>
3636

3737
<scm>
38-
<connection>scm:git:git://github.com/jakartaee/jaxb-api</connection>
39-
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api</developerConnection>
40-
<url>https://github.com/jakartaee/jaxb-api</url>
38+
<connection>scm:git:git://github.com/jakartaee/jaxb-api.git</connection>
39+
<developerConnection>scm:git:[email protected]:jakartaee/jaxb-api.git</developerConnection>
40+
<url>https://github.com/jakartaee/jaxb-api.git</url>
4141
<tag>HEAD</tag>
4242
</scm>
4343
<distributionManagement>
4444
<site>
45-
<url>scm:git:[email protected]:jakartaee/jaxb-api</url>
45+
<url>scm:git:[email protected]:jakartaee/jaxb-api.git</url>
4646
</site>
4747
</distributionManagement>
4848

0 commit comments

Comments
 (0)