Start license headers with /* instead of /** (#4544)

Prevents JavaDoc tooling issues because these tools check comments starting with `/**`.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2025-01-07 21:48:56 +01:00
committed by GitHub
parent 97eeb7bc34
commit f00c7700cb
2203 changed files with 2204 additions and 2206 deletions
+2 -4
View File
@@ -449,10 +449,8 @@ Import-Package: \\
<strictCheck>true</strictCheck>
<aggregate>true</aggregate>
<mapping>
<groovy>JAVADOC_STYLE</groovy>
<java>JAVADOC_STYLE</java>
<mwe2>JAVADOC_STYLE</mwe2>
<xtend>JAVADOC_STYLE</xtend>
<mwe2>SLASHSTAR_STYLE</mwe2>
<xtend>SLASHSTAR_STYLE</xtend>
<xml>xml-header-style</xml>
</mapping>
<useDefaultExcludes>true</useDefaultExcludes>