2024年5月9日 星期四

[研究]Mend, Select2 與wicked-folders 2.18.4 和 pdf-poster-1.6.5 套件 GPT 或 MIT 授權疑問

[研究]Mend, Select2 與wicked-folders 2.18.4 和 pdf-poster-1.6.5 套件 GPT 或 MIT 授權疑問

2024-05-09

https://github.com/select2/select2/blob/develop/LICENSE.md

select2 是MIT授權

但 MEND 軟體說 select2使用的 wicked-folders 2.18.4 是 GPL-2.0
https://plugins.svn.wordpress.org/wicked-folders/tags/2.18.4/readme.txt

實際檢視 \Scripts\i18n\zh-TW.js 內容

用 Free Online Javascript Beautifier / Formatter 優化可讀性


/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */

! function () {
   if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) var n = jQuery.fn.select2.amd;
   n.define("select2/i18n/zh-TW", [], function () {
      return {
         inputTooLong: function (n) {
            return "請刪掉" + (n.input.length - n.maximum) + "個字元"
         },
         inputTooShort: function (n) {
            return "請再輸入" + (n.minimum - n.input.length) + "個字元"
         },
         loadingMore: function () {
            return "載入中…"
         },
         maximumSelected: function (n) {
            return "你只能選擇最多" + n.maximum + "項"
         },
         noResults: function () {
            return "沒有找到相符的項目"
         },
         searching: function () {
            return "搜尋中…"
         },
         removeAllItems: function () {
            return "刪除所有項目"
         }
      }
   }), n.define, n.require
}();

看不出哪裡使用  wicked-folders 2.18.4,不知是否誤判?

Mend 軟體說 \Scripts\i18n\zh-TW.js 是 wicked-folders-2.18.14 的,但是實際檢視

  • font-awesome/
  • select2/
  • sticky-kit/
不太清楚這是指  wicked-folders-2.18.14 販售給這3個套件?還是甚麼關係?

wicked-folders 有不同版本


********************************************************************************

MEND 報告 \Scripts\i18n\zh-TW.js 也使用 pdf-poster-1.6.5 套件,是 GPL-2.0,但看不出來。

(待續)

相關

沒有留言:

張貼留言