我需要将开源许可证信息粘贴到网页顶部吗?

发布于 2024-10-14 22:00:02 字数 1455 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

深陷 2024-10-21 22:00:03

在不知道哪些特定许可证的情况下,很难确定,但对于大多数许可证,您只需将通知放在源代码本身中(这样您就可以在需要这些其他库的 javascript 代码中添加 HTML 注释或注释),并且如果许可证很长,您可以在源代码中放置一个链接并说“此处提供许可证”。

Without knowing which particular licenses it's hard to be definitive, but for most licenses you only need to put the notice in the source code itself (so you can put in HTML comments, or comments in your javascript code that requires these other libraries), and if the license is long, you can put a link in the source code and say "license available here".

久随 2024-10-21 22:00:03

通常不会。通常,许可证只涉及将版权注释保留在源文件中,或者将其作为页面源代码上的 html 注释(如果它直接位于页面上而不是包含在包含的文件中)。但这取决于许可证。我从来没有见过有这样要求的许可证..

Usually not. Usually licenses involve just keeping the copyright comments in the source files or as html comments on your page source code if it's directly on the page and not in an included file. But it depends on the license. I've never seen a license that demanded that though..

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