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 /src | |
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 'src')
-rw-r--r-- | src/archives.c | 10 | ||||
-rw-r--r-- | src/archives.h | 10 | ||||
-rw-r--r-- | src/cleanup.c | 10 | ||||
-rw-r--r-- | src/configure.c | 10 | ||||
-rw-r--r-- | src/depcon.c | 10 | ||||
-rw-r--r-- | src/divertdb.c | 10 | ||||
-rw-r--r-- | src/enquiry.c | 10 | ||||
-rw-r--r-- | src/errors.c | 10 | ||||
-rw-r--r-- | src/filesdb.c | 10 | ||||
-rw-r--r-- | src/filesdb.h | 10 | ||||
-rw-r--r-- | src/help.c | 10 | ||||
-rw-r--r-- | src/main.c | 10 | ||||
-rw-r--r-- | src/main.h | 10 | ||||
-rw-r--r-- | src/packages.c | 10 | ||||
-rw-r--r-- | src/pkg-show.c | 10 | ||||
-rw-r--r-- | src/processarc.c | 10 | ||||
-rw-r--r-- | src/query.c | 10 | ||||
-rw-r--r-- | src/remove.c | 10 | ||||
-rw-r--r-- | src/select.c | 10 | ||||
-rw-r--r-- | src/statcmd.c | 10 | ||||
-rw-r--r-- | src/statdb.c | 10 | ||||
-rw-r--r-- | src/trigcmd.c | 10 | ||||
-rw-r--r-- | src/trigproc.c | 10 | ||||
-rw-r--r-- | src/update.c | 10 |
24 files changed, 120 insertions, 120 deletions
diff --git a/src/archives.c b/src/archives.c index d97cb8787..675578cf6 100644 --- a/src/archives.c +++ b/src/archives.c @@ -6,12 +6,12 @@ * Copyright © 2000 Wichert Akkerman <wakkerma@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/src/archives.h b/src/archives.h index 35a78e131..7da156187 100644 --- a/src/archives.h +++ b/src/archives.h @@ -5,12 +5,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/src/cleanup.c b/src/cleanup.c index 3131e706f..a51eecc8c 100644 --- a/src/cleanup.c +++ b/src/cleanup.c @@ -5,12 +5,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/src/configure.c b/src/configure.c index eec2c84cc..030bde378 100644 --- a/src/configure.c +++ b/src/configure.c @@ -6,12 +6,12 @@ * Copyright © 1999, 2002 Wichert Akkerman <wichert@deephackmode.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/src/depcon.c b/src/depcon.c index c8f502d5b..ef7736d1a 100644 --- a/src/depcon.c +++ b/src/depcon.c @@ -5,12 +5,12 @@ * Copyright © 1994,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/src/divertdb.c b/src/divertdb.c index 59e2ecc1c..f664354ed 100644 --- a/src/divertdb.c +++ b/src/divertdb.c @@ -6,12 +6,12 @@ * Copyright © 2000, 2001 Wichert Akkerman <wakkerma@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/src/enquiry.c b/src/enquiry.c index 0bac01b35..dc4d614cb 100644 --- a/src/enquiry.c +++ b/src/enquiry.c @@ -5,12 +5,12 @@ * Copyright © 1995,1996 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/src/errors.c b/src/errors.c index 4fce19ea5..b6ca3c067 100644 --- a/src/errors.c +++ b/src/errors.c @@ -5,12 +5,12 @@ * Copyright © 1994,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/src/filesdb.c b/src/filesdb.c index d85ceb551..848cd14d0 100644 --- a/src/filesdb.c +++ b/src/filesdb.c @@ -6,12 +6,12 @@ * Copyright © 2000,2001 Wichert Akkerman <wakkerma@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/src/filesdb.h b/src/filesdb.h index 07e59ba2f..ac7c274da 100644 --- a/src/filesdb.h +++ b/src/filesdb.h @@ -5,12 +5,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/src/help.c b/src/help.c index ff94a3e41..2ac603fbb 100644 --- a/src/help.c +++ b/src/help.c @@ -5,12 +5,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/src/main.c b/src/main.c index a18827b90..b24fb633b 100644 --- a/src/main.c +++ b/src/main.c @@ -6,12 +6,12 @@ * Copyright © 2006-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/src/main.h b/src/main.h index a86bbe29c..2f41a526d 100644 --- a/src/main.h +++ b/src/main.h @@ -5,12 +5,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/src/packages.c b/src/packages.c index cf9253ed9..36d5c6cb3 100644 --- a/src/packages.c +++ b/src/packages.c @@ -5,12 +5,12 @@ * Copyright © 1994,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/src/pkg-show.c b/src/pkg-show.c index 8619095b7..e60248002 100644 --- a/src/pkg-show.c +++ b/src/pkg-show.c @@ -5,12 +5,12 @@ * Copyright © 1995,1996 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/src/processarc.c b/src/processarc.c index 736143393..5539a665f 100644 --- a/src/processarc.c +++ b/src/processarc.c @@ -5,12 +5,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/src/query.c b/src/query.c index 5138e25de..04650e082 100644 --- a/src/query.c +++ b/src/query.c @@ -7,12 +7,12 @@ * Copyright © 2006-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/src/remove.c b/src/remove.c index ddcf10ab5..bf09e1585 100644 --- a/src/remove.c +++ b/src/remove.c @@ -5,12 +5,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/src/select.c b/src/select.c index 9bd553230..7682e67b9 100644 --- a/src/select.c +++ b/src/select.c @@ -5,12 +5,12 @@ * Copyright © 1995,1996 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/src/statcmd.c b/src/statcmd.c index 1cd3d4893..567120e68 100644 --- a/src/statcmd.c +++ b/src/statcmd.c @@ -5,12 +5,12 @@ * Copyright © 2006-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/src/statdb.c b/src/statdb.c index 070d661ef..b19965422 100644 --- a/src/statdb.c +++ b/src/statdb.c @@ -6,12 +6,12 @@ * Copyright © 2000, 2001 Wichert Akkerman <wakkerma@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/src/trigcmd.c b/src/trigcmd.c index f4ec4a55f..11b321002 100644 --- a/src/trigcmd.c +++ b/src/trigcmd.c @@ -5,12 +5,12 @@ * Written by Ian Jackson <ian@davenant.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/src/trigproc.c b/src/trigproc.c index f45520be3..be941645c 100644 --- a/src/trigproc.c +++ b/src/trigproc.c @@ -6,12 +6,12 @@ * written by 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/src/update.c b/src/update.c index 7a7f49fd9..0e630f9d7 100644 --- a/src/update.c +++ b/src/update.c @@ -5,12 +5,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. * |