From c649f47855566d97c94a454f16fd6ebb2f73c157 Mon Sep 17 00:00:00 2001
From: Riccardo Boero <ribo@nilu.no>
Date: Thu, 3 Oct 2024 13:12:41 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index adfc370..d83ea36 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Official labor statistics about the US and European countries. Data sources are
 
 [![GitLab License](https://img.shields.io/gitlab/license/fact%2Fdata%2FFACT_jobs?gitlab_url=https%3A%2F%2Fgit.nilu.no&style=flat&color=orange)](https://www.gnu.org/licenses/agpl-3.0.en.html#license-text)
 [![DOI](https://img.shields.io/badge/DOI-10.17605%2FOSF.IO%2FUK3HJ-blue?style=flat)](https://doi.org/10.17605/OSF.IO/UK3HJ)
+[![Data License](https://img.shields.io/badge/data-CC%20BY%204.0-green)](https://creativecommons.org/licenses/by/4.0/legalcode.txt)
 
 ---
 
@@ -256,6 +257,9 @@ Riccardo Boero - ribo@nilu.no
 All the code and the resulting docker images in this project are subject to:
 - [![AGPL v3](https://www.gnu.org/graphics/agplv3-88x31.png "License Icon")](https://www.gnu.org/licenses/agpl-3.0.en.html#license-text)
 
+The data is released under: 
+- [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
+
 The input data is subject to:
 - [Eurostat data](https://ec.europa.eu/eurostat/about-us/policies/copyright)
 - [BLS Terms of Service](https://www.bls.gov/developers/termsOfService.htm)
-- 
GitLab