diff options
| -rw-r--r-- | contrib/auto | 2 | ||||
| -rw-r--r-- | scripts/auto | 2 | ||||
| -rwxr-xr-x | scripts/join | 2 | ||||
| -rwxr-xr-x | scripts/leave | 2 | ||||
| -rwxr-xr-x | scripts/mailcmd | 2 | ||||
| -rwxr-xr-x | scripts/mailowner | 2 | ||||
| -rwxr-xr-x | scripts/owner | 2 | ||||
| -rwxr-xr-x | scripts/post | 2 | ||||
| -rwxr-xr-x | scripts/request | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/contrib/auto b/contrib/auto index e94772cc4..caf6493ff 100644 --- a/contrib/auto +++ b/contrib/auto @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 2000,2001 by the Free Software Foundation, Inc. # diff --git a/scripts/auto b/scripts/auto index e94772cc4..caf6493ff 100644 --- a/scripts/auto +++ b/scripts/auto @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 2000,2001 by the Free Software Foundation, Inc. # diff --git a/scripts/join b/scripts/join index 70f1d6b37..fa5aa425a 100755 --- a/scripts/join +++ b/scripts/join @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 2001 by the Free Software Foundation, Inc. # diff --git a/scripts/leave b/scripts/leave index e5473f6e8..e02fd86b8 100755 --- a/scripts/leave +++ b/scripts/leave @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 2001 by the Free Software Foundation, Inc. # diff --git a/scripts/mailcmd b/scripts/mailcmd index 409f4cf0b..e1de69c8e 100755 --- a/scripts/mailcmd +++ b/scripts/mailcmd @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # diff --git a/scripts/mailowner b/scripts/mailowner index af27ca26c..be95261b0 100755 --- a/scripts/mailowner +++ b/scripts/mailowner @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # diff --git a/scripts/owner b/scripts/owner index af27ca26c..be95261b0 100755 --- a/scripts/owner +++ b/scripts/owner @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # diff --git a/scripts/post b/scripts/post index 4b4d8b56f..7bb9c0c8e 100755 --- a/scripts/post +++ b/scripts/post @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # diff --git a/scripts/request b/scripts/request index 409f4cf0b..e1de69c8e 100755 --- a/scripts/request +++ b/scripts/request @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # |
