Mercurial > mplayer.hg
changeset 27509:d97a607821f1
Replace casual GPL notices by proper license headers.
author | diego |
---|---|
date | Sun, 07 Sep 2008 14:09:51 +0000 |
parents | c413dfbbbc13 |
children | 8569c9fcb348 |
files | libao2/ao_arts.c libao2/ao_jack.c libao2/ao_openal.c libao2/ao_sdl.c libmpcodecs/vd_zrmjpeg.c libmpcodecs/vf_bmovl.c libmpcodecs/vf_zrmjpeg.c libvo/geometry.c libvo/geometry.h libvo/gl_common.c libvo/gtf.c libvo/vesa_lvo.c libvo/vesa_lvo.h libvo/vo_bl.c libvo/vo_s3fb.c libvo/vo_tdfxfb.c libvo/vo_vesa.c libvo/vo_zr.c libvo/vo_zr2.c libvo/vosub_vidix.c libvo/vosub_vidix.h |
diffstat | 21 files changed, 406 insertions(+), 102 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_arts.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libao2/ao_arts.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,10 +1,23 @@ /* - * ao_arts - aRts audio output driver for MPlayer + * aRts audio output driver for MPlayer + * + * copyright (c) 2002 Michele Balistreri <brain87@gmx.net> + * + * This file is part of MPlayer. * - * Michele Balistreri <brain87@gmx.net> + * MPlayer 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 2 of the License, or + * (at your option) any later version. * - * This driver is distribuited under terms of GPL + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <artsc.h>
--- a/libao2/ao_jack.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libao2/ao_jack.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,11 +1,24 @@ -/* - * ao_jack.c - libao2 JACK Audio Output Driver for MPlayer - * - * This driver is under the same license as MPlayer. - * (http://www.mplayerhq.hu) +/* + * JACK audio output driver for MPlayer * * Copyleft 2001 by Felix Bünemann (atmosfear@users.sf.net) * and Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de) + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 + * along with MPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h>
--- a/libao2/ao_openal.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libao2/ao_openal.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,10 +1,23 @@ -/* - * ao_openal.c - OpenAL audio output driver for MPlayer - * - * This driver is under the same license as MPlayer. - * (http://www.mplayerhq.hu) +/* + * OpenAL audio output driver for MPlayer * * Copyleft 2006 by Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de) + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 + * along with MPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h"
--- a/libao2/ao_sdl.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libao2/ao_sdl.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,13 +1,25 @@ -/* - * ao_sdl.c - libao2 SDLlib Audio Output Driver for MPlayer - * - * This driver is under the same license as MPlayer. - * (http://www.mplayerhq.hu) +/* + * SDLlib audio output driver for MPlayer * * Copyleft 2001 by Felix Bünemann (atmosfear@users.sf.net) * * Thanks to Arpi for nice ringbuffer-code! * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 + * along with MPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h>
--- a/libmpcodecs/vd_zrmjpeg.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libmpcodecs/vd_zrmjpeg.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,9 +1,26 @@ /* - * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org>, license GPL v2 or later - * - based on vd_mpegpes.c by A'rpi (C) 2002-2003 + * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org> + * - based on vd_mpegpes.c by A'rpi (C) 2002-2003 * - guess_mjpeg_type code stolen from lav_io.c (C) 2000 Rainer Johanni * <Rainer@Johanni.de> from the mjpegtools package + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + #include <stdio.h> #include <stdlib.h>
--- a/libmpcodecs/vf_bmovl.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libmpcodecs/vf_bmovl.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,8 +1,26 @@ -/* vf_bmovl.c v0.9.1 - BitMap OVerLay videofilter for MPlayer +/* + * vf_bmovl.c v0.9.1 - BitMap OVerLay video filter for MPlayer * * (C) 2002 Per Wigren <wigren@home.se> - * Licenced under the GNU General Public License + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +/* * Use MPlayer as a framebuffer to read bitmaps and commands from a FIFO * and display them in the window. *
--- a/libmpcodecs/vf_zrmjpeg.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libmpcodecs/vf_zrmjpeg.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,20 +1,38 @@ +/* + * This files includes a straightforward (to be) optimized JPEG encoder for + * the YUV422 format, based on mjpeg code from ffmpeg. + * + * For an excellent introduction to the JPEG format, see: + * http://www.ece.purdue.edu/~bouman/grad-labs/lab8/pdf/lab.pdf + * + * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org> + * - based on vd_lavc.c by A'rpi (C) 2002-2003 + * - parts from ffmpeg Copyright (c) 2000-2003 Fabrice Bellard + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + /** * \file vf_zrmjpeg.c * * \brief Does mjpeg encoding as required by the zrmjpeg filter as well * as by the zr video driver. */ -/* - * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org>, license GPL v2 or later - * - based on vd_lavc.c by A'rpi (C) 2002-2003 - * - parts from ffmpeg Copyright (c) 2000-2003 Fabrice Bellard - * - * This files includes a straightforward (to be) optimized JPEG encoder for - * the YUV422 format, based on mjpeg code from ffmpeg. - * - * For an excellent introduction to the JPEG format, see: - * http://www.ece.purdue.edu/~bouman/grad-labs/lab8/pdf/lab.pdf - */ + #include <stdio.h> #include <stdlib.h> #include <string.h>
--- a/libvo/geometry.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/geometry.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,4 +1,22 @@ -/* This file (C) Mark Zealey <mark@zealos.org> 2002, released under GPL */ +/* + * copyright (C) 2002 Mark Zealey <mark@zealos.org> + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #include <stdio.h> #include <string.h>
--- a/libvo/geometry.h Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/geometry.h Sun Sep 07 14:09:51 2008 +0000 @@ -1,4 +1,23 @@ -/* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */ +/* + * copyright (C) 2002 Mark Zealey <mark@zealos.org> + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef MPLAYER_GEOMETRY_H #define MPLAYER_GEOMETRY_H
--- a/libvo/gl_common.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/gl_common.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,13 +1,32 @@ +/* + * common OpenGL routines + * + * copyleft (C) 2005 Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> + * Special thanks go to the xine team and Matthias Hopf, whose video_out_opengl.c + * gave me lots of good ideas. + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + /** * \file gl_common.c * \brief OpenGL helper functions used by vo_gl.c and vo_gl2.c - * - * Common OpenGL routines. - * Copyleft (C) Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>, 2005 - * Licensed under the GNU GPL v2 or later. - * Special thanks go to the xine team and Matthias Hopf, whose video_out_opengl.c - * gave me lots of good ideas. */ + #include <stdlib.h> #include <stdio.h> #include <string.h>
--- a/libvo/gtf.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/gtf.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,13 +1,26 @@ /* - * Copyright (C) 2002 Rudolf Marek <r.marek@assembler.cz> + * GTF calculations formulas are taken from GTF_V1R1.xls + * created by ANDY.MORRISH@NSC.COM + * + * copyright (C) 2002 Rudolf Marek <r.marek@assembler.cz> + * + * This file is part of MPlayer. * - * You can redistribute this file under terms and conditions - * of GNU General Public licence v2 or later. - * - * GTF calculations formulas are taken from GTF_V1R1.xls - * created by ANDY.MORRISH@NSC.COM + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - + //Version 0.4 #include "config.h" #include <stdio.h>
--- a/libvo/vesa_lvo.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vesa_lvo.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,13 +1,24 @@ /* - * vesa_lvo.c + * vo_vesa interface to Linux Video Overlay + * (partly based on vo_mga.c) * - * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001 + * copyright (C) 2001 Nick Kurshev <nickols_k@mail.ru> + * + * This file is part of MPlayer. * - * You can redistribute this file under terms and conditions - * of GNU General Public licence v2 or later. + * MPlayer 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 2 of the License, or + * (at your option) any later version. * - * This file contains vo_vesa interface to Linux Video Overlay. - * (Partly based on vo_mga.c from mplayer's package) + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <inttypes.h>
--- a/libvo/vesa_lvo.h Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vesa_lvo.h Sun Sep 07 14:09:51 2008 +0000 @@ -1,12 +1,23 @@ /* - * vesa_lvo.c + * vo_vesa interface to Linux Video Overlay * - * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001 + * copyright (C) 2001 Nick Kurshev <nickols_k@mail.ru> + * + * This file is part of MPlayer. * - * You can redistribute this file under terms and conditions - * of GNU General Public licence v2 or later. + * MPlayer 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 2 of the License, or + * (at your option) any later version. * - * This file contains vo_vesa interface to Linux Video Overlay. + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MPLAYER_VESA_LVO_H
--- a/libvo/vo_bl.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vo_bl.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,21 +1,30 @@ -/* - * vo_bl.c - playback using the Blinkenlights UPD protocol (and to files) - * - * UDP socket handling copied from bsender.c part of blib-0.6: +/* + * playback using the Blinkenlights UDP protocol (and to files) + * + * UDP socket handling copied from bsender.c part of blib-0.6: * http://sven.gimp.org/blinkenlights/ - * Copyright (c) 2001-2001 The Blinkenlights Crew: + * copyright (c) 2001-2001 The Blinkenlights Crew: * Sven Neumann <sven@gimp.org> * Michael Natterer <mitch@gimp.org> * Daniel Mack <daniel@yoobay.net> - * (these portions are licensed under GNU GPL v2 or "(at your option) - * any later version") - * - * Other stuff: Copyright (C) Rik Snel 2002, License GNU GPL v2 or later + * copyright (C) 2004 Stefan Schuermans <1stein@schuermans.info> + * other stuff: copyright (C) 2002 Rik Snel + * + * This file is part of MPlayer. * - * patch from Stefan Schuermans <1stein@schuermans.info>: - * - correction of "maxval" in Blinkenlights UDP protcol - * - new scheme for new HDL - * - new scheme for grayscale in arbitrary size + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h>
--- a/libvo/vo_s3fb.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vo_s3fb.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,9 +1,26 @@ -/* Copyright (C) Mark Sanderson, 2006, <mmp@kiora.ath.cx>. - * Released under the terms and conditions of the GPL. +/* + * copyright (C) 2006 Mark Sanderson <mmp@kiora.ath.cx> * * 30-Mar-2006 Modified from tdfxfb.c by Mark Zealey - * - * Hints and tricks: + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +/* Hints and tricks: * - Use -dr to get direct rendering * - Use -vf yuy2 to get yuy2 rendering, *MUCH* faster than yv12 */
--- a/libvo/vo_tdfxfb.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vo_tdfxfb.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,6 +1,24 @@ -/* Copyright (C) Mark Zealey, 2002, <mark@zealos.org>. Released under the terms - * and conditions of the GPL. +/* + * copyright (C) 2002 Mark Zealey <mark@zealos.org> + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +/* * 30/03/02: An almost total rewrite, added DR support and support for modes * other than 16bpp. Fixed the crash when playing multiple files * 07/04/02: Fixed DR support, added YUY2 support, fixed OSD stuff.
--- a/libvo/vo_vesa.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vo_vesa.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,11 +1,22 @@ /* - * video_out_vesa.c + * copyright (C) 2001 Nick Kurshev <nickols_k@mail.ru> + * This file is partly based on vbetest.c from lrmi distributive. + * + * This file is part of MPlayer. * - * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001 + * MPlayer 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 2 of the License, or + * (at your option) any later version. * - * You can redistribute this file under terms and conditions - * of GNU General Public licence v2 or later. - * This file is partly based on vbetest.c from lrmi distributive. + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /*
--- a/libvo/vo_zr.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vo_zr.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,6 +1,22 @@ -/* - * vo_zr.c - playback on zoran cards - * Copyright (C) Rik Snel 2001,2002, License GNU GPL v2 or later +/* + * playback on Zoran cards + * copyright (C) 2001, 2003 Rik Snel + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /* $Id$ */
--- a/libvo/vo_zr2.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vo_zr2.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,7 +1,23 @@ -/* - * vo_zr2.c - playback on zoran cards - * Based on vo_zr.c,v 1.27 - * Copyright (C) Rik Snel 2001-2005, License GNU GPL v2 or later +/* + * playback on Zoran cards, based on vo_zr.c + * + * copyright (C) 2001-2005 Rik Snel + * + * This file is part of MPlayer. + * + * MPlayer 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 2 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 + * 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /* $Id$ */
--- a/libvo/vosub_vidix.c Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vosub_vidix.c Sun Sep 07 14:09:51 2008 +0000 @@ -1,14 +1,25 @@ /* - * vosub_vidix.c + * vidix interface to any mplayer vo driver + * (partly based on vesa_lvo.c) * - * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - 2002 - * Copyright (C) Alex Beregszaszi + * copyright (C) 2002 Nick Kurshev <nickols_k@mail.ru> + * copyright (C) Alex Beregszaszi + * + * This file is part of MPlayer. * - * You can redistribute this file under terms and conditions - * of GNU General Public licence v2 or later. + * MPlayer 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 2 of the License, or + * (at your option) any later version. * - * This file contains vidix interface to any mplayer's VO plugin. - * (Partly based on vesa_lvo.c from mplayer's package) + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <inttypes.h>
--- a/libvo/vosub_vidix.h Sun Sep 07 14:06:26 2008 +0000 +++ b/libvo/vosub_vidix.h Sun Sep 07 14:09:51 2008 +0000 @@ -1,12 +1,23 @@ /* - * vosub_vidix.h + * vosub_vidix interface to any mplayer vo driver * - * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - 2002 + * copyright (C) 2002 Nick Kurshev <nickols_k@mail.ru> + * + * This file is part of MPlayer. * - * You can redistribute this file under terms and conditions - * of GNU General Public licence v2 or later. + * MPlayer 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 2 of the License, or + * (at your option) any later version. * - * This file contains vosub_vidix interface to any mplayer's VO driver + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MPLAYER_VOSUB_VIDIX_H