mirror of
https://github.com/mpv-player/mpv
synced 2025-03-24 20:31:37 +00:00
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2d591f2834
commit
4ca1fa0a08
@ -15,7 +15,7 @@
|
|||||||
# This script is free software; you can redistribute it and/or
|
# This script 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 Lesser General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2.1 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This script is distributed in the hope that it will be useful,
|
# This script 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
|
||||||
|
@ -2,20 +2,21 @@
|
|||||||
* Demuxer for avisynth
|
* Demuxer for avisynth
|
||||||
* Copyright (c) 2005 Gianluigi Tiesi <sherpya@netfarm.it>
|
* Copyright (c) 2005 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This file is part of MPlayer.
|
||||||
* 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,
|
* MPlayer is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* MPlayer 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
|
||||||
* Library General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Library General Public
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* License along with this library; if not, write to the
|
* along with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
* Boston, MA 02110-1301 USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -5,20 +5,21 @@
|
|||||||
* Avisynth C Interface Version 0.20
|
* Avisynth C Interface Version 0.20
|
||||||
* Copyright 2003 Kevin Atkinson
|
* Copyright 2003 Kevin Atkinson
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This file is part of MPlayer.
|
||||||
* 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,
|
* MPlayer is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* MPlayer 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
|
||||||
* Library General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Library General Public
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* License along with this library; if not, write to the
|
* along with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
* Boston, MA 02110-1301 USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MPLAYER_DEMUX_AVS_H
|
#ifndef MPLAYER_DEMUX_AVS_H
|
||||||
|
@ -1,25 +1,24 @@
|
|||||||
/*
|
/*
|
||||||
MPlayer video driver for DirectFB / Matrox G200/G400/G450/G550
|
* MPlayer video driver for DirectFB / Matrox G200/G400/G450/G550
|
||||||
|
*
|
||||||
Copyright (C) 2002-2005 Ville Syrjala <syrjala@sci.fi>
|
* copyright (C) 2002-2005 Ville Syrjala <syrjala@sci.fi>
|
||||||
|
* Originally based on vo_directfb.c by Jiri Svoboda <Jiri.Svoboda@seznam.cz>.
|
||||||
Originally based on vo_directfb.c by
|
*
|
||||||
Jiri Svoboda <Jiri.Svoboda@seznam.cz>
|
* This file is part of MPlayer.
|
||||||
|
*
|
||||||
This library is free software; you can redistribute it and/or
|
* MPlayer 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 Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
This library is distributed in the hope that it will be useful,
|
* MPlayer 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.
|
* Lesser 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 Lesser General Public License
|
||||||
License along with this library; if not, write to the
|
* along with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
Boston, MA 02110-1301 USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* directfb includes */
|
/* directfb includes */
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
/*
|
/*
|
||||||
MPlayer video driver for DirectFramebuffer device
|
* MPlayer video driver for DirectFramebuffer device
|
||||||
|
*
|
||||||
(C) 2002
|
* copyright (C) 2002 Jiri Svoboda <Jiri.Svoboda@seznam.cz>
|
||||||
|
*
|
||||||
Written by Jiri Svoboda <Jiri.Svoboda@seznam.cz>
|
* based on vo_directfb2.c
|
||||||
|
*
|
||||||
This library is free software; you can redistribute it and/or
|
* This file is part of MPlayer.
|
||||||
modify it under the terms of the GNU Lesser General Public
|
*
|
||||||
License as published by the Free Software Foundation; either
|
* MPlayer is free software; you can redistribute it and/or
|
||||||
version 2 of the License, or (at your option) any later version.
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
This library is distributed in the hope that it will be useful,
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
*
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
You should have received a copy of the GNU Lesser General Public
|
* Lesser General Public License for more details.
|
||||||
License along with this library; if not, write to the
|
*
|
||||||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
Boston, MA 02110-1301 USA.
|
* along with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// directfb includes
|
// directfb includes
|
||||||
|
@ -1,25 +1,24 @@
|
|||||||
/*
|
/*
|
||||||
MPlayer video driver for animated gif output
|
* MPlayer video driver for animated GIF output
|
||||||
|
*
|
||||||
(C) 2002
|
* copyright (C) 2002 Joey Parrish <joey@nicewarrior.org>
|
||||||
|
* based on vo_directfb2.c
|
||||||
Written by Joey Parrish <joey@nicewarrior.org>
|
*
|
||||||
Based on vo_directfb2.c
|
* This file is part of MPlayer.
|
||||||
|
*
|
||||||
This library is free software; you can redistribute it and/or
|
* MPlayer 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 Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
This library is distributed in the hope that it will be useful,
|
* MPlayer 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.
|
* Lesser 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 Lesser General Public License
|
||||||
License along with this library; if not, write to the
|
* along with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
Boston, MA 02110-1301 USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Notes:
|
/* Notes:
|
||||||
|
@ -9,16 +9,16 @@
|
|||||||
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
|
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
|
||||||
|
|
||||||
This library 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 Library General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2.1 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library 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
|
||||||
Library General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user