gst: Fix license headers and add SPDX
authorThibault Saunier <tsaunier@igalia.com>
Tue, 16 Nov 2021 01:09:28 +0000 (22:09 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 16 Nov 2021 01:12:09 +0000 (22:12 -0300)
Fixes https://gitlab.freedesktop.org/gstreamer/gst-python/-/issues/57

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1351>

subprojects/gst-python/gi/overrides/Gst.py
subprojects/gst-python/gi/overrides/GstPbutils.py
subprojects/gst-python/testsuite/common.py

index 2e4244c..1b75e35 100644 (file)
 # License along with this program; if not, write to the
 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # 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
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+#
+# SPDX-License-Identifier: LGPL-2.0-or-later
 
 import sys
 import inspect
index 74fd33e..56e6f2e 100644 (file)
 # License along with this program; if not, write to the
 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # 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
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+#
+# SPDX-License-Identifier: LGPL-2.0-or-later
 
 from ..overrides import override as override_
 from ..module import get_introspection_module
@@ -89,4 +87,4 @@ def init():
 GstPbutils.pb_utils_init = init
 GstPbutils.init = init
 if Gst.is_initialized():
-    init()
\ No newline at end of file
+    init()
index e3d6ca4..0845963 100644 (file)
 # License along with this program; if not, write to the
 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # 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
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+#
+# SPDX-License-Identifier: LGPL-2.0-or-later
+
 """
 A collection of objects to use for testing