|
|
|
|
|
by Pet_Ant
1567 days ago
|
|
By default copyright exists so by doing nothing you are copyrighting your work and preventing people who want to be in the legal clear from being able to use it (OSS games for example). The best you can do is watermark your art with CC0 and/or include the license or a link to it in the file metadata. But pretending we are living in a post-copyright utopia severely limits the reach of your work. |
|
There doesn't seem to be a perfect way to achieve this. The problem with CC0 (and I believe the reason OSI doesn't approve of it) is that it says:
> No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
Whereas many licenses can be interpreted as an implied patent license[0]. I guess adding an additional declaration saying something like this could fix that:
> All trademark and patent rights associated with this work are permanently waived.
But I have no idea if that would work and it's frustrating that there is no simple way of opting out of intellectual 'property' ownership all together.
The closest, at least when it comes to software may be 0BSD considering large corporations like Google are willing to accept it.
[0]: https://opensource.stackexchange.com/a/11653