From d79be7ad63f6550178fc5c74c4a5382210160f0a Mon Sep 17 00:00:00 2001 From: Simon Dudley Date: Thu, 23 Jan 2025 15:52:05 +1000 Subject: [PATCH] Fix NOTICE --- NOTICE | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 78b0829c1..e8dfb6dd0 100644 --- a/NOTICE +++ b/NOTICE @@ -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. diff --git a/build.gradle b/build.gradle index 3acf5da5a..5f67eb088 100644 --- a/build.gradle +++ b/build.gradle @@ -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