Skip to content

Add AUTHORS.txt #2291

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

Merged
merged 1 commit into from
Jun 6, 2025
Merged
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
39 changes: 39 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# This file lists copyright owners of the project.
# The list is not exhaustive: other copyright owners exist.
# See CONTRIBUTING.md for instructions regarding how to be added to this list.

# Corporate contributors

Red Hat, Inc.

# Individual contributors

Andrea Boriero
Andrew Guibert
Barry LaFond
Thinking Chen (cdmikechen)
Coding Xu (codingxu97)
Conor Farrell
Davide D'Alto
Derick Hermanson
Eric Dalquist
Eric Deandrea
Gail Badner
Gavin King
George Gastaldi
Georgios Andrianakis
Jay Erb
Julien Ponge
Marko Bekhta
Max Rydahl Andersen
(meepown)
Nesrin Aşan
Ravi Khadiwala
Renar Narubin
Sanne Grinovero
Scott Marlow
Stephane Epardaud
Steve Ebersole
Stuart Douglas
Thomas Segismont
Yoann Rodière
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ All contributions are subject to the [Developer Certificate of Origin (DCO)](htt
The DCO text is available verbatim in the [dco.txt](dco.txt) file in the root directory
of the Hibernate Reactive repository.

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

## Guidelines

While we try to keep requirements for contributing to a minimum, there are a few guidelines
Expand Down
Loading