允许重新分发但不编译然后重新分发的代码许可证

发布于 2024-11-27 13:41:08 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独夜无伴 2024-12-04 13:41:08

你们的要求互相矛盾。运行 Perl 5 程序的第一步是编译。您最好的选择是 GPLv3,它要求分发编译版本的任何人也提供方法来检索源。

大多数从 Perl 5 脚本中生成二进制文件的方法(我认为您对编译感到困惑)实际上并没有进行编译。他们正在包装。源代码仍然存在于二进制文件中,并在运行时由 perl 二进制文件的包含副本进行编译。

Your requirements are at odds with each other. The first step of running a Perl 5 program is compiling. Your best bet is the GPLv3, it requires anyone who distributes a compiled version to also provide a method to retrieve the source.

Most of the methods of making a binary out of a Perl 5 script (which I think you are confusing with compiling) aren't actually compiling. They are packaging. The source is still present in the binary and is compiled at run-time by an included copy of the perl binary.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文