From b4011aae38b03d84af01513bc14b04160fa2a6ac Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 7 Mar 2019 23:21:58 +0100 Subject: [PATCH] Changed copyright notice. --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 224cfe4..1a0299c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -148,8 +148,8 @@ int main(int argc, char *argv[]) cout << "compilescript " << global::version << endl << "Copyright (C) 2018, 2019 tastytea \n" "License GPLv3: GNU GPL version 3 .\n" - "This is free software: you are free to change and redistribute it.\n" - "There is NO WARRANTY, to the extent permitted by law.\n"; + "This program comes with ABSOLUTELY NO WARRANTY. This is free software,\n" + "and you are welcome to redistribute it under certain conditions.\n"; return 0; }