We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4044e commit af27c4fCopy full SHA for af27c4f
src/utils/license-utilities.js
@@ -28,6 +28,7 @@ function attrToShort(attr) {
28
}
29
30
function attrToFull(attr) {
31
+ if (attr.BY === undefined) { return undefined }
32
if (!attr.BY) { return 'CC0 1.0 Universal' }
33
let base = 'Attribution'
34
if (attr.NC) { base += '-NonCommercial' }
0 commit comments