Updated License

This commit is contained in:
Isaak Buslovich 2023-12-22 00:49:32 +01:00 committed by Isaak
parent b79a512f78
commit d673833335
Signed by: Isaak
GPG Key ID: EEC31D6437FBCC63

View File

@ -1,4 +1,3 @@
# Flask YAML Editor # Flask YAML Editor
Flask YAML Editor is a web application that provides an interface for reading and updating YAML file content. This application is built using Flask and serves an HTML page that interacts with the Flask backend to manage YAML data. Flask YAML Editor is a web application that provides an interface for reading and updating YAML file content. This application is built using Flask and serves an HTML page that interacts with the Flask backend to manage YAML data.
@ -55,19 +54,17 @@ pip install Flask PyYAML
- **Edit YAML Data**: Make changes in the text area and click the 'Save Data' button to update the file. - **Edit YAML Data**: Make changes in the text area and click the 'Save Data' button to update the file.
- **Reload Data**: Click the 'Reload Data' button to refresh the content from the YAML file. - **Reload Data**: Click the 'Reload Data' button to refresh the content from the YAML file.
## Contributing
Please read [CONTRIBUTING.md](link-to-your-contributing-guidelines) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors ## Authors
- **Isaak Buslovich** - *Initial work* - **Isaak Buslovich** - *Initial work*
See also the list of [contributors](link-to-contributors) who participated in this project.
## License ## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. This project is licensed under a custom licence. This licence permits private and non-commercial use, testing, and use by the author's employer under certain conditions. It prohibits modification, distribution, and commercial use by others without a separate licence.
See the [LICENSE.md](LICENSE.md) file for more details.
For questions regarding the use, modification, or redistribution of this software, please contact Isaak Buslovich at isaak.buslovich@potsdam.de.
## Acknowledgments ## Acknowledgments