Skip to content
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
2 changes: 1 addition & 1 deletion .github/hibernate-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jira:
- "*.Jenkinsfile"
- "*.sh"
# In-repo documentation
- "copyright.txt"
- "AUTHORS.txt"
- "README.md"
- "MAINTAINERS.md"
- "CONTRIBUTING.md"
Expand Down
9 changes: 9 additions & 0 deletions copyright.txt → AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 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

Adam Harris
Adrian Nistor
Ales Justin
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ To allow for backports, the Hibernate team may ask contributors to dual-license
All contributions are subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
The DCO text is also included verbatim in the [dco.txt](dco.txt) file in the root directory of the 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.

## Finding something to contribute

Our [JIRA instance](https://hibernate.atlassian.net/browse/HSEARCH) is where all tasks are reported and tracked.
Expand Down
4 changes: 2 additions & 2 deletions distribution/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<outputDirectory></outputDirectory>
</file>
<file>
<source>../copyright.txt</source>
<source>../AUTHORS.txt</source>
<outputDirectory></outputDirectory>
</file>
</files>
Expand All @@ -208,7 +208,7 @@
<exclude>README.md</exclude>
<exclude>CONTRIBUTING.md</exclude>
<exclude>changelog.txt</exclude>
<exclude>copyright.txt</exclude>
<exclude>AUTHORS.txt</exclude>
<exclude>LICENSE.txt</exclude>

<!-- only needed for documentation and helper scripts, no need to include them -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[[credits]]
= Credits

The full list of contributors to Hibernate Search can be found in the `copyright.txt` file in the Hibernate Search sources,
available in particular in our https://github.com/hibernate/hibernate-search/blob/main/copyright.txt[git repository].
The list of contributors to Hibernate Search can be found in the `AUTHORS.txt` file in the Hibernate Search sources,
available in particular in our https://github.com/hibernate/hibernate-search/blob/main/AUTHORS.txt[git repository].

The following contributors have been involved in this documentation:

Expand Down