From 8d96d7cdd1f481d128c74e5a301e61949c4b2618 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Wed, 23 Apr 2025 15:54:41 +0200 Subject: [PATCH] HBX-2979: Review the licensing headers and files - Handle the 'utils' subproject Signed-off-by: Koen Aers --- utils/README.md | 14 +++++--------- utils/pom.xml | 2 +- .../org/hibernate/tool/util/ReflectionUtil.java | 14 ++++++-------- .../java/org/hibernate/tool/util/StringUtil.java | 14 ++++++-------- .../hibernate/tool/util/ReflectionUtilTest.java | 14 ++++++-------- .../org/hibernate/tool/util/StringUtilTest.java | 14 ++++++-------- 6 files changed, 30 insertions(+), 42 deletions(-) diff --git a/utils/README.md b/utils/README.md index 4c16c15c57..51150c8b29 100644 --- a/utils/README.md +++ b/utils/README.md @@ -1,15 +1,11 @@