版權聲明

新增 LICENSE 文件

新增專案時添加

  1. 新增專案的過程,勾選添加 LICENSE 文件
  2. GitHub 會提供版權類型來選擇
  3. 選擇後 GitHub 會自動生成內容

在 GitHub 介面添加

  1. 進入專案儲存庫
  2. 點擊上方的 Add file 按鈕,選擇 Create new file
  3. 在文件名輸入框填寫 LICENSE
  4. GitHub 會提供版權類型來選擇
  5. 選擇後 GitHub 會自動生成內容
  6. 提交變更以保存文件

自行建立

  1. 建立 LICENSE 文件
  2. 自己編寫版權內容
  3. 提交變更以保存文件

版權說明

Permissions (允許權限)

Limitations (限制)

Conditions (允許條件)

GitHub 常用版權

Unlicense

Creative Commons Zero v1.0

MIT

Boost Software License 1.0

BSD 2-Clause "Simplified" License

BSD 3-Clause "New" or "Revised" License

Apache 2.0

Eclipse Public License 2.0

GNU Lesser GPL v2.1

Mozilla Public License 2.0

GNU GPL v3.0

GNU Affero GPL v3.0

索引