The license itself was correct, just the comment to get a copy of
the LGPL was wrong.

Signed-off-by: Mark Wielaard <m...@klomp.org>
---
 debuginfod/ChangeLog         | 4 ++++
 debuginfod/debuginfod-find.c | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index 41897a3a..d9efa81e 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,3 +1,7 @@
+2020-09-16  Mark Wielaard  <m...@klomp.org>
+
+       * debuginfod-find.c: Fix license block comment.
+
 2020-09-15  Mark Wielaard  <m...@klomp.org>
 
        * debuginfod-find.c (main): Use dwelf_elf_begin.
diff --git a/debuginfod/debuginfod-find.c b/debuginfod/debuginfod-find.c
index 214256da..88a460f8 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 <http://www.gnu.org/licenses/>.  */
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+
 
 #include "config.h"
 #include "printversion.h"
-- 
2.18.4

Reply via email to