From 7257ecd8d4b2bc8908dc39330f34f32dc6a7a807 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 3 Feb 2024 18:15:27 +0100 Subject: license is now GPL3 --- rpt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rpt.c') diff --git a/rpt.c b/rpt.c index c31719a..c4197be 100644 --- a/rpt.c +++ b/rpt.c @@ -42,6 +42,7 @@ print_help() printf(" -f\t\tDo not exit if one process fails.\n"); printf(" -h\t\tPrint this message and exit.\n"); printf(" -v\t\tPrint the version number and exit.\n"); + printf("Reapeat is licensed under the GPL3 license.\n"); } void -- cgit v1.2.3