Skip to content

Commit eedbbe8

Browse files
committed
Add AUTHORS.txt
1 parent 3cfeb8f commit eedbbe8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

AUTHORS.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file lists copyright owners of the project.
2+
# The list is not exhaustive: other copyright owners exist.
3+
# See CONTRIBUTING.md for instructions regarding how to be added to this list.
4+
5+
# Corporate contributors
6+
7+
Red Hat, Inc.
8+
9+
# Individual contributors
10+
11+
# TODO initialize from relicensing data

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ Note that Hibernate ORM 7.0.0.Beta4 and earlier are distributed under
1515
To allow for potential backporting, the Hibernate team asks contributors to dual-license their contribution.
1616
A Pull Request template already applies the proper wording to make it easy.
1717

18-
All contributions are subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
19-
18+
All contributions are subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
2019
The DCO text is available verbatim in the [dco.txt](dco.txt) file in the root directory of the ORM repository.
2120

21+
Copyright owners are listed in [AUTHORS.txt](AUTHORS.txt).
22+
Contributors with a valid copyright claim can request to be added to that list
23+
by sending a pull request to the project's GitHub repository,
24+
listing at least one relevant contribution in the pull request description.
25+
Note: one-liner or repetitive patches may not be sufficient to claim copyright.
2226

2327
## Guidelines
2428

0 commit comments

Comments
 (0)