From d978f40990d02389b45c9db831d608e28738cc9b Mon Sep 17 00:00:00 2001 From: Uwe <13865709+greenrobot-team@users.noreply.github.com> Date: Tue, 16 May 2023 08:05:01 +0200 Subject: [PATCH] Copyright: update license year to 2023. --- README.md | 2 +- objectbox-java/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78c031f1..c6967eb7 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Besides JVM based languages like Java and Kotlin, ObjectBox also offers: ## License - Copyright 2017-2022 ObjectBox Ltd. All rights reserved. + Copyright 2017-2023 ObjectBox Ltd. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/objectbox-java/build.gradle b/objectbox-java/build.gradle index e36b63c4..ab045106 100644 --- a/objectbox-java/build.gradle +++ b/objectbox-java/build.gradle @@ -80,7 +80,7 @@ task javadocForWeb(type: Javadoc) { title = "ObjectBox Java ${version} API" options.overview = "$projectDir/src/web/overview.html" - options.bottom = 'Available under the Apache License, Version 2.0 - Copyright © 2017-2022 ObjectBox Ltd. All Rights Reserved.' + options.bottom = 'Available under the Apache License, Version 2.0 - Copyright © 2017-2023 ObjectBox Ltd. All Rights Reserved.' doLast { // Note: frequently check the vanilla stylesheet.css if values still match.