From 57db3f41a8df9560d4a12dc362f8a6187f127795 Mon Sep 17 00:00:00 2001 From: Henri Tremblay Date: Thu, 2 May 2024 00:24:12 -0400 Subject: [PATCH] Upgrade copyrights --- benchmark/launch.sh | 2 +- benchmark/pom.xml | 2 +- .../java/org/objenesis/benchmark/ConcurrentGetInstantiator.java | 2 +- .../src/main/java/org/objenesis/benchmark/CreateObject.java | 2 +- website/pom.xml | 2 +- website/site/content/acknowledgements.html | 2 +- website/site/content/details.html | 2 +- website/site/content/download.html | 2 +- website/site/content/embedding.html | 2 +- website/site/content/index.html | 2 +- website/site/content/license.html | 2 +- website/site/content/notes.html | 2 +- website/site/content/sitemap.xml | 2 +- website/site/content/source.html | 2 +- website/site/content/support.html | 2 +- website/site/content/tutorial.html | 2 +- website/site/content/who.html | 2 +- website/site/resources/googlefda9c590a38fa17b.html | 2 +- website/site/resources/style.css | 2 +- website/site/templates/skin.html | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/benchmark/launch.sh b/benchmark/launch.sh index 907db9b77..d8f584663 100755 --- a/benchmark/launch.sh +++ b/benchmark/launch.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2006-2023 the original author or authors. +# Copyright 2006-2024 the original author or authors. # # 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/benchmark/pom.xml b/benchmark/pom.xml index 302ad300c..d7eebca34 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -1,7 +1,7 @@