summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-29 16:04:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-29 16:04:37 -0700
commitccb8dd9aefec181ad35786a83ce5fb188400a049 (patch)
tree175206afa79b8bc9460a4dfeb7342d73127d1eb9 /lib
parentc57721653ff0b5c22552643a4286e004503fd5ce (diff)
parent4ae75128ba9a245e24832d1420b4d35ed1955e36 (diff)
Merge branch 'master' of https://anonscm.debian.org/git/pkg-emacsen/pkg/dh-make-elpa
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/make.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index a01566f..59153ff 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -136,7 +136,7 @@ sub create_copyright {
push @res, "Copyright: (C) $year " . $self->get_developer;
push @res, 'License: GPL-' . $gpl_version . '+';
push @res, "";
- push @res, "License: GPL-$gpl_version+";
+ push @res, 'License: GPL-' . $gpl_version . '+';
push( @res,
" 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",
@@ -152,7 +152,7 @@ sub create_copyright {
" along with this program. If not, see <http://www.gnu.org/licenses/>.",
" .",
" On Debian systems, the complete text of the GNU General",
- " Public License version 3 can be found in `/usr/share/common-licenses/GPL-$gpl_version'",
+ " Public License version $gpl_version can be found in `/usr/share/common-licenses/GPL-$gpl_version'",
);
push( @res,