Verbatim repackage of com.h2database:h2 with an added explicit module-info.class (module
name: com.h2database, generated with `jdeps --generate-module-info`). The official artifact
only declares Automatic-Module-Name, which jlink rejects — this turns it into an explicit
Java module WITHOUT modifying any H2 class, so runtimes/examples embedding H2 can be
jlink'd / jpackage'd. The H2 class files retain their original license (MPL 2.0 / EPL 1.0);
only the ...