Fix license as GES is released under the LGPL2+ license

This was a mistake that some of the licensing notice in a few files was
referring to GPL3+ and it needs fixing

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1956>
This commit is contained in:
Thibault Saunier 2022-03-14 09:06:46 -03:00 committed by GStreamer Marge Bot
parent fe16900dff
commit 1440ca2157
4 changed files with 46 additions and 50 deletions

View file

@ -5,24 +5,20 @@
# #
# Copyright (C) 2012 Thibault Saunier <thibault.saunier@collabora.com> # Copyright (C) 2012 Thibault Saunier <thibault.saunier@collabora.com>
# #
# This program is free software; you can redistribute it and/or # This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public # modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either # License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version. # version 2 of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details. # Library General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Library General Public
# License along with this program; if not, write to the # License along with this library; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02111-1307, 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
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
import sys import sys
from ..overrides import override from ..overrides import override

View file

@ -4,24 +4,20 @@
# #
# Copyright (C) 2012 Thibault Saunier <thibaul.saunier@collabora.com> # Copyright (C) 2012 Thibault Saunier <thibaul.saunier@collabora.com>
# #
# This program is free software; you can redistribute it and/or # This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public # modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either # License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version. # version 2 of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details. # Library General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Library General Public
# License along with this program; if not, write to the # License along with this library; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02111-1307, 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
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
from pkgutil import extend_path from pkgutil import extend_path

View file

@ -2,18 +2,20 @@
* Copyright (C) <2013> Thibault Saunier <thibault.saunier@collabora.com> * Copyright (C) <2013> Thibault Saunier <thibault.saunier@collabora.com>
* <2013> Collabora Ltd. * <2013> Collabora Ltd.
* *
* gst-editing-services is free software: you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or
* under the terms of the GNU General Public License as published by the * modify it under the terms of the GNU Library General Public
* Free Software Foundation, either version 3 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * version 2 of the License, or (at your option) any later version.
* *
* gst-editing-services is distributed in the hope that it will be useful, but * This library is distributed in the hope that it will be useful,
* WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* See the GNU General Public License for more details. * Library General Public License for more details.
* *
* You should have received a copy of the GNU General Public License along * You should have received a copy of the GNU Library General Public
* with this program. If not, see <http://www.gnu.org/licenses/>. * License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/ */
/** /**

View file

@ -1,22 +1,24 @@
/* /* gst-editing-services
* gst-editing-services
* Copyright (C) <2013> Thibault Saunier <thibault.saunier@collabora.com> * Copyright (C) <2013> Thibault Saunier <thibault.saunier@collabora.com>
* <2013> Collabora Ltd. * <2013> Collabora Ltd.
* *
* gst-editing-services is free software: you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or
* under the terms of the GNU General Public License as published by the * modify it under the terms of the GNU Library General Public
* Free Software Foundation, either version 3 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * version 2 of the License, or (at your option) any later version.
* *
* gst-editing-services is distributed in the hope that it will be useful, but * This library is distributed in the hope that it will be useful,
* WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* See the GNU General Public License for more details. * Library General Public License for more details.
* *
* You should have received a copy of the GNU General Public License along * You should have received a copy of the GNU Library General Public
* with this program. If not, see <http://www.gnu.org/licenses/>. * License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/ */
#pragma once #pragma once
#include <glib-object.h> #include <glib-object.h>