From: Thibault Saunier Date: Mon, 14 Mar 2022 12:06:46 +0000 (-0300) Subject: Fix license as GES is released under the LGPL2+ license X-Git-Tag: 1.22.0~2052 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1440ca215782c916c8f93e949de9be7afe75d52a;p=platform%2Fupstream%2Fgstreamer.git 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: --- diff --git a/subprojects/gst-editing-services/bindings/python/gi/overrides/GES.py b/subprojects/gst-editing-services/bindings/python/gi/overrides/GES.py index 1a9f1c4..a89d1e8 100644 --- a/subprojects/gst-editing-services/bindings/python/gi/overrides/GES.py +++ b/subprojects/gst-editing-services/bindings/python/gi/overrides/GES.py @@ -5,24 +5,20 @@ # # Copyright (C) 2012 Thibault Saunier # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public # 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 # 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 -# License along with this program; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, 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. +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +# Boston, MA 02110-1301, USA. import sys from ..overrides import override diff --git a/subprojects/gst-editing-services/bindings/python/gi/overrides/__init__.py b/subprojects/gst-editing-services/bindings/python/gi/overrides/__init__.py index 6471f87..c774ee0 100644 --- a/subprojects/gst-editing-services/bindings/python/gi/overrides/__init__.py +++ b/subprojects/gst-editing-services/bindings/python/gi/overrides/__init__.py @@ -3,25 +3,21 @@ # __init__.py # # Copyright (C) 2012 Thibault Saunier -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public # 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 # 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 -# License along with this program; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, 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. +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +# Boston, MA 02110-1301, USA. from pkgutil import extend_path diff --git a/subprojects/gst-editing-services/ges/ges-timeline-element.c b/subprojects/gst-editing-services/ges/ges-timeline-element.c index 9341d85..00c0d13 100644 --- a/subprojects/gst-editing-services/ges/ges-timeline-element.c +++ b/subprojects/gst-editing-services/ges/ges-timeline-element.c @@ -2,18 +2,20 @@ * Copyright (C) <2013> Thibault Saunier * <2013> Collabora Ltd. * - * gst-editing-services 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 of the License, or - * (at your option) any later version. - * - * gst-editing-services is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see . + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ /** diff --git a/subprojects/gst-editing-services/ges/ges-timeline-element.h b/subprojects/gst-editing-services/ges/ges-timeline-element.h index 80fbd6f..5552b9c 100644 --- a/subprojects/gst-editing-services/ges/ges-timeline-element.h +++ b/subprojects/gst-editing-services/ges/ges-timeline-element.h @@ -1,22 +1,24 @@ -/* - * gst-editing-services +/* gst-editing-services * Copyright (C) <2013> Thibault Saunier * <2013> Collabora Ltd. * - * gst-editing-services 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 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * 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 - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see . + * You should have received a copy of the GNU Library General Public + * 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 #include