diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-23 15:51:52 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-23 15:51:52 -0500 |
commit | e1a96524ad9000689e081a6bf52792a886c07222 (patch) | |
tree | ba6e9ae49e6026e8f3cb4eb98cc3b419c93f182e /src/main | |
parent | 0986ea7d12363225683fff801047188cf7cb78eb (diff) |
Add more info to about.txt
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/about.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt index 07309e5..782b422 100644 --- a/src/main/resources/about.txt +++ b/src/main/resources/about.txt @@ -1,5 +1,14 @@ About 7Units Version [VERSION] +7Units is a unit converter program with many features, +inspired by GNU Units (https://www.gnu.org/software/units/). +You can use it to simply convert units, but you can also +use it like a calculator, computing and converting expressions +like "10 m/s + (25^2 - 5^2) mi/hr". + +This software was written by Adrien Hopkins +<adrien.p.hopkins@gmail.com>. + Copyright Notice: Unit Converter Copyright (C) 2018-2024 Adrien Hopkins |