From e96a5f901a437cad14e2cf5483bedf39eb2d090c Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Thu, 2 Sep 2021 14:44:21 +0200 Subject: [PATCH] Personalize README for this project --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index c4e3045..0843e8e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # waituntil +This simple tool doubles as a programming exercise for me, as I attempt to learn Kotlin from my perspective as a Java developer and a (hopefully) useful tool for personal use. I will expand this README with details as the project evolves. + +## Copyright / Licensing + +``` +waituntil - a tool for delaying command execution until the specified time +Copyright (C) 2021 Jonas Tobias Hopusch + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . +```