Heiko Seeberger
Heiko Seeberger
I think it would be very tricky to distinguish between an outdated header and one copied over from a third-party. Wouldn't it help to exclude such copied files with an...
PR welcome, Daniel ;-)
Thanks @Isammoc for bringing this up. @eed3si9n do we have a new place for sbt plugins?
What about setting `headerLicense : = None` in the root project? BTW, please upgrade to 5.0.0.
Is it `None` for all projects (root and subprojects)?
Yeah, using `None` should work. Do you have a reproducer?
@britter could you take a look, please? For some reason ther root project complains "Unable to auto detect project license" although `headerLicense` is set to `None`.
@helena thanks for picking this up. If we choose to set `headerLicense := None`, which is the default (!), then the plugin tries to be smart and auto-detect the license...
@timaschew thanks for your very motivating comment, this is what makes working on open source software real fun.
@lucasbru PR welcome