F# 2.0 (2010) 使用什么许可证?

发布于 2024-09-20 00:44:00 字数 1455 浏览 8 评论 0原文

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

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

发布评论

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

评论(5

绳情 2024-09-27 00:44:00

(IANAL)

我认为简短的答案是

  • VS2010 附带了一些位(例如编译器、IDE,...)。它们受 VS2010 许可证的约束,这可能有些限制。
  • F# 运行时 (FSharp.Core.dll) 是一个可再发行包。例如,您可以将其链接到您自己的应用程序的安装/设置中。
  • 有 F# CTP。它本质上包含与 VS 版本相同的位,但减去 VS IDE 支持。它还有源代码。它受 MS Research 许可,限制较少。
  • 有 PowerPack,一个带有源代码的库,我忘记它有什么许可证。
  • 将来,可能会有一个编译器的开源版本,类似于 CTP,但具有更宽松的许可证(FSF 人员喜欢的那种许可证)。

一般来说,每次下载都应该有一个您可以阅读的随附许可证。

编辑

(2010 年 11 月 4 日)现在 F# 编译器/运行时源可在 Apache 许可证下使用,请参阅此处:

http://blogs.msdn.com/b/dsyme/archive/2010/11/04/announcing- the-f-compiler-library-source-code-drop.aspx

(IANAL)

I think the short answer is

  • There are bits that ship with VS2010 (e.g. compiler, IDE, ...). They're subject to the VS2010 license, which is presumably somewhat restrictive.
  • There is the F# Runtime (FSharp.Core.dll), which is a redistributable package. You can e.g. chain it into the install/setup of your own app.
  • There is the F# CTP. It essentially contains the same bits as the VS release, minus the VS IDE support. It also has source code. It's under the MS Research license, which is less restrictive.
  • There is the PowerPack, a library with source, I forget what license it has.
  • In the future, there may be an open-source release of the compiler, which would be like the CTP, but with an even more permissive license (the kind of license the FSF folks like).

In general, with each download, there should be an accompanying license which you can read.

EDIT

(November 4, 2010) Now the F# compiler/runtime source is available under the Apache license, see here:

http://blogs.msdn.com/b/dsyme/archive/2010/11/04/announcing-the-f-compiler-library-source-code-drop.aspx

深巷少女 2024-09-27 00:44:00

其他人回答了有关当前许可证的问题。我要指出的是,根据 FSF 和 OSI 的定义,它既不是免费的也不是开放的。除其他外,它具有严格的非商业限制。例如,您不能出于商业目的分发源代码。

只有两种免费的 Microsoft 许可证:Microsoft 公共许可证和 Microsoft 互惠许可证。

Other people answered with regard to the current license. I'll note that it is neither free nor open as defined by the FSF and OSI. Among other things, it has serious non-commercial restrictions. E.g. you can't distribute source code for commercial purposes.

There are only two free Microsoft licenses, the Microsoft Public License and Microsoft Reciprocal License.

美胚控场 2024-09-27 00:44:00

是的,仍然是 具体参见此处 此链接

Microsoft Research 共享源许可协议
(F# 编译器的非标准)
<

当然,部分 .Net 库并未涵盖。

Yes, still is see here specifically this link

Microsoft Research Shared Source License Agreement
(NON-STANDARD FOR F# Compiler)
<

Of course, parts of the .Net libraries aren't covered.

云巢 2024-09-27 00:44:00

查看 下载页面。仍在 SSLA 之下。

Take a look at a license link on the download page. Still under the SSLA.

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