Skip to content

Commit

Permalink
Bring NOTICES and CONTRIBUTING up to date
Browse files Browse the repository at this point in the history
* Update the repository URLs in CONTRIBUTING
* List all the repositories in NOTICES
* Remove reference to Signed-off-by in CONTRIBUTING as it's no longer
  required
  • Loading branch information
Azquelt committed Feb 16, 2024
1 parent 37afd0e commit 8b8c028
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
22 changes: 8 additions & 14 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ You can use the code from these repositories to experiment, test, build, create

=== Current Respositories
cdi - Project repository hosted on GitHub.
`clone: https://github.com/eclipse-ee4j/cdi.git`
`clone: https://github.com/jakartaee/cdi.git`

cdi-tck - Project repository hosted on GitHub.
`clone: https://github.com/jakartaee/cdi-tck.git`

injection-api - Project repository hosted on GitHub.
`clone: https://github.com/eclipse-ee4j/injection-api.git`
`clone: https://github.com/jakartaee/injection-api.git`

injection-spec - Project repository hosted on GitHub.
`clone: https://github.com/eclipse-ee4j/injection-spec.git`
`clone: https://github.com/jakartaee/injection-spec.git`

injection-tck - Project repository hosted on GitHub.
`clone: https://github.com/eclipse-ee4j/injection-tck.git`

cdi-tck - Project repository hosted on GitHub.
`clone: https://github.com/eclipse-ee4j/cdi-tck.git`
`clone: https://github.com/jakartaee/injection-tck.git`

=== Legacy CPL Licensed CDI Respositories
cdi-tck-cpl - Project repository hosted on GitHub.
Expand All @@ -40,16 +40,10 @@ 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.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit

## Eclipse Development Process
== 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.
Expand Down
11 changes: 10 additions & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ SPDX-License-Identifier: Apache-2.0

The project maintains the following source code repositories:

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

The project also maintains the following legacy CPL licensed source code repositories:

* https://github.com/eclipse-ee4j/cdi-cpl.git
* https://github.com/eclipse-ee4j/cdi-tck-cpl.git

## Third-party Content

Expand Down

0 comments on commit 8b8c028

Please sign in to comment.