From 64a06e25f7aa1daeb1b434353f32137fa5552c2e Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Fri, 25 Mar 2011 22:49:55 -0600 Subject: [PATCH] Update Warranty statement to use GPL version 3 or later --- lily/main.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lily/main.cc b/lily/main.cc index d6ec34b1dc..9e33ec13dc 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -113,8 +113,9 @@ static char const *NOTICE static char const *WARRANTY = _i (" This program is free software; you can redistribute it and/or\n" - "modify it under the terms of the GNU General Public License version 2\n" - "as published by the Free Software Foundation.\n" + "modify it under the terms of the GNU General Public License as \n" + "published by the Free Software Foundation, either version 3 of\n" + "the License, or (at your option) any later version.\n" "\n" " This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -- 2.39.5