Skip to content

Commit e1d29fb

Browse files
committed
Link to the list of copyright owners from the "contributors" page of each project
1 parent e0136c5 commit e1d29fb

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

_config/site.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ projects:
100100
url: https://raw.github.com/hibernate/hibernate-orm/main/LICENSE.txt
101101
# This data is also overridden in relevant series.yml and earlier 7.0.0.{Alpha,Beta}*.yml to display correctly on releases pages
102102
since: "7.0.0.Beta5"
103+
copyright:
104+
url: https://raw.github.com/hibernate/hibernate-orm/main/AUTHORS.txt
103105
jira:
104106
key: HHH
105107
github:
@@ -228,6 +230,8 @@ projects:
228230
url: https://raw.github.com/hibernate/hibernate-search/main/LICENSE.txt
229231
# This data is also overridden in relevant series.yml and 7.2.0.Alpha1.yml to display correctly on releases pages
230232
since: "7.2.0.Alpha2"
233+
copyright:
234+
url: https://raw.github.com/hibernate/hibernate-search/main/AUTHORS.txt
231235
jira:
232236
key: HSEARCH
233237
github:
@@ -341,6 +345,8 @@ projects:
341345
url: https://raw.github.com/hibernate/hibernate-orm/main/LICENSE.txt
342346
# This data is also overridden in relevant series.yml and earlier 7.0.0.{Alpha,Beta}*.yml to display correctly on releases pages
343347
since: "7.0.0.Beta5"
348+
copyright:
349+
url: https://raw.github.com/hibernate/hibernate-orm/main/AUTHORS.txt
344350
jira:
345351
key: HHH
346352
github:
@@ -470,6 +476,8 @@ projects:
470476
license:
471477
name: ASL v2
472478
url: https://raw.github.com/hibernate/hibernate-validator/main/LICENSE.txt
479+
copyright:
480+
url: https://raw.github.com/hibernate/hibernate-validator/main/AUTHORS.txt
473481
jira:
474482
key: HV
475483
github:

_layouts/community/community-contributors.html.haml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,23 @@ layout: community-standard
1111
.ui.icon.message
1212
%i.icon.users
1313
.content
14-
Here is a list of the most active contributors to the #{project_description.name} project. Want the full list? Go to our
15-
%a(href='https://github.com/hibernate/#{project_description.github.project}/graphs/contributors') GitHub page
16-
\.
14+
Here is a list of the most active contributors to the #{project_description.name} project.
15+
16+
Want more info?
17+
- if project_description.copyright
18+
%ul
19+
%li
20+
See our
21+
%a(href='https://github.com/hibernate/#{project_description.github.project}/graphs/contributors') GitHub page
22+
for the full list.
23+
%li
24+
See
25+
%a{:href => project_description.copyright.url} this file
26+
for a list of corporate and individual copyright owners.
27+
- else
28+
See our
29+
%a(href='https://github.com/hibernate/#{project_description.github.project}/graphs/contributors') GitHub page
30+
for the full list.
1731

1832
%p  
1933

0 commit comments

Comments
 (0)