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 | |
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')
-rw-r--r-- | lib/compat/alphasort.c | 10 | ||||
-rw-r--r-- | lib/compat/compat.h | 10 | ||||
-rw-r--r-- | lib/compat/scandir.c | 10 | ||||
-rw-r--r-- | lib/compat/snprintf.c | 10 | ||||
-rw-r--r-- | lib/compat/strerror.c | 10 | ||||
-rw-r--r-- | lib/compat/strsignal.c | 10 | ||||
-rw-r--r-- | lib/compat/unsetenv.c | 10 | ||||
-rw-r--r-- | lib/compat/vsnprintf.c | 10 |
8 files changed, 40 insertions, 40 deletions
diff --git a/lib/compat/alphasort.c b/lib/compat/alphasort.c index c70e36f60..c30c632b5 100644 --- a/lib/compat/alphasort.c +++ b/lib/compat/alphasort.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. * diff --git a/lib/compat/compat.h b/lib/compat/compat.h index 65ea87140..551110c19 100644 --- a/lib/compat/compat.h +++ b/lib/compat/compat.h @@ -6,12 +6,12 @@ * Copyright © 2008, 2009 Guillem Jover <guillem@debian.org> * * 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. * diff --git a/lib/compat/scandir.c b/lib/compat/scandir.c index dd8919c58..95b48082c 100644 --- a/lib/compat/scandir.c +++ b/lib/compat/scandir.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. * diff --git a/lib/compat/snprintf.c b/lib/compat/snprintf.c index 457266933..7d28f065b 100644 --- a/lib/compat/snprintf.c +++ b/lib/compat/snprintf.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. * diff --git a/lib/compat/strerror.c b/lib/compat/strerror.c index 6371fdf6d..aec27a196 100644 --- a/lib/compat/strerror.c +++ b/lib/compat/strerror.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. * 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. * diff --git a/lib/compat/unsetenv.c b/lib/compat/unsetenv.c index faba64923..6c191d32d 100644 --- a/lib/compat/unsetenv.c +++ b/lib/compat/unsetenv.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. * diff --git a/lib/compat/vsnprintf.c b/lib/compat/vsnprintf.c index afd0f237f..f1d532ea8 100644 --- a/lib/compat/vsnprintf.c +++ b/lib/compat/vsnprintf.c @@ -5,12 +5,12 @@ * Copyright © 2008, 2009 Guillem Jover <guillem@debian.org> * * 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. * |