Skip to content

Commit ec50ef0

Browse files
committed
Rename copyright.txt to AUTHORS.txt
to be consistent
1 parent 2e43b66 commit ec50ef0

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.github/hibernate-github-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jira:
2020
- "*.Jenkinsfile"
2121
- "*.sh"
2222
# In-repo documentation
23-
- "copyright.txt"
23+
- "AUTHORS.txt"
2424
- "README.md"
2525
- "MAINTAINERS.md"
2626
- "CONTRIBUTING.md"

copyright.txt renamed to AUTHORS.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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+
17
Red Hat, Inc.
8+
9+
# Individual contributors
10+
211
Adam Harris
312
Adrian Nistor
413
Ales Justin

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To allow for backports, the Hibernate team may ask contributors to dual-license
2020
All contributions are subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
2121
The DCO text is also included verbatim in the [dco.txt](dco.txt) file in the root directory of the repository.
2222

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

2531
Our [JIRA instance](https://hibernate.atlassian.net/browse/HSEARCH) is where all tasks are reported and tracked.

distribution/src/main/assembly/dist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<outputDirectory></outputDirectory>
188188
</file>
189189
<file>
190-
<source>../copyright.txt</source>
190+
<source>../AUTHORS.txt</source>
191191
<outputDirectory></outputDirectory>
192192
</file>
193193
</files>
@@ -208,7 +208,7 @@
208208
<exclude>README.md</exclude>
209209
<exclude>CONTRIBUTING.md</exclude>
210210
<exclude>changelog.txt</exclude>
211-
<exclude>copyright.txt</exclude>
211+
<exclude>AUTHORS.txt</exclude>
212212
<exclude>LICENSE.txt</exclude>
213213

214214
<!-- only needed for documentation and helper scripts, no need to include them -->

documentation/src/main/asciidoc/public/reference/_credits.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[[credits]]
44
= Credits
55

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

99
The following contributors have been involved in this documentation:
1010

0 commit comments

Comments
 (0)