# HG changeset patch # User diego # Date 1213454638 0 # Node ID 03f571138664aa11647575c5d1cdcab3b306ad60 # Parent 9e24bdf7bf9711c454e7b9eaa1cff04383140555 standard license headers for mga_vid diff -r 9e24bdf7bf97 -r 03f571138664 drivers/mga_vid.c --- a/drivers/mga_vid.c Sat Jun 14 14:26:42 2008 +0000 +++ b/drivers/mga_vid.c Sat Jun 14 14:43:58 2008 +0000 @@ -11,20 +11,20 @@ * brightness/contrast introduced by eyck * multiple card support by Attila Kinali * - * 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 * 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, + * 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 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. */ diff -r 9e24bdf7bf97 -r 03f571138664 drivers/mga_vid.h --- a/drivers/mga_vid.h Sat Jun 14 14:26:42 2008 +0000 +++ b/drivers/mga_vid.h Sat Jun 14 14:43:58 2008 +0000 @@ -1,15 +1,24 @@ /* - * - * mga_vid.h + * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 + * BES == Back End Scaler * * Copyright (C) 1999 Aaron Holtzman - * - * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 - * - * BES == Back End Scaler - * - * This software has been released under the terms of the GNU Public - * license. See http://www.gnu.org/copyleft/gpl.html for details. + * + * This file is part of mga_vid. + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (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 diff -r 9e24bdf7bf97 -r 03f571138664 drivers/mga_vid_test.c --- a/drivers/mga_vid_test.c Sat Jun 14 14:26:42 2008 +0000 +++ b/drivers/mga_vid_test.c Sat Jun 14 14:43:58 2008 +0000 @@ -1,20 +1,20 @@ /* * Copyright (C) 1999 Aaron Holtzman * - * 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 * 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, + * 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 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. */