diff options
author | Guillem Jover <guillem@debian.org> | 2009-11-07 22:05:53 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-11-08 13:45:47 +0100 |
commit | 9447c1795135f9658c088da90fee12e42c469020 (patch) | |
tree | 40bda2c26e65c81f69c3225976235d84d1dca901 /dpkg-split | |
parent | 485e041e2672970a56a61cec1331f3149e76ef0b (diff) | |
download | dpkg-9447c1795135f9658c088da90fee12e42c469020.tar.gz |
Unify format in license headers
Indent license text to one space after the '#'. Add '#' to blank lines
between paragraphs and remove trailing '#' after the license text.
Diffstat (limited to 'dpkg-split')
-rw-r--r-- | dpkg-split/mksplit.pl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dpkg-split/mksplit.pl b/dpkg-split/mksplit.pl index 43c4ad731..2950b1ea1 100644 --- a/dpkg-split/mksplit.pl +++ b/dpkg-split/mksplit.pl @@ -6,18 +6,18 @@ # Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> # -# This 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 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 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. +# This 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. # -# You should have received a copy of the GNU 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/>. @ARGV == 6 || die "mksplit: bad invocation\n"; |