1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 15:22:09 +00:00

standard license headers for mga_vid

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-14 14:43:58 +00:00
parent d666882459
commit 8764a8ea78
3 changed files with 26 additions and 17 deletions

View File

@ -11,20 +11,20 @@
* brightness/contrast introduced by eyck * brightness/contrast introduced by eyck
* multiple card support by Attila Kinali <attila@kinali.ch> * multiple card support by Attila Kinali <attila@kinali.ch>
* *
* This file is part of MPlayer. * This file is part of mga_vid.
* *
* MPlayer is free software; you can redistribute it and/or modify * mga_vid is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* MPlayer is distributed in the hope that it will be useful, * mga_vid 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU 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 General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc., * with mga_vid; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */

View File

@ -1,15 +1,24 @@
/* /*
* * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0
* mga_vid.h * BES == Back End Scaler
* *
* Copyright (C) 1999 Aaron Holtzman * Copyright (C) 1999 Aaron Holtzman
* *
* Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 * This file is part of mga_vid.
* *
* BES == Back End Scaler * mga_vid is free software; you can redistribute it and/or modify
* * it under the terms of the GNU General Public License as published by
* This software has been released under the terms of the GNU Public * the Free Software Foundation; either version 2 of the License, or
* license. See http://www.gnu.org/copyleft/gpl.html for details. * (at your option) any later version.
*
* mga_vid 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 mga_vid; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef MGA_VID_H #ifndef MGA_VID_H

View File

@ -1,20 +1,20 @@
/* /*
* Copyright (C) 1999 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * Copyright (C) 1999 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* *
* This file is part of MPlayer. * This file is part of mga_vid.
* *
* MPlayer is free software; you can redistribute it and/or modify * mga_vid is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* MPlayer is distributed in the hope that it will be useful, * mga_vid 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU 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 General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc., * with mga_vid; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */