Skip to content

Commit

Permalink
Add CC by 4.0 to protected database
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Nov 29, 2024
1 parent 79ee08f commit 72200fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/http/dataset-detail/dataset-detail-view-html.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ const PROTECTED_DATABASE_AUTHORSHIP_MAP = {
"iconStyle": "alright",
"iconTitle": "cc0-protected-database-authorship-comment",
}),
"https://creativecommons.org/licenses/by/4.0/": () => ({
"label": "ccby-database-authorship",
"icon": "bookmark-fill",
"iconStyle": "warning",
"iconTitle": "ccby-database-authorship-comment",
}),
[null]: () => ({
"label": "missing-protected-database-authorship",
"icon": "exclamation-circle",
Expand Down

0 comments on commit 72200fc

Please sign in to comment.