Hacker News new | ask | show | jobs
by sneak 1846 days ago
In the UK, my understanding is that "skill, labour, and judgment" have to be involved in the compilation of a list for it to be eligible for copyright.

TFA seems to suggest that this isn't such a list.

2 comments

The article is not about the copyright lawsuit but about some issues related to using this for emergency services.

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.

Someone must have put time (labour) into making the list. There's law specific to database copyright in the UK https://www.cooleygo.com/what-you-need-to-know-about-uk-data...