diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 16:36:39 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 16:36:39 -0500 |
commit | 2eee97c9e64dca79fc6b1614b304b398d25a7f4b (patch) | |
tree | f14d4237a3ce71d21d02b29719a5fb6595fe4091 /src/main/resources/about.txt | |
parent | fe4135a68cfed92ef336eec663e9c42c2c97dcbc (diff) |
Added automatic building with Gradle
Diffstat (limited to 'src/main/resources/about.txt')
-rw-r--r-- | src/main/resources/about.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt new file mode 100644 index 0000000..1bad9e8 --- /dev/null +++ b/src/main/resources/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 |