您好,
我有個專案採用的是 LGPL 授權, 裡頭包括了一個演算法模組是別人開發的, 並附有開發者寫的授權條款, 其中的條件如下:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the Carnegie Institution of Washington nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
我想請問的是第二點, 因為專案供人下載的是 JAR 檔, 內含前述演算法模組, 是不是意味著我要再把 JAR 檔和 licence 包起來 (ex: 變成一個 zip 檔內含 JAR + licence) 才能供人下載? 如果我只是把這個授權文件塞進 JAR 裡頭呢? 以後者進行的話, 每個下載者理論上也有下載 licence, 不過我想很少人下載 JAR 會再打開看裡頭有什麼的.
感激不盡!