vdpau: relicense four source files from GPL3+ to LGPL2+

These source files were mistakenly licensed as GPL3, the
author (Carl-Anton Ingmarsson) has given permission to
relicense them to LGPL2+.

https://bugzilla.gnome.org/show_bug.cgi?id=671142
This commit is contained in:
Tim-Philipp Müller 2012-03-01 18:46:51 +00:00
parent 097f09b823
commit 044df35560
4 changed files with 56 additions and 48 deletions

View file

@ -3,18 +3,20 @@
* gst-plugins-bad * gst-plugins-bad
* Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com> * Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com>
* *
* gst-plugins-bad 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-plugins-bad 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "gstvdpdevice.h" #include "gstvdpdevice.h"

View file

@ -3,18 +3,20 @@
* gst-plugins-bad * gst-plugins-bad
* Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com> * Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com>
* *
* gst-plugins-bad 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-plugins-bad 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#ifndef _GST_VDP_OUTPUT_BUFFER_POOL_H_ #ifndef _GST_VDP_OUTPUT_BUFFER_POOL_H_

View file

@ -3,18 +3,20 @@
* gst-plugins-bad * gst-plugins-bad
* Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com> * Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com>
* *
* gst-plugins-bad 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-plugins-bad 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "gstvdpdevice.h" #include "gstvdpdevice.h"

View file

@ -3,18 +3,20 @@
* gst-plugins-bad * gst-plugins-bad
* Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com> * Copyright (C) Carl-Anton Ingmarsson 2010 <ca.ingmarsson@gmail.com>
* *
* gst-plugins-bad 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-plugins-bad 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#ifndef _GST_VDP_VIDEO_BUFFERPOOL_H_ #ifndef _GST_VDP_VIDEO_BUFFERPOOL_H_