But if you take a look at the ripped off algorithm (google what free words, take a look at the html and the script block inside it), you'll see it includes an array of words with a specific order.
That list and the order the words are in are copyright protected. Copyright is about protecting the particular form of something. This a very specific word list in a very specific order (the indices matter). It's a clear cut case of those specific words in that specific order being protected under copyright. If you want to be compatible with w3w, you have to use that specific list.
If you write a book, poem, or article that's clearly a copyrightable work even if all of the words are commonly used ones. This not different in any meaningful way from the point of view of the law. The fact that the words in that order spell out nonsense is not relevant. Copying and using it in its entirety is not fair use and a clear infringement.
You could use the same algorithm with a different word list and then you'd merely be facing patent infringement here. I would not recommend building a business around such a thing until the patent expires.
No comments yet.