Metro Framework NuGet 包是否免费?
Is Metro Framework NuGet Package free or not?
我在 nuget 包上看到了 metro 框架,它为我提供了更好的 winforms 应用程序 UI,所以我想在我的 winforms 应用程序中使用该框架,但我不确定它的许可。我在 "View License" 选项中阅读了它的许可证,它显示为 "free of charge",但另一方面,metro 框架实际上是一个付费框架(我假设)。
所以我很困惑是否应该在我的应用程序中使用该框架,因为我无法决定它拥有的许可证类型。
不胜感激。
谢谢。
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
(https://github.com/thielj/MetroFramework/blob/master/LICENSE.md)
当您阅读许可协议的最后一行时,它声明您可以使用该框架并分发它,前提是您在您的应用程序中添加通知。
我在 nuget 包上看到了 metro 框架,它为我提供了更好的 winforms 应用程序 UI,所以我想在我的 winforms 应用程序中使用该框架,但我不确定它的许可。我在 "View License" 选项中阅读了它的许可证,它显示为 "free of charge",但另一方面,metro 框架实际上是一个付费框架(我假设)。
所以我很困惑是否应该在我的应用程序中使用该框架,因为我无法决定它拥有的许可证类型。
不胜感激。
谢谢。
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
(https://github.com/thielj/MetroFramework/blob/master/LICENSE.md)
当您阅读许可协议的最后一行时,它声明您可以使用该框架并分发它,前提是您在您的应用程序中添加通知。