From: Nick Bowler Date: Mon, 7 Sep 2009 21:37:20 +0000 (-0400) Subject: upkg: Add license information to --version output. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/2cfc23174c99ea95a83cdca4e731949574b1e9c8 upkg: Add license information to --version output. --- diff --git a/src/upkg.c b/src/upkg.c index 0388e29..94ace92 100644 --- a/src/upkg.c +++ b/src/upkg.c @@ -53,6 +53,7 @@ void print_version(void) printf("%s\n", PACKAGE_STRING); puts("\ Copyright (C) 2009 Nick Bowler.\n\ +License GPLv3+: GNU GPL version 3 or later .\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law." );