Skip to content

Commit d978f40

Browse files
Copyright: update license year to 2023.
1 parent 4aa80e3 commit d978f40

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
@@ -170,7 +170,7 @@ Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
170170

171171
## License
172172

173-
Copyright 2017-2022 ObjectBox Ltd. All rights reserved.
173+
Copyright 2017-2023 ObjectBox Ltd. All rights reserved.
174174

175175
Licensed under the Apache License, Version 2.0 (the "License");
176176
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
@@ -80,7 +80,7 @@ task javadocForWeb(type: Javadoc) {
8080

8181
title = "ObjectBox Java ${version} API"
8282
options.overview = "$projectDir/src/web/overview.html"
83-
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>'
83+
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>'
8484

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

0 commit comments

Comments
 (0)