mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 05:30:11 +01:00
nir: remove shebang from python scripts
Analogous to earlier commit(s). Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
a497f44645
commit
e4c7911150
8 changed files with 0 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env python
|
||||
#
|
||||
# Copyright (C) 2014 Intel Corporation
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
template = """\
|
||||
/* Copyright (C) 2015 Broadcom
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/python2
|
||||
|
||||
def type_has_size(type_):
|
||||
return type_[-1:].isdigit()
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env python
|
||||
#
|
||||
# Copyright (C) 2014 Connor Abbott
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env python
|
||||
#
|
||||
# Copyright (C) 2014 Connor Abbott
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
template = """\
|
||||
/* Copyright (C) 2014 Connor Abbott
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env python
|
||||
#
|
||||
# Copyright (C) 2014 Intel Corporation
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue