bug-librejs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Add support to CC-BY-SA-4.0 license


From: ChihHao Su
Subject: Add support to CC-BY-SA-4.0 license
Date: Wed, 15 Sep 2021 11:20:19 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

Hi. I'm using dokuwiki, and a few plugin of it in my website, which are all CC-BY-SA-4.0 licensed.
I‘v written JS web labels to tell LibreJS the scripts I'm using. Here's a part of it:
1
2
3
4
5
6
7
8
<table id="jslicense-labels1">
  <tr>
    <td><a href="">"/lib/exe/js.php">/lib/exe/js.php</a></td>
    <td><a href="">"https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt">CC-BY-SA</a></td>
    <td><a href="">"/lib/exe/js.php">js.php</a></td>
  </tr>
  
</table>

LibreJS doen't recognize that license. It shows me "Unknown license(s)".
Could you add the support to CC-BY-SA-4.0 license to LibreJS? Thanks very much.
This is the plain text version of CC-BY-SA-4.0 license: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt
This is the concise version: https://creativecommons.org/licenses/by-sa/4.0/deed.en


reply via email to

[Prev in Thread] Current Thread [Next in Thread]