diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-24 13:25:22 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-24 13:25:22 -0500 |
commit | ed53492243ecad8d975401a97f5b634328ad2c71 (patch) | |
tree | 8a744f46320710355a02c9b2c371602ce69aefec /src/main/resources | |
parent | c878761f737c90fc3fa1caedd48e2ee01637108f (diff) | |
parent | 91d51c3c49c4c0877483220ac0f12db4efab8f60 (diff) |
Release version 0.5.0 (merge into stable)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/about.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt index 5cdcf67..782b422 100644 --- a/src/main/resources/about.txt +++ b/src/main/resources/about.txt @@ -1,8 +1,17 @@ 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-2023 Adrien Hopkins +Unit Converter Copyright (C) 2018-2024 Adrien Hopkins This program comes with ABSOLUTELY NO WARRANTY; for details read the LICENSE file, section 15 |