diff options
Diffstat (limited to 'python/examples')
-rw-r--r-- | python/examples/netbios.py | 6 | ||||
-rwxr-xr-x | python/examples/samr.py | 6 | ||||
-rwxr-xr-x | python/examples/winreg.py | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/examples/netbios.py b/python/examples/netbios.py index a29b09f0517..5f71f27b1f4 100644 --- a/python/examples/netbios.py +++ b/python/examples/netbios.py @@ -2,17 +2,17 @@ # Unix SMB/CIFS implementation. # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008 -# +# # 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 3 of the License, or # (at your option) any later version. -# +# # This program 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. -# +# # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # diff --git a/python/examples/samr.py b/python/examples/samr.py index c1af82105aa..494d0862592 100755 --- a/python/examples/samr.py +++ b/python/examples/samr.py @@ -5,17 +5,17 @@ # Copyright © Jelmer Vernooij <jelmer@samba.org> 2008 # # Based on samr.js © Andrew Tridgell <tridge@samba.org> -# +# # 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 3 of the License, or # (at your option) any later version. -# +# # This program 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. -# +# # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # diff --git a/python/examples/winreg.py b/python/examples/winreg.py index eff9f5a6dc8..604fe1db41a 100755 --- a/python/examples/winreg.py +++ b/python/examples/winreg.py @@ -18,7 +18,7 @@ import samba.getopt as options parser = optparse.OptionParser("%s <BINDING> [path]" % sys.argv[0]) sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) -parser.add_option("--createkey", type="string", metavar="KEYNAME", +parser.add_option("--createkey", type="string", metavar="KEYNAME", help="create a key") opts, args = parser.parse_args() |