From: Mark Wielaard Date: Wed, 16 Sep 2020 14:36:43 +0000 (+0200) Subject: debuginfod-find.c: Fix license block comment. File is GPLv3+ only. X-Git-Tag: elfutils-0.182~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4438f03c858517b0fab0127a05ed994c79705d4f;p=thirdparty%2Felfutils.git debuginfod-find.c: Fix license block comment. File is GPLv3+ only. The license itself was correct, just the comment to get a copy of the LGPL was wrong. Signed-off-by: Mark Wielaard --- diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index 41897a3aa..d9efa81ef 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,3 +1,7 @@ +2020-09-16 Mark Wielaard + + * debuginfod-find.c: Fix license block comment. + 2020-09-15 Mark Wielaard * debuginfod-find.c (main): Use dwelf_elf_begin. diff --git a/debuginfod/debuginfod-find.c b/debuginfod/debuginfod-find.c index 214256da3..88a460f83 100644 --- a/debuginfod/debuginfod-find.c +++ b/debuginfod/debuginfod-find.c @@ -13,9 +13,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received copies of the GNU General Public License and - the GNU Lesser General Public License along with this program. If - not, see . */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + #include "config.h" #include "printversion.h"