I have some code that has no license or code that is apache licence (like copied from a code sample).
I have also licence rule that add copyright to me, but I do not want to claim copyrights for those/
I tried
@file:Suppress("licenseHeader")
but it seems the license is still overwritten
I have some code that has no license or code that is apache licence (like copied from a code sample).
I have also licence rule that add copyright to me, but I do not want to claim copyrights for those/
I tried
@file:Suppress("licenseHeader")
but it seems the license is still overwritten