diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-13 15:23:00 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-13 15:24:28 -0500 |
commit | c5f7ad25645450fbb3ab539f76da189b5b8fcfe0 (patch) | |
tree | f0f8f6a502f9c899c3211c672e4979ecad177ac4 /src/about.txt | |
parent | 8def3bbda9331b9178e24400d8189afbdaf47e36 (diff) |
Added About tab with copyright information
Diffstat (limited to 'src/about.txt')
-rw-r--r-- | src/about.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/about.txt b/src/about.txt new file mode 100644 index 0000000..1bad9e8 --- /dev/null +++ b/src/about.txt @@ -0,0 +1,12 @@ +About Unit Converter v0.2.0 + +Copyright Notice: + +Unit Converter Copyright (C) 2018-2021 Adrien Hopkins +This program comes with ABSOLUTELY NO WARRANTY; +for details read the LICENSE file, section 15 + +This is free software, and you are welcome to redistribute +it under certain conditions; for details go to +<https://www.gnu.org/licenses/quick-guide-gplv3.html> +or read the LICENSE file.
\ No newline at end of file |