From fbfaaa99937f97b3f1fd2e4fb4ce8ee6b4335f7f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 02:46:15 +0000 Subject: r23795: more v2->v3 conversion (This used to be commit c14aba93c06348a1f84fc1dd9791ff1159d22c4b) --- examples/scripts/printing/cups/smbaddprinter.pl | 2 +- examples/scripts/printing/cups/smbdelprinter.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/scripts/printing/cups') diff --git a/examples/scripts/printing/cups/smbaddprinter.pl b/examples/scripts/printing/cups/smbaddprinter.pl index 557183140e..4b26285d4c 100755 --- a/examples/scripts/printing/cups/smbaddprinter.pl +++ b/examples/scripts/printing/cups/smbaddprinter.pl @@ -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; -## ither version 2 of the License, or (at your option) any +## 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/examples/scripts/printing/cups/smbdelprinter.pl b/examples/scripts/printing/cups/smbdelprinter.pl index 30daf24b35..2d245a65d5 100755 --- a/examples/scripts/printing/cups/smbdelprinter.pl +++ b/examples/scripts/printing/cups/smbdelprinter.pl @@ -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; -## ither version 2 of the License, or (at your option) any +## 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, -- cgit