Skip to content

Commit

Permalink
reflect the change in GH org through the project
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Nov 4, 2022
1 parent 212353b commit 0b79585
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 48 deletions.
59 changes: 31 additions & 28 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,32 @@
# Contributing to Eclipse Project for Jakarta Mail
# Contributing to Jakarta Mail

Thanks for your interest in this project.

## Project description

The Jakarta Mail API provides a platform-independent and protocol-independent
framework to build mail and messaging applications. The Jakarta Mail API is
available as an optional package for use with the Java SE platform and is also
included in the Java EE platform.
Jakarta Mail™ defines a platform-independent and protocol-independent
framework to build mail and messaging applications.

* [https://projects.eclipse.org/projects/ee4j.mail](https://projects.eclipse.org/projects/ee4j.mail)
* https://projects.eclipse.org/projects/ee4j.mail

## Terms of Use

This repository is subject to the Terms of Use of the Eclipse Foundation

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

## Developer resources

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

* [https://eclipse-ee4j.github.io/mail/Contributions](https://eclipse-ee4j.github.io/mail/Contributions)
* [https://projects.eclipse.org/projects/ee4j.mail/developer](https://projects.eclipse.org/projects/ee4j.mail/developer)
* https://projects.eclipse.org/projects/ee4j.mail/developer

The project maintains the following source code repositories

* [https://github.com/eclipse-ee4j/mail](https://github.com/eclipse-ee4j/mail)
* [https://github.com/eclipse-ee4j/mail-spec](https://github.com/eclipse-ee4j/mail-spec)
* [https://github.com/eclipse-ee4j/mail-tck](https://github.com/eclipse-ee4j/mail-tck)

## 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](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](https://www.eclipse.org/projects/handbook/#resources-commit)
* https://github.com/jakartaee/mail-api
* https://github.com/jakartaee/mail-tck
* https://github.com/jakartaee/mail-spec

## Eclipse Development Process

Expand All @@ -56,8 +43,24 @@ Jakarta EE specification projects.
* https://jakarta.ee/about/jesp/
* https://www.eclipse.org/legal/efsp_non_assert.php

## Eclipse Contributor Agreement

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

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

## Contact

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

* [https://accounts.eclipse.org/mailing-list/mail-dev](https://accounts.eclipse.org/mailing-list/mail-dev)
* https://accounts.eclipse.org/mailing-list/mail-dev
47 changes: 38 additions & 9 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,55 @@ 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
https://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, version 2 with the GNU Classpath Exception which is
available at https://www.gnu.org/software/classpath/license.html.
availability set forth in the Eclipse Public License v. 2.0 are satisfied:
(secondary) GPL-2.0 with Classpath-exception-2.0 which is available at
https://openjdk.java.net/legal/gplv2+ce.html.

SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0

## Source Code

The project maintains the following source code repositories:

* https://github.com/eclipse-ee4j/mail
* https://github.com/jakartaee/mail-api
* https://github.com/jakartaee/mail-tck
* https://github.com/jakartaee/mail-spec

## Third-party Content

This project leverages the following third party content.

None
Apache Ant (1.9.6)

* License: Apache License, 2.0, W3C License, Public Domain

commons-lang3 (3.5)

* License: Apache-2.0

font-awesome (4.7.0)

* License: OFL-1.1 AND MIT

jsoup (1.10.2)

* License: MIT

JTHarness (5.0)

* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

normalize.css (3.0.2)

* License: MIT

SigTest (4.0)

* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)
* Project: https://wiki.openjdk.java.net/display/CodeTools/sigtest
* Source: http://hg.openjdk.java.net/code-tools/sigtest/file/c57f97e2ac2f

## Cryptography

Expand All @@ -45,5 +75,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.

permitted.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jakarta Mail

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

Jakarta Mail defines a platform-independent and protocol-independent
Expand All @@ -13,7 +13,7 @@ its sources were moved to the new project - [Eclipse Angus](https://github.com/e
and further development continues there. [Eclipse Angus](https://github.com/eclipse-ee4j/angus-mail)
is the direct successor of JavaMail/JakartaMail.

See the [Jakarta Mail web site](https://eclipse-ee4j.github.io/mail).
See the [Jakarta Mail web site](https://jakartaee.github.io/mail-api/).

## License

Expand All @@ -38,8 +38,8 @@ We use [contribution policy](CONTRIBUTING.md), which means we can only accept co
the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php).

## Links
* [Jakarta Mail web site](https://eclipse-ee4j.github.io/mail)
* [Jakarta Mail Specification project](https://github.com/eclipse-ee4j/mail-spec)
* [Jakarta Mail TCK project](https://github.com/eclipse-ee4j/mail-tck)
* [Jakarta Mail web site](https://jakartaee.github.io/mail-api/)
* [Jakarta Mail Specification project](https://github.com/jakartaee/mail-spec)
* [Jakarta Mail TCK project](https://github.com/jakartaee/mail-tck)
* [Jakarta Mail API nightly build job](https://ci.eclipse.org/mail/job/mail-api-build/)
* [Eclipse Angus project](https://github.com/eclipse-ee4j/angus-mail)
8 changes: 4 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
<description>${project.name} ${spec.version} Specification API</description>

<scm>
<connection>scm:git:ssh://[email protected]/eclipse-ee4j/mail.git</connection>
<developerConnection>scm:git:ssh://[email protected]/eclipse-ee4j/mail.git</developerConnection>
<url>https://github.com/eclipse-ee4j/mail</url>
<connection>scm:git:ssh://[email protected]/jakartaee/mail-api.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jakartaee/mail-api.git</developerConnection>
<url>https://github.com/jakartaee/mail-api</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse-ee4j/mail/issues</url>
<url>https://github.com/jakartaee/mail-api/issues</url>
</issueManagement>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion doc/release/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Issue Tracker and looking up each bug you're interested in.
Bug IDs that start with "E" can be found in the GitHub Issue Tracker
for the Eclipse EE4J Jakarta Mail project (after removing the "E"):

https://github.com/eclipse-ee4j/mail/issues/<bug-number>
https://github.com/jakartaee/mail-api/issues/<bug-number>

Bug IDs that start with "GH" can be found in the GitHub Issue Tracker
(after removing the "GH"):
Expand Down
2 changes: 1 addition & 1 deletion doc/spec/JavaMail-2.1-changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ API introduced in Jakarta Mail 2.1. The numbers in parentheses
are bug numbers; you can find more information about the
bug reports at:

https://github.com/eclipse-ee4j/mail/issues/<bug number>
https://github.com/jakartaee/mail-api/issues/<bug number>

Please send comments and feedback to [email protected].

Expand Down

0 comments on commit 0b79585

Please sign in to comment.