I'm developing a small freeware application which can display text in a special structure. (bible texts, to be specific)
Lately I discovered that some users use my application to view texts protected by copyright and some are even providing downloads of such texts. (EDIT: Mostly bible translations which are sold by their copyright holders)
The problem is:
- The "content providers" upload a file and make a reference to my program, but - of course - they don't add any means of communications (e-mail, phone number, real name...)
- On my page I have a phone number, e-mail address and my real name (required by German law)
- So guess who gets all the letters and phone calls from the copyright holders...
I know that this is general problem which other programs have, too, for example Adobe Reader and all kinds of web browsers are used to view illegal content, but...
- Is there any way to prevent or reduce such behavior? (Besides legal actions)
- How do you communicate that the developer has very limited options to prevent abuse?
- Is there any way to protect myself?
- How do (large) OSS projects handle those things?