File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ projects:
100
100
url : https://raw.github.com/hibernate/hibernate-orm/main/LICENSE.txt
101
101
# This data is also overridden in relevant series.yml and earlier 7.0.0.{Alpha,Beta}*.yml to display correctly on releases pages
102
102
since : " 7.0.0.Beta5"
103
+ copyright :
104
+ url : https://raw.github.com/hibernate/hibernate-orm/main/AUTHORS.txt
103
105
jira :
104
106
key : HHH
105
107
github :
@@ -228,6 +230,8 @@ projects:
228
230
url : https://raw.github.com/hibernate/hibernate-search/main/LICENSE.txt
229
231
# This data is also overridden in relevant series.yml and 7.2.0.Alpha1.yml to display correctly on releases pages
230
232
since : " 7.2.0.Alpha2"
233
+ copyright :
234
+ url : https://raw.github.com/hibernate/hibernate-search/main/AUTHORS.txt
231
235
jira :
232
236
key : HSEARCH
233
237
github :
@@ -341,6 +345,8 @@ projects:
341
345
url : https://raw.github.com/hibernate/hibernate-orm/main/LICENSE.txt
342
346
# This data is also overridden in relevant series.yml and earlier 7.0.0.{Alpha,Beta}*.yml to display correctly on releases pages
343
347
since : " 7.0.0.Beta5"
348
+ copyright :
349
+ url : https://raw.github.com/hibernate/hibernate-orm/main/AUTHORS.txt
344
350
jira :
345
351
key : HHH
346
352
github :
@@ -470,6 +476,8 @@ projects:
470
476
license :
471
477
name : ASL v2
472
478
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
473
481
jira :
474
482
key : HV
475
483
github :
Original file line number Diff line number Diff line change @@ -11,9 +11,23 @@ layout: community-standard
11
11
.ui.icon.message
12
12
%i .icon.users
13
13
.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.
17
31
18
32
%p
19
33
You can’t perform that action at this time.
0 commit comments