bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnupload, git-merge-changelog: Fix module description


From: Bruno Haible
Subject: Re: gnupload, git-merge-changelog: Fix module description
Date: Fri, 04 Jun 2021 22:14:32 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-210-generic; KDE/5.18.0; x86_64; ; )

I did:
>       * modules/git-merge-changelog (License): Change to GPLv2+.

That doesn't work: It produces gnulib-tool warnings

gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: c-strstr
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: diffseq
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: fstrcmp
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: fwriteerror
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: rbtreehash-list
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: xalloc
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: xalloc-die
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: xlist
gnulib-tool: warning: module git-merge-changelog depends on a module with an 
incompatible license: xmalloca


2021-06-04  Bruno Haible  <bruno@clisp.org>

        git-merge-changelog: Fix license.
        * modules/git-merge-changelog (License): Change back to GPL.
        * lib/git-merge-changelog.c: Use a GPLv3+ notice.

diff --git a/lib/git-merge-changelog.c b/lib/git-merge-changelog.c
index 0301f8f..f1697de 100644
--- a/lib/git-merge-changelog.c
+++ b/lib/git-merge-changelog.c
@@ -1,12 +1,12 @@
 /* git-merge-changelog - git "merge" driver for GNU style ChangeLog files.
    Copyright (C) 2008-2021 Bruno Haible <bruno@clisp.org>
 
-   This program is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
+   This file is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published
+   by the Free Software Foundation; either version 3 of the License,
+   or (at your option) any later version.
 
-   This program is distributed in the hope that it will be useful,
+   This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
diff --git a/modules/git-merge-changelog b/modules/git-merge-changelog
index a88573c..c58ddc7 100644
--- a/modules/git-merge-changelog
+++ b/modules/git-merge-changelog
@@ -35,7 +35,7 @@ git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)
 Include:
 
 License:
-GPLv2+
+GPL
 
 Maintainer:
 all




reply via email to

[Prev in Thread] Current Thread [Next in Thread]