1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

Drop shebang line from modules (bnc#500971).

(Some did have it and some did not, this way it is consistent and they
are anyway not supposed to be executed directly.)
This commit is contained in:
Michal Cihar 2009-05-05 14:11:25 +00:00
parent 885c72af77
commit aedeea317c
9 changed files with 0 additions and 16 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# Copyright (C) 2008 Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
# and distributed under the terms of the GNU General Public Licence,

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# Copyright (C) 2006 Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
# and distributed under the terms of the GNU General Public Licence,

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2002-2005 ActiveState Corp.
# License: MIT (see LICENSE.txt for license details)
# Author: Trent Mick (TrentM@ActiveState.com)

View File

@ -1,4 +1,3 @@
#!/usr/bin/python
# vim: sw=4 et
# Copyright (C) 2006 Novell Inc. All rights reserved.

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# Copyright (C) 2006 Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
# and distributed under the terms of the GNU General Public Licence,

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# vim: sw=4 et
# Copyright (C) 2006 Novell Inc. All rights reserved.

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import struct, sys
class Cpio:

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# Copyright (C) 2006 Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
# and distributed under the terms of the GNU General Public Licence,

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# Copyright (C) 2008 Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
# and distributed under the terms of the GNU General Public Licence,