enveloper
0.1.18Manage .env secrets via system keychain with cloud store plugins
License Sources
| Source | License | Class |
|---|---|---|
Licensie (detected) | Pending | - |
PyPI (reported) | Not reported | - |
License detection is still in progress for this version.
Loading dependencies…
License File
# License ## GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later) This project is licensed under the **GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later)**. See [LICENSE](https://github.com/raminf/enveloper/blob/main/LICENSE) for the full text. ### Summary In short: you may use, modify, and distribute the software, but if you run a modified version as a network service, you must offer the corresponding source to users under the same license. Derivative works must be released under the AGPL. ### Full License Text See [LICENSE](https://github.com/raminf/enveloper/blob/main/LICENSE) for the complete license text. ## What This Means for You ### You Can - **Use** the software for any purpose - **Modify** the software - **Distribute** the software - **Distribute** modified versions ### You Must - **Include** the original license - **State** changes made to the software - **Share** source code when distributing - **Share** source code when using as a network service ### What This Means for... #### Individual Developers You can use `enveloper` for personal projects, modify it, and share your modifications. If you distribute your modified version, you must also license it under AGPL. #### Companies You can use `enveloper` internally without any restrictions. If you distribute a modified version or use it as a network service (e.g., a web app), you must offer the source code under the same license. #### SaaS Providers If you use `enveloper` to power a web application or SaaS, you must make the source code of your modified version available to your users under the AGPL. ## Commercial Licensing If you need a different license for commercial use, please contact the author to discuss options. ## Contributing By contributing to this project, you agree to license your contributions under the AGPL-3.0-or-later license. ## Disclaimer This 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. ---