diff options
author | Guillem Jover <guillem@debian.org> | 2009-11-07 21:49:12 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-11-08 13:45:47 +0100 |
commit | 7ba3f71c0c8239902648b05b108a4e8397b78144 (patch) | |
tree | 9820187e8d5c7b0d22f90c9978f6cde7b40259b8 /lib/compat/strsignal.c | |
parent | d99d361f1b8e07522ccbffc32493e1280b588183 (diff) | |
download | dpkg-7ba3f71c0c8239902648b05b108a4e8397b78144.tar.gz |
Unify text in license headers
Add a missing “of the License” after “version 2”. Move “but” and “GNU”
at the end of line to the next line. This matches more closely the
paragraph found in the license text for the GPL version 2.
Diffstat (limited to 'lib/compat/strsignal.c')
-rw-r--r-- | lib/compat/strsignal.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/compat/strsignal.c b/lib/compat/strsignal.c index 1e9a21a3b..ebd36d946 100644 --- a/lib/compat/strsignal.c +++ b/lib/compat/strsignal.c @@ -4,12 +4,12 @@ * 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, - * or (at your option) any later version. + * 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 + * 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. * |