Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/main/org.jetbrains.kotlin.…
Browse files Browse the repository at this point in the history
…plugin.spring-1.9.23
  • Loading branch information
atoulme committed Apr 1, 2024
2 parents f1af2a5 + 10f20c0 commit 63c9b53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Apache Tuweni
Copyright 2023-2024 The Machine Consultancy LLC

This product includes code developed under the Apache Tuweni incubation project.

Copyright 2019-2023 The Apache Software Foundation

This product includes software developed at
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ dokkaHtml {

project.task("checkNotice") {
def lines = file("NOTICE").readLines()
def expected = "Copyright 2019-${LocalDate.now().getYear()} The Apache Software Foundation"
def expected = "Copyright 2023-${LocalDate.now().getYear()} Machine Consultancy LLC"
for (line in lines) {
if (expected == line) {
return
Expand Down

0 comments on commit 63c9b53

Please sign in to comment.