Ms-RL - 你如何在你的项目中嵌入/使用它?

发布于 2024-08-10 20:34:56 字数 1431 浏览 3 评论 0原文

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

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

发布评论

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

评论(2

樱娆 2024-08-17 20:34:56

您可以只在文件夹或名为 License.txt 的位置包含一个文件,其中包含 Ms-RL
但这确实不是一个编程问题。管理员应该(必须)关闭这个问题

You Could just include one file in a folder or somewhere called License.txt which contains the Ms-RL
But thats realy not a programming question. The admin should (must) close this question

┈┾☆殇 2024-08-17 20:34:56

最后,我采用了 GNU GPL 类型的方法:

  • 每个项目的完整许可证文本的副本 (licence.txt)。
  • 每个代码文件顶部的许可证文件“参考”(以及一个小简介)。

当然,在每个代码文件的顶部添加一些文本可能是一个简单的概念,但如果您有多个项目和文件,那么这并不是一件小事。所以最后我想出了一个小工具来帮我做到这一点。

在这里获取它:http://www.morphological.geek.nz/MorphologicalLicenceInserter/default。 aspx(99Kb,完整源代码,在 Ms-RL 下发布)。

如何使用它:

  • 将代码复制到暂存区域(我使用 RoboCopy)。
  • 启动许可证插入器工具,并将其“嵌入”一些文本(您编写一次)到您希望引用出现在的每个文件的顶部。
  • 检查或测试许可证嵌入过程的最终结果,然后您很好,可以走了。

该程序会自动用适合该文件类型的正确注释语法“包装”您的文本。

In the end I took the GNU GPL type approach:

  • A copy of the full licence text with each project (licence.txt).
  • A 'reference' to the licence file (as well as a small blurb) at the top of each code file.

Of course, throwing a bit of text in the top of each code file might be a simple concept but its not a trivial thing to do if you have multiple projects and files. So in the end I whipped up a small tool to do it for me.

Get it here: http://www.morphological.geek.nz/MorphologicalLicenceInserter/default.aspx (99Kb, full source code, released under Ms-RL).

How to use it:

  • Copy your code to a staging area (I use RoboCopy).
  • Crank up the Licence Inserter Tool and have it 'embed' a bit of text (which you write once) into the top of every file you want the reference to appear in.
  • Check or test the end result of the licence embedding process, and you're good to go.

The program automatically 'wraps' your text in the correct commenting syntax for the file type.

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