Skip to content

Commit 6e76251

Browse files
Follow-up: update license year to 2024 in Java API docs
1 parent c654aae commit 6e76251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tasks.register('javadocForWeb', Javadoc) {
8282

8383
title = "ObjectBox Java ${version} API"
8484
options.overview = "$projectDir/src/web/overview.html"
85-
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2023 <a href="https://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
85+
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2024 <a href="https://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
8686

8787
doLast {
8888
// Note: frequently check the vanilla stylesheet.css if values still match.

0 commit comments

Comments
 (0)