From 60052fe34eae2c68d6d509460a838938fd0898de Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 6 Dec 2022 19:15:23 -0600 Subject: [PATCH] Add missing word Fixes #1174 --- webscraping.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webscraping.qmd b/webscraping.qmd index 8d10e4d..3ce3567 100644 --- a/webscraping.qmd +++ b/webscraping.qmd @@ -81,7 +81,7 @@ Notably absent from copyright protection are data. This means that as long as you limit your scraping to facts, copyright protection does not apply. (But note that Europe has a separate "[sui generis](https://en.wikipedia.org/wiki/Database_right)" right that protects databases.) -As a brief example, in the US lists of ingredient and instructions are copyrightable, so copyright can not be used to protect a recipe. +As a brief example, in the US lists of ingredient and instructions are not copyrightable, so copyright can not be used to protect a recipe. But if that list of recipes is accompanied by substantial novel literary content, that is is copyrightable. This is why when you're looking for a recipe on the internet there's always so much content beforehand.