Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-721 - add full Markdown for URLs #723

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ Thanks for your interest in this project.
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
* [http://www.eclipse.org/legal/termsofuse.php](http://www.eclipse.org/legal/termsofuse.php)

## Developer resources

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

* 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/jakartaee/mail-api
* https://github.com/jakartaee/mail-tck
* https://github.com/jakartaee/mail-spec
* [https://github.com/jakartaee/mail-api](https://github.com/jakartaee/mail-api)
* [https://github.com/jakartaee/mail-tck](https://github.com/jakartaee/mail-tck)
* [https://github.com/jakartaee/mail-spec](https://github.com/jakartaee/mail-spec)

## Eclipse Development Process

Expand All @@ -38,17 +38,17 @@ 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
* [https://eclipse.org/projects/dev_process](https://eclipse.org/projects/dev_process)
* [https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf](https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf)
* [https://jakarta.ee/about/jesp/](https://jakarta.ee/about/jesp/)
* [https://www.eclipse.org/legal/efsp_non_assert.php](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
* [http://www.eclipse.org/legal/ECA.php](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
Expand All @@ -57,10 +57,10 @@ 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
[https://www.eclipse.org/projects/handbook/#resources-commit](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)
16 changes: 8 additions & 8 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This content is produced and maintained by the Jakarta Mail project.

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

## Trademarks

Expand All @@ -18,21 +18,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
https://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
[https://www.eclipse.org/legal/epl-2.0](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:
(secondary) GPL-2.0 with Classpath-exception-2.0 which is available at
https://openjdk.java.net/legal/gplv2+ce.html.
[https://openjdk.java.net/legal/gplv2+ce.html](https://openjdk.java.net/legal/gplv2+ce.html).

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/jakartaee/mail-api
* https://github.com/jakartaee/mail-tck
* https://github.com/jakartaee/mail-spec
* [https://github.com/jakartaee/mail-api](https://github.com/jakartaee/mail-api)
* [https://github.com/jakartaee/mail-tck](https://github.com/jakartaee/mail-tck)
* [https://github.com/jakartaee/mail-spec](https://github.com/jakartaee/mail-spec)

## Third-party Content

Expand Down Expand Up @@ -65,8 +65,8 @@ normalize.css (3.0.2)
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
* Project: [https://wiki.openjdk.java.net/display/CodeTools/sigtest](https://wiki.openjdk.java.net/display/CodeTools/sigtest)
* Source: [http://hg.openjdk.java.net/code-tools/sigtest/file/c57f97e2ac2f](http://hg.openjdk.java.net/code-tools/sigtest/file/c57f97e2ac2f)

## Cryptography

Expand Down