From 0f6fee40ae8e4ef74e3b8e76f8d4a052567c9cbb Mon Sep 17 00:00:00 2001 From: Stephen Horvath Date: Sat, 4 Oct 2025 10:28:10 +1000 Subject: [PATCH] Add disclaimer to README --- README.md | 6 ++++++ data/au.stevetech.yafi.metainfo.xml.in | 14 +++++++++++++- flathub.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f808b2e..9f77afc 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,9 @@ This error occurs when `/dev/cros_ec` is not found, and the `CrOS_EC_Python` lib You can either update your kernel to have a working `cros_ec_dev` driver, or run YAFI as root. It can also occur if you do not have a CrOS EC, like on non Framework laptops. + +## Disclaimer + +YAFI is not affiliated with Framework Computer Inc. in any way. + +YAFI is licensed under the [GPL-2.0-or-later license](COPYING), and comes with no warranty or guarantee of any kind. Use at your own risk. diff --git a/data/au.stevetech.yafi.metainfo.xml.in b/data/au.stevetech.yafi.metainfo.xml.in index 5230c8a..05ec157 100644 --- a/data/au.stevetech.yafi.metainfo.xml.in +++ b/data/au.stevetech.yafi.metainfo.xml.in @@ -7,7 +7,19 @@ Yet Another Framework Interface YAFI is another GUI for the Framework Laptop Embedded Controller -

It is written in Python with a GTK4 Adwaita theme, and uses the `CrOS_EC_Python` library to communicate with the EC.

+

It is written in Python with a GTK4 Adwaita theme, and uses the CrOS_EC_Python library to communicate with the EC.

+

YAFI has the capability for the following features:

+ + +

You will need to install the udev rules to allow non-root access to the EC device. See the README for more information.

+ +

YAFI is not affiliated with Framework Computer Inc. in any way.

diff --git a/flathub.json b/flathub.json index c82de06..637604e 100644 --- a/flathub.json +++ b/flathub.json @@ -1,3 +1,3 @@ { "only-arches": ["x86_64"] -} \ No newline at end of file +}