1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-python: Remove env from non-executable samba scripts.

This commit is contained in:
Andreas Schneider 2012-03-13 11:24:38 +01:00 committed by Andreas Schneider
parent 66f16d57dc
commit b787ba789e
16 changed files with 0 additions and 33 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007-2008
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Samba common functions
#
# Copyright (C) Matthieu Patou <mat@matws.net>

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Samba4 AD database checker
#
# Copyright (C) Andrew Tridgell 2011

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# DRS utility code
#
# Copyright Andrew Tridgell 2010

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Samba-specific bits for optparse
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Unix SMB/CIFS implementation.
# Copyright (C) 2008 Kai Blin <kai@samba.org>
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# python join code
# Copyright Andrew Tridgell 2010
# Copyright Andrew Bartlett 2010

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# KCC topology utilities
#
# Copyright (C) Dave Craft 2011

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Create DisplaySpecifiers LDIF (as a string) from the documents provided by
# Microsoft under the WSPP.
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Unix SMB/CIFS implementation.
# Copyright (C) Matthieu Patou <mat@matws.net> 2009-2010
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007-2010
# Copyright (C) Matthias Dieter Wallnoefer 2009

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Utility methods for security descriptor manipulation
#
# Copyright Nadezhda Ivanova 2010 <nivanova@samba.org>

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# python site manipulation code
# Copyright Matthieu Patou <mat@matws.net> 2011
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Helpers for provision stuff
# Copyright (C) Matthieu Patou <mat@matws.net> 2009-2010
#

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# vim: expandtab
#
# Utility code for dealing with POSIX extended attributes
#
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2012