Skip to content

Commit

Permalink
Merge pull request #266 from cioos-siooc/feature/environment-canada-l…
Browse files Browse the repository at this point in the history
…icense

Added license for environment-climate-change-canada
  • Loading branch information
n-a-t-e authored Nov 20, 2023
2 parents 535a002 + 8f3fab1 commit 34ab2ef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions firebase_to_xml/firebase_to_xml/resources/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,13 @@
},
"url": "https://www.apache.org/licenses/LICENSE-2.0",
"code": "Apache-2.0"
},
"ca-eccc-odl": {
"title": {
"en": "Environment and Climate Change Canada Data Servers End-use Licence",
"fr": "Licence d’utilisation finale pour les serveurs de données d’Environnement et Changement climatique Canada"
},
"url": "https://eccc-msc.github.io/open-data/licence/readme_en/",
"code": "ca-eccc-odl"
}
}
8 changes: 8 additions & 0 deletions src/utils/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ const licenses = {
url: "https://www.apache.org/licenses/LICENSE-2.0",
code: "Apache-2.0",
},
"ca-eccc-odl": {
title: {
en: "Environment and Climate Change Canada Data Servers End-use Licence",
fr: "Licence d’utilisation finale pour les serveurs de données d’Environnement et Changement climatique Canada",
},
url: "https://eccc-msc.github.io/open-data/licence/readme_en/",
code: "ca-eccc-odl",
},
};

export default licenses;

0 comments on commit 34ab2ef

Please sign in to comment.