mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Update GNU links (#20001)
This commit is contained in:
parent
ef274ed3b9
commit
3540d59c3d
3 changed files with 7 additions and 7 deletions
|
|
@ -132,11 +132,11 @@ We highly value bug reports as they help us improve the quality and reliability
|
|||
|
||||
Ultralytics uses the [GNU Affero General Public License v3.0 (AGPL-3.0)](https://www.ultralytics.com/legal/agpl-3-0-software-license) for its repositories. This license promotes [openness](https://en.wikipedia.org/wiki/Openness), [transparency](https://www.ultralytics.com/glossary/transparency-in-ai), and [collaborative improvement](https://en.wikipedia.org/wiki/Collaborative_software) in software development. It ensures that all users have the freedom to use, modify, and share the software, fostering a strong community of collaboration and innovation.
|
||||
|
||||
We encourage all contributors to familiarize themselves with the terms of the [AGPL-3.0 license](https://www.gnu.org/licenses/agpl-3.0.html) to contribute effectively and ethically to the Ultralytics open-source community.
|
||||
We encourage all contributors to familiarize themselves with the terms of the [AGPL-3.0 license](https://opensource.org/license/agpl-v3) to contribute effectively and ethically to the Ultralytics open-source community.
|
||||
|
||||
## 🌍 Open-Sourcing Your YOLO Project Under AGPL-3.0
|
||||
|
||||
Using Ultralytics YOLO models or code in your project? The [AGPL-3.0 license](https://www.gnu.org/licenses/agpl-3.0.html) requires that your entire derivative work also be open-sourced under AGPL-3.0. This ensures modifications and larger projects built upon open-source foundations remain open.
|
||||
Using Ultralytics YOLO models or code in your project? The [AGPL-3.0 license](https://opensource.org/license/agpl-v3) requires that your entire derivative work also be open-sourced under AGPL-3.0. This ensures modifications and larger projects built upon open-source foundations remain open.
|
||||
|
||||
### Why AGPL-3.0 Compliance Matters
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ Complying means making the **complete corresponding source code** of your projec
|
|||
|
||||
2. **License Your Project:**
|
||||
|
||||
- Add an `LICENSE` file containing the full text of the [AGPL-3.0 license](https://www.gnu.org/licenses/agpl-3.0.txt).
|
||||
- Add an `LICENSE` file containing the full text of the [AGPL-3.0 license](https://opensource.org/license/agpl-v3).
|
||||
- Add a notice at the top of each source file indicating the license.
|
||||
|
||||
3. **Publish Your Source Code:**
|
||||
|
|
|
|||
|
|
@ -149,11 +149,11 @@ We highly value bug reports as they help us improve the quality and reliability
|
|||
|
||||
Ultralytics uses the [GNU Affero General Public License v3.0 (AGPL-3.0)](https://www.ultralytics.com/legal/agpl-3-0-software-license) for its repositories. This license promotes [openness](https://en.wikipedia.org/wiki/Openness), [transparency](https://www.ultralytics.com/glossary/transparency-in-ai), and [collaborative improvement](https://en.wikipedia.org/wiki/Collaborative_software) in software development. It ensures that all users have the freedom to use, modify, and share the software, fostering a strong community of collaboration and innovation.
|
||||
|
||||
We encourage all contributors to familiarize themselves with the terms of the [AGPL-3.0 license](https://www.gnu.org/licenses/agpl-3.0.html) to contribute effectively and ethically to the Ultralytics open-source community.
|
||||
We encourage all contributors to familiarize themselves with the terms of the [AGPL-3.0 license](https://opensource.org/license/agpl-v3) to contribute effectively and ethically to the Ultralytics open-source community.
|
||||
|
||||
## 🌍 Open-Sourcing Your YOLO Project Under AGPL-3.0
|
||||
|
||||
Using Ultralytics YOLO models or code in your project? The [AGPL-3.0 license](https://www.gnu.org/licenses/agpl-3.0.html) requires that your entire derivative work also be open-sourced under AGPL-3.0. This ensures modifications and larger projects built upon open-source foundations remain open.
|
||||
Using Ultralytics YOLO models or code in your project? The [AGPL-3.0 license](https://opensource.org/license/agpl-v3) requires that your entire derivative work also be open-sourced under AGPL-3.0. This ensures modifications and larger projects built upon open-source foundations remain open.
|
||||
|
||||
### Why AGPL-3.0 Compliance Matters
|
||||
|
||||
|
|
@ -174,7 +174,7 @@ Complying means making the **complete corresponding source code** of your projec
|
|||
|
||||
2. **License Your Project:**
|
||||
|
||||
- Add an `LICENSE` file containing the full text of the [AGPL-3.0 license](https://www.gnu.org/licenses/agpl-3.0.txt).
|
||||
- Add an `LICENSE` file containing the full text of the [AGPL-3.0 license](https://opensource.org/license/agpl-v3).
|
||||
- Add a notice at the top of each source file indicating the license.
|
||||
|
||||
3. **Publish Your Source Code:**
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ We welcome contributions to improve this demo! If you encounter bugs, have featu
|
|||
|
||||
## 📄 License
|
||||
|
||||
This project is licensed under the AGPL-3.0 License. For detailed information, please see the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file or read the full [AGPL-3.0 license text](https://www.gnu.org/licenses/agpl-3.0.html).
|
||||
This project is licensed under the AGPL-3.0 License. For detailed information, please see the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file or read the full [AGPL-3.0 license text](https://opensource.org/license/agpl-v3).
|
||||
|
||||
## 🙏 Acknowledgments
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue