]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
debuginfod-find.c: Fix license block comment. File is GPLv3+ only.
authorMark Wielaard <mark@klomp.org>
Wed, 16 Sep 2020 14:36:43 +0000 (16:36 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 16 Sep 2020 14:55:16 +0000 (16:55 +0200)
The license itself was correct, just the comment to get a copy of
the LGPL was wrong.

Signed-off-by: Mark Wielaard <mark@klomp.org>
debuginfod/ChangeLog
debuginfod/debuginfod-find.c

index 41897a3aa9cf8a996e307a2b45ae49c7a5532420..d9efa81ef87987d367d589f9228b10dae9e457f2 100644 (file)
@@ -1,3 +1,7 @@
+2020-09-16  Mark Wielaard  <mark@klomp.org>
+
+       * debuginfod-find.c: Fix license block comment.
+
 2020-09-15  Mark Wielaard  <mark@klomp.org>
 
        * debuginfod-find.c (main): Use dwelf_elf_begin.
index 214256da38afd9dc778a2a51bef87ec981c16bc0..88a460f83d30bd9d8e58c822e703e3126045dccd 100644 (file)
@@ -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"