diff options
author | Jeremy Allison <jra@samba.org> | 2007-07-09 19:25:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:20 -0500 |
commit | 407e6e695b8366369b7c76af1ff76869b45347b3 (patch) | |
tree | 841edb56ac66f7683fab9273ea15b275b2af4a1a /source/printing | |
parent | 2c713978a0c676b898db53bd307dd1585d3a5f84 (diff) | |
download | samba-407e6e695b8366369b7c76af1ff76869b45347b3.tar.gz samba-407e6e695b8366369b7c76af1ff76869b45347b3.tar.xz samba-407e6e695b8366369b7c76af1ff76869b45347b3.zip |
r23779: Change from v2 or later to v3 or later.
Jeremy.
Diffstat (limited to 'source/printing')
-rw-r--r-- | source/printing/load.c | 2 | ||||
-rw-r--r-- | source/printing/lpq_parse.c | 2 | ||||
-rw-r--r-- | source/printing/notify.c | 2 | ||||
-rw-r--r-- | source/printing/nt_printing.c | 2 | ||||
-rw-r--r-- | source/printing/pcap.c | 2 | ||||
-rw-r--r-- | source/printing/print_aix.c | 2 | ||||
-rw-r--r-- | source/printing/print_cups.c | 2 | ||||
-rw-r--r-- | source/printing/print_generic.c | 2 | ||||
-rw-r--r-- | source/printing/print_iprint.c | 2 | ||||
-rw-r--r-- | source/printing/print_svid.c | 2 | ||||
-rw-r--r-- | source/printing/print_test.c | 2 | ||||
-rw-r--r-- | source/printing/printfsp.c | 2 | ||||
-rw-r--r-- | source/printing/printing.c | 2 | ||||
-rw-r--r-- | source/printing/printing_db.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/source/printing/load.c b/source/printing/load.c index a925a63e17f..825f4da20ba 100644 --- a/source/printing/load.c +++ b/source/printing/load.c @@ -5,7 +5,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/lpq_parse.c b/source/printing/lpq_parse.c index 100585637ae..5118429bd7c 100644 --- a/source/printing/lpq_parse.c +++ b/source/printing/lpq_parse.c @@ -5,7 +5,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/notify.c b/source/printing/notify.c index 3b227198041..b0287e84c28 100644 --- a/source/printing/notify.c +++ b/source/printing/notify.c @@ -7,7 +7,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/nt_printing.c b/source/printing/nt_printing.c index c0a9407d6af..e24cd1014c9 100644 --- a/source/printing/nt_printing.c +++ b/source/printing/nt_printing.c @@ -7,7 +7,7 @@ * * 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 - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/source/printing/pcap.c b/source/printing/pcap.c index 9b4b5e4f717..22125a2f1bd 100644 --- a/source/printing/pcap.c +++ b/source/printing/pcap.c @@ -13,7 +13,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/print_aix.c b/source/printing/print_aix.c index 6ed3510ee41..c7150acd95b 100644 --- a/source/printing/print_aix.c +++ b/source/printing/print_aix.c @@ -4,7 +4,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/print_cups.c b/source/printing/print_cups.c index e6c87873df6..284956636f7 100644 --- a/source/printing/print_cups.c +++ b/source/printing/print_cups.c @@ -5,7 +5,7 @@ * * 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 - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/source/printing/print_generic.c b/source/printing/print_generic.c index 66965809700..051bb967fee 100644 --- a/source/printing/print_generic.c +++ b/source/printing/print_generic.c @@ -5,7 +5,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/print_iprint.c b/source/printing/print_iprint.c index 29cb69087fa..c25590a1cce 100644 --- a/source/printing/print_iprint.c +++ b/source/printing/print_iprint.c @@ -7,7 +7,7 @@ * * 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 - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/source/printing/print_svid.c b/source/printing/print_svid.c index c369e52cd91..e710a25d4ea 100644 --- a/source/printing/print_svid.c +++ b/source/printing/print_svid.c @@ -5,7 +5,7 @@ * * 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 - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/source/printing/print_test.c b/source/printing/print_test.c index b26b1356774..2420b1bacaa 100644 --- a/source/printing/print_test.c +++ b/source/printing/print_test.c @@ -5,7 +5,7 @@ * * 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 - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/source/printing/printfsp.c b/source/printing/printfsp.c index 062a72080d6..9d34a37124b 100644 --- a/source/printing/printfsp.c +++ b/source/printing/printfsp.c @@ -6,7 +6,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/printing.c b/source/printing/printing.c index 3453598480c..de2e4150d22 100644 --- a/source/printing/printing.c +++ b/source/printing/printing.c @@ -7,7 +7,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/source/printing/printing_db.c b/source/printing/printing_db.c index c62409c8908..e82aff4b344 100644 --- a/source/printing/printing_db.c +++ b/source/printing/printing_db.c @@ -7,7 +7,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, |