Ferry-200 / coriander_player

Windows端本地音乐播放器,使用Material You配色。Dart (Flutter) + Rust (lofty, windows-rs) + C (bass lib) 多语言项目。绝赞开发中。
https://ferry-200.github.io/coriander_player_website/
GNU General Public License v3.0
510 stars 22 forks source link

建议:增加一个明确的LICENSE文件 #69

Closed shing-yu closed 1 month ago

shing-yu commented 1 month ago

如题

建议给仓库明确指定一个许可证,比如GPL-3.0或者MIT等; 方便贡献、使用和分支等(

Silicon7921 commented 1 month ago

推荐GPL-3.0

shing-yu commented 1 month ago

确实,这样的软件还是适合GPL,防止有些人剽窃去卖(

Ferry-200 commented 1 month ago

那就 gpl-3.0 吧

shing-yu commented 1 month ago

下个发行版的inno setup构建的安装包里也可以加上(

添加位置 ```iss [Setup] LicenseFile=\LICENSE [Files] Source: "\LICENSE"; DestDir: "{app}"; Flags: ignoreversion ```

以及压缩包(