From 2cfc23174c99ea95a83cdca4e731949574b1e9c8 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 7 Sep 2009 17:37:20 -0400 Subject: [PATCH 1/1] upkg: Add license information to --version output. --- src/upkg.c | 1 + 1 file changed, 1 insertion(+) 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." ); -- 2.43.2