Skip to content

Commit 96e3992

Browse files
API docs: update copyright year to 2022.
1 parent eb8f279 commit 96e3992

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
@@ -77,7 +77,7 @@ task javadocForWeb(type: Javadoc) {
7777

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

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

0 commit comments

Comments
 (0)