We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec503f commit d71ddddCopy full SHA for d71dddd
plugins.html
@@ -101,8 +101,8 @@ <h2 class="header">Plugin List</h2>
101
return [img];
102
}
103
function createLicense(spdx = '') {
104
- if (!spdx) {
105
- return ['All Rights Reserved by author(s)'];
+ if (!spdx || spdx === 'ALL-RIGHTS-RESERVED') {
+ return ['All Rights Reserved'];
106
107
const link = document.createElement('a');
108
link.href = `https://spdx.org/licenses/${spdx}.html`;
0 commit comments