diff --git a/plugins.html b/plugins.html index 30f8eef..4fa0939 100644 --- a/plugins.html +++ b/plugins.html @@ -101,8 +101,8 @@

Plugin List

return [img]; } function createLicense(spdx = '') { - if (!spdx) { - return ['All Rights Reserved by author(s)']; + if (!spdx || spdx === 'ALL-RIGHTS-RESERVED') { + return ['All Rights Reserved']; } const link = document.createElement('a'); link.href = `https://spdx.org/licenses/${spdx}.html`;