gst: Fix license headers and add SPDX
Fixes https://gitlab.freedesktop.org/gstreamer/gst-python/-/issues/57 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1351>
This commit is contained in:
parent
74957bfd50
commit
3729704132
@ -19,10 +19,8 @@
|
|||||||
# License along with this program; if not, write to the
|
# License along with this program; if not, write to the
|
||||||
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
# 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
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
# the Free Software Foundation; either version 3, or (at your option)
|
|
||||||
# any later version.
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import inspect
|
import inspect
|
||||||
|
@ -19,10 +19,8 @@
|
|||||||
# License along with this program; if not, write to the
|
# License along with this program; if not, write to the
|
||||||
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
# 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
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
# the Free Software Foundation; either version 3, or (at your option)
|
|
||||||
# any later version.
|
|
||||||
|
|
||||||
from ..overrides import override as override_
|
from ..overrides import override as override_
|
||||||
from ..module import get_introspection_module
|
from ..module import get_introspection_module
|
||||||
@ -89,4 +87,4 @@ def init():
|
|||||||
GstPbutils.pb_utils_init = init
|
GstPbutils.pb_utils_init = init
|
||||||
GstPbutils.init = init
|
GstPbutils.init = init
|
||||||
if Gst.is_initialized():
|
if Gst.is_initialized():
|
||||||
init()
|
init()
|
||||||
|
@ -17,10 +17,9 @@
|
|||||||
# License along with this program; if not, write to the
|
# License along with this program; if not, write to the
|
||||||
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
# 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
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
# the Free Software Foundation; either version 3, or (at your option)
|
|
||||||
# any later version.
|
|
||||||
"""
|
"""
|
||||||
A collection of objects to use for testing
|
A collection of objects to use for testing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user