From fc91501eccd7dda0cac7bf52172331d48259acff Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Wed, 16 Apr 2025 15:44:11 +0200 Subject: [PATCH] HBX-2979: Review the licensing headers and files - Handle the 'test/hsql' subproject Signed-off-by: Koen Aers --- test/hsql/pom.xml | 14 +++++--------- .../hibernate/tool/test/db/hsql/TestSuite.java | 14 ++++++-------- .../src/test/resources/hibernate.properties | 17 +++++++++++++++++ .../hibernate/tool/jdbc2cfg/Identity/create.sql | 17 +++++++++++++++++ .../hibernate/tool/jdbc2cfg/Identity/drop.sql | 17 +++++++++++++++++ 5 files changed, 62 insertions(+), 17 deletions(-) diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 31ad907b22..f1effe761a 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -1,16 +1,12 @@