WilliamKarolDiCioccio / open_local_ui

OpenLocalUI: Native desktop app for Windows, MacOS and Linux. Easily run Large Language Models locally, no complex setups required. Inspired by OpenWebUI's simplicity for LLM use.
MIT License
16 stars 2 forks source link

Show Flutter license page instead #48

Closed Rossi1337 closed 2 weeks ago

Rossi1337 commented 2 weeks ago

Instead of jumping to the webpage show the standard Flutter license page. This one automatically collects all the licenses of all used packages and displays them on a standard page. The advantage is that it fullfills all legal requirements to include copies of the licenses and make them available to the end user.

For this to work and to include our license you need to have a file named LICENSE in the app root folder. So I copied the LICENSE.md from the project root into the app folder.

The downside is that the license of the App itself is somewhere in the sorted list as "open_local_ui" so it is a little bit hard to find.

WilliamKarolDiCioccio commented 2 weeks ago

Didn't know about that, pretty cool