How does one deal with open source license infringement when the accused just blatantly denies it? @BTCPayServer uses an MIT license for all its repositories but how do you enforce it?
@kukks @BTCPayServer what can you even infringe in an mit licence ? It’s not a copy left licence so there’s almost no obligation on the licencee.
@vbhide @kukks @BTCPayServer the usual compliance concern for MIT licenses is giving attribution to the original project, as the license requires including the original copyright statement. E.g., see this case for the similar Artistic License: https://en.wikipedia.org/wiki/Open_source_license_litigation#Jacobsen_v_Katzer_(2008)[3]
@kukks @harding @BTCPayServer depends on the jurisdiction theyre in. A first move in most countries would be to collect proof of non compliance before sending a notice claiming damages (mostly for moral harm in this case). Even if you dont want the money that should scare them enough to start complying. The precise way of doing it depends on the country though.