跳至主要内容

向代码库添加许可证

您可以将开源许可证包含在您的代码库中,以便其他人更容易参与贡献。

如果您在代码库中包含可检测到的许可证,访问您代码库的人员会在代码库页面的顶部看到它。要阅读完整的许可证文件,请点击许可证名称。

Screenshot of the main page of the github-linguist/linguist repository. In the right sidebar, "MIT license," preceded by a law icon, is outlined in dark orange.

开源许可证使其他人能够自由地使用、更改和分发您代码库中的项目。有关代码库许可证的更多信息,请参阅“许可代码库”。

在您的代码库中包含开源许可证

  1. 在 GitHub 上,导航到代码库的主页。

  2. 在文件列表上方,选择**添加文件**下拉菜单,然后点击 创建新文件.

    或者,您可以点击左侧的文件树视图中的。

    Screenshot of the main page of a repository. Above the list of files, a button, labeled "Add file," is outlined in dark orange. In the file tree view of the repository, a button with a plus sign icon is also outlined in dark orange.

  3. 在文件名字段中,键入 *LICENSE* 或 *LICENSE.md*(全部大写)。

  4. 在文件名下方,点击**选择许可证模板**。

    Screenshot of the new file form, with "LICENSE" entered in the file name field. A button, labeled "Choose a license template," is outlined in dark orange.

  5. 在页面左侧的“向您的项目添加许可证”下,查看可用的许可证,然后从列表中选择一个许可证。

  6. 点击**查看并提交**。

  7. 点击**提交更改…**

  8. 在“提交消息”字段中,键入简短、有意义的提交消息,描述您对文件所做的更改。您可以在提交消息中将提交归属于多个作者。有关更多信息,请参阅“创建具有多个作者的提交”。

  9. 在提交消息字段下方,决定是将您的提交添加到当前分支还是添加到新分支。如果您的当前分支是默认分支,则应选择为您的提交创建新分支,然后创建拉取请求。有关更多信息,请参阅“创建拉取请求”。

    Screenshot of a GitHub pull request showing a radio button to commit directly to the main branch or to create a new branch. New branch is selected.

  10. 如果您在 GitHub 上的帐户中关联了多个电子邮件地址,请点击电子邮件地址下拉菜单并选择用作 Git 作者电子邮件地址的电子邮件地址。此下拉菜单中只显示已验证的电子邮件地址。如果您启用了电子邮件地址隐私,则“noreply”将是默认的提交作者电子邮件地址。“noreply”电子邮件地址的确切形式,请参阅“设置您的提交电子邮件地址”。

    Screenshot of a GitHub pull request showing a dropdown menu with options to choose the commit author email address. octocat@github.com is selected.

  11. 点击**提交更改**或**提出更改**。

进一步阅读