diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-09-23 11:58:58 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-27 10:41:38 +0000 |
commit | 145392f07f42ef23ebcb83a917b4d8e2964e7aa8 (patch) | |
tree | d5a0ff23a7dee3618c6f7ed6c71b25e513af04ef /src/mbox-util.c | |
parent | tests: Fix check for gpg versions not reporting the critical flag. (diff) | |
download | gpgme-145392f07f42ef23ebcb83a917b4d8e2964e7aa8.tar.gz gpgme-145392f07f42ef23ebcb83a917b4d8e2964e7aa8.zip |
Clarify licensing
* src/b64dec.c, src/mbox-util.c, src/mbox-util.h: These three files
are explicitly licensed under LGPL, but their comments suggest that
details about the warranty can be found in the GPL. Adjust comments
to refer to the correct license.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/mbox-util.c')
-rw-r--r-- | src/mbox-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbox-util.c b/src/mbox-util.c index 83c8b5e8..656b5d7b 100644 --- a/src/mbox-util.c +++ b/src/mbox-util.c @@ -12,7 +12,7 @@ * 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. + * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, see <http://www.gnu.org/licenses/>. |