summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2016-10-23 23:11:46 +0500
committerLev Lamberov <dogsleg@debian.org>2016-10-23 23:11:46 +0500
commit4ae75128ba9a245e24832d1420b4d35ed1955e36 (patch)
treee935d27ac51f52bd7df77352746b0b7580918c00 /lib
parentd8c3d4fad788fcea67ca00d62f7e163ee6393f2b (diff)
Handle LICENSE the same way as it is handled above in the code
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/make.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index eab87cb..f1439c8 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",