diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/about.txt | 4 | ||||
-rw-r--r-- | src/main/resources/dimensionfile.txt | 16 | ||||
-rw-r--r-- | src/main/resources/unitsfile.txt | 13 |
3 files changed, 16 insertions, 17 deletions
diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt index f175396..2fd1368 100644 --- a/src/main/resources/about.txt +++ b/src/main/resources/about.txt @@ -1,8 +1,8 @@ -About 7Units v[VERSION] +About 7Units Version [VERSION] Copyright Notice: -Unit Converter Copyright (C) 2018-2021 Adrien Hopkins +Unit Converter Copyright (C) 2018-2022 Adrien Hopkins This program comes with ABSOLUTELY NO WARRANTY; for details read the LICENSE file, section 15 diff --git a/src/main/resources/dimensionfile.txt b/src/main/resources/dimensionfile.txt index 3485de5..d767e9f 100644 --- a/src/main/resources/dimensionfile.txt +++ b/src/main/resources/dimensionfile.txt @@ -6,13 +6,13 @@ # I have excluded electric current, quantity and luminous intensity since their units are exclusively SI. -LENGTH ! -MASS ! -TIME ! -TEMPERATURE ! +Length ! +Mass ! +Time ! +Temperature ! # Derived Dimensions -AREA LENGTH^2 -VOLUME LENGTH^3 -VELOCITY LENGTH / TIME -ENERGY MASS * VELOCITY^2
\ No newline at end of file +Area Length^2 +Volume Length^3 +Velocity Length / Time +Energy Mass * Velocity^2
\ No newline at end of file diff --git a/src/main/resources/unitsfile.txt b/src/main/resources/unitsfile.txt index 340e8ea..543c821 100644 --- a/src/main/resources/unitsfile.txt +++ b/src/main/resources/unitsfile.txt @@ -253,22 +253,21 @@ Wh W h # Extra units to show in the dimension-based converter km km -kilometre km cm cm centimetre cm mm mm -millimetre mm mg mg -milligram mg mL mL ml ml -millilitre mL -kJ kJ -kilojoule kJ MJ MJ megajoule MJ kWh kWh m/s m / s +metre/second m/s km/h km / h +kilometre/hour km/h ft/s foot / s -mi/h mile / hour
\ No newline at end of file +foot/second ft/s +mi/h mile / hour +mph mile / hour +mile/hour mi/h
\ No newline at end of file |