Using a url results in `java.lang.IllegalArgumentException: Header contains unsupported characters //` It's caused by a check in ComponentHeaderFormat [here](https://github.com/CadixDev/licenser/blob/c39ef21c7ffa1b506560c360d2760c875786af02/src/main/groovy/org/cadixdev/gradle/licenser/header/CommentHeaderFormat.groovy#L73-L77). Could this be fixed or are URLs unusable when using this format? Thanks.