Skip to content

Commit 5bb47ee

Browse files
committed
[Java] Fix Javadoc copyright year range.
1 parent cef4546 commit 5bb47ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ subprojects {
197197
javadoc {
198198
failOnError false
199199
title = '<h1>Simple Binary Encoding (SBE)</h1>'
200-
options.bottom = '<i>Copyright &#169; 2013-2022 Real Logic Limited. All Rights Reserved.</i>'
200+
options.bottom = '<i>Copyright &#169; 2013-2024 Real Logic Limited. All Rights Reserved.</i>'
201201
options.encoding = 'UTF-8'
202202
options.docEncoding = 'UTF-8'
203203
options.charSet = 'UTF-8'

0 commit comments

Comments
 (0)