# Open Food Facts Terms of Use

Passio Nutrition-AI SDK added data from Open Food Facts (<https://en.openfoodfacts.org/>). Each food that contains data from Open Food Facts will be marked by public var isOpenFood: Bool. In case you choose to set `isOpenFood = true` you agree to abide by the terms of the Open Food Facts license agreement (<https://opendatacommons.org/licenses/odbl/1-0>) and their terms of use (<https://world.openfoodfacts.org/terms-of-use>) and you will have to add to the UI the following license copy:

"This record contains information from Open Food Facts ([https://en.openfoodfacts.org](https://en.openfoodfacts.org/)), which is made available here under the Open Database License ([https://opendatacommons.org/licenses/odbl/1-0)"](https://opendatacommons.org/licenses/odbl/1-0\)%22)

If you don't wish to display the Open Food Facts license somewhere in your app, it is your responsibility to ignore results where `isOpenFood = true`.
