diff options
author | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:39:10 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:39:10 +0000 |
commit | a76d046b2f8155ada2f347f03ef400d760a9a238 (patch) | |
tree | ec6fd098f7e2460565fa5935287aa24d37f915c7 /examples/scripts/printing | |
parent | 3e5b49a894ab672fdb6a04f3ba21ef0695d06875 (diff) | |
download | samba-a76d046b2f8155ada2f347f03ef400d760a9a238.tar.gz |
merge samba 3.2 experimental branch to unstable
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2053 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'examples/scripts/printing')
-rwxr-xr-x | examples/scripts/printing/cups/smbaddprinter.pl | 6 | ||||
-rwxr-xr-x | examples/scripts/printing/cups/smbdelprinter.pl | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/examples/scripts/printing/cups/smbaddprinter.pl b/examples/scripts/printing/cups/smbaddprinter.pl index 557183140e..aee2020bfc 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, @@ -14,9 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public -## License along with this program; if not, write to the Free -## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, -## USA. +## License along with this program; if not, see <http://www.gnu.org/licenses/>. @argv = @ARGV; diff --git a/examples/scripts/printing/cups/smbdelprinter.pl b/examples/scripts/printing/cups/smbdelprinter.pl index 30daf24b35..23adeb719c 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, @@ -14,9 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public -## License along with this program; if not, write to the Free -## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, -## USA. +## License along with this program; if not, see <http://www.gnu.org/licenses/>. @argv = @ARGV; |