Llama 授權協議分析

開源專案 LICENSE 樣板

含 "Built with Llama" 標註的開源專案授權文件樣板

by Kuohua, built with Manus

LICENSE 文件樣板

以下是開源專案 LICENSE 文件的樣板,包含 Llama 授權協議要求的標註:

MIT License with Llama Attribution Copyright (c) [年份] [版權所有者] 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. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ----- Llama Attribution Notice: This project was built with Llama. The use of Llama 4 in this project is subject to the Llama 4 Community License Agreement. A copy of the Llama 4 Community License is included below for reference. Llama 4 is licensed under the Llama 4 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved. LLAMA 4 COMMUNITY LICENSE AGREEMENT Llama 4 Version Effective Date: April 5, 2025 [此處插入完整的 Llama 4 社群授權協議]

NOTICE 文件樣板

以下是開源專案 NOTICE 文件的樣板:

NOTICE This project was built with Llama. Llama 4 is licensed under the Llama 4 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved. The full text of the Llama 4 Community License can be found in the LICENSE file.

README.md 標註樣板

在專案的 README.md 文件中,應包含以下標註:

# 專案名稱 ## 關於 [專案描述] **Built with Llama** 本專案使用了 Llama 4 大型語言模型。根據 Llama 4 社群授權協議的要求,我們在此明確標示本專案是基於 Llama 構建的。

網站或用戶界面標註樣板

在專案的網站、用戶界面或產品文檔中,應包含以下標註:

<footer> <div class="attribution"> <p><strong>Built with Llama</strong> | 本應用/網站/服務使用了 Llama 4 大型語言模型</p> </div> </footer>

博客文章或關於頁面標註樣板

在專案的博客文章或關於頁面中,應包含以下標註:

## 技術棧 本專案使用了以下技術: - [列出其他技術] - **Llama 4**: 我們的 AI 功能基於 Meta 的 Llama 4 大型語言模型構建。 **Built with Llama** | 根據 Llama 4 社群授權協議的要求,我們在此明確標示本專案是基於 Llama 構建的。

如果創建新的 AI 模型

如果您使用 Llama 材料創建、訓練、微調或改進了新的 AI 模型,則必須:

  1. 在模型名稱開頭包含 "Llama",例如:
    • "Llama-FinTech-Assistant"
    • "Llama-CodeHelper-v1"
    • "Llama-MedicalQA"
  2. 在模型的文檔和分發材料中包含以下歸屬通知:
    This model is based on Llama 4 and is licensed under the Llama 4 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved. Built with Llama

實施建議

  1. LICENSE 文件:將上述 LICENSE 樣板保存為專案根目錄中的 LICENSE 文件。
  2. NOTICE 文件:將上述 NOTICE 樣板保存為專案根目錄中的 NOTICE 文件。
  3. README.md:在專案的 README.md 文件中添加 "Built with Llama" 標註。
  4. 網站頁腳:在網站或應用的頁腳中添加 "Built with Llama" 標註。
  5. 關於頁面:在專案的關於頁面或文檔中詳細說明使用了 Llama 4。
  6. 模型命名:如果創建新的 AI 模型,確保在模型名稱開頭包含 "Llama"。
  7. 包含完整協議:確保在專案中包含完整的 Llama 4 社群授權協議文本。

通過遵循這些建議,您的開源專案將符合 Llama 4 社群授權協議的要求,同時保持與開源社區的最佳實踐一致。