Skip to content

Commit 36ca8bf

Browse files
Update to latest copyright year in README and API docs footer
1 parent 02b59f9 commit 36ca8bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
193193
## License
194194

195195
```text
196-
Copyright 2017-2024 ObjectBox Ltd. All rights reserved.
196+
Copyright 2017-2025 ObjectBox Ltd. All rights reserved.
197197
198198
Licensed under the Apache License, Version 2.0 (the "License");
199199
you may not use this file except in compliance with the License.

objectbox-java/build.gradle

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

102102
title = "ObjectBox Java ${version} API"
103103
options.overview = "$projectDir/src/web/overview.html"
104-
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>'
104+
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2025 <a href="https://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
105105

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

0 commit comments

Comments
 (0)