nazdridoy commited on
Commit
8b82f5a
Β·
verified Β·
1 Parent(s): 2d515ec

docs(license): add AGPLv3 license details to README

Browse files

- [docs] Remove generic licensing statement (README.md:315-330)
- [docs] Add detailed AGPLv3 licensing section (README.md:315-330)

Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -313,7 +313,26 @@ For multiple operations, consider the token reuse patterns documented in the HF-
313
 
314
  ## πŸ“„ License
315
 
316
- This project is part of the HF-Inferoxy ecosystem. Please refer to the main project for licensing information.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
 
318
  ---
319
 
 
313
 
314
  ## πŸ“„ License
315
 
316
+ This project is licensed under the **GNU Affero General Public License v3.0 (AGPLv3)**.
317
+
318
+ ### What this means:
319
+
320
+ - **Freedom to Use**: You can use this software for any purpose
321
+ - **Freedom to Study**: You can examine the source code and understand how it works
322
+ - **Freedom to Modify**: You can modify the software to suit your needs
323
+ - **Freedom to Share**: You can distribute copies of the original or modified software
324
+
325
+ ### Key AGPLv3 Requirements:
326
+
327
+ - **Source Code Availability**: If you run a modified version on a server that others can access, you must provide the source code to those users
328
+ - **Network Use**: The license extends to network use, ensuring that users interacting with the software over a network have access to the source code
329
+ - **Copyleft**: Any derivative works must also be licensed under AGPLv3
330
+
331
+ ### Full License Text:
332
+
333
+ The complete license text is available in the [LICENSE](LICENSE) file in this repository.
334
+
335
+ For more information about AGPLv3, visit: https://www.gnu.org/licenses/agpl-3.0.en.html
336
 
337
  ---
338