Skip to content

Commit

Permalink
Fix NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
siladu committed Jan 23, 2025
1 parent 288a19a commit d79be7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Copyright 2024-2025 Consensys Software Inc

This product includes code developed at The Machine Consultancy LLC.

Copyright 2023-2024 The Machine Consultancy LLC

This product includes code developed under the Apache Tuweni incubation project.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ dokkaHtml.configure {

tasks.register('checkNotice') {
def lines = file("NOTICE").readLines()
def expected = "Copyright 2023-${LocalDate.now().getYear()} The Machine Consultancy LLC"
def expected = "Copyright 2024-${LocalDate.now().getYear()} Consensys Software Inc"
for (line in lines) {
if (expected == line) {
return
Expand Down

0 comments on commit d79be7a

Please sign in to comment.