# HG changeset patch # User diego # Date 1210613976 0 # Node ID 3abd1629658bd49027fd69ac811f8ee4699ad302 # Parent 051b2632f121c99292587b8767bd15d41cf48692 Use standard license headers. diff -r 051b2632f121 -r 3abd1629658b vidix/cyberblade_vid.c --- a/vidix/cyberblade_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/cyberblade_vid.c Mon May 12 17:39:36 2008 +0000 @@ -20,9 +20,9 @@ * 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 + * 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. */ /* To Do: diff -r 051b2632f121 -r 3abd1629658b vidix/dha.c --- a/vidix/dha.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/dha.c Mon May 12 17:39:36 2008 +0000 @@ -28,9 +28,9 @@ * 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 + * 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 "config.h" diff -r 051b2632f121 -r 3abd1629658b vidix/dha.h --- a/vidix/dha.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/dha.h Mon May 12 17:39:36 2008 +0000 @@ -28,9 +28,9 @@ * 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 + * 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_DHA_H diff -r 051b2632f121 -r 3abd1629658b vidix/drivers.c --- a/vidix/drivers.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/drivers.c Mon May 12 17:39:36 2008 +0000 @@ -14,9 +14,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/drivers.h --- a/vidix/drivers.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/drivers.h Mon May 12 17:39:36 2008 +0000 @@ -14,9 +14,9 @@ * 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 + * 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_DRIVERS_H diff -r 051b2632f121 -r 3abd1629658b vidix/fourcc.h --- a/vidix/fourcc.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/fourcc.h Mon May 12 17:39:36 2008 +0000 @@ -18,9 +18,9 @@ * 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 + * 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_FOURCC_H diff -r 051b2632f121 -r 3abd1629658b vidix/ivtv_vid.c --- a/vidix/ivtv_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/ivtv_vid.c Mon May 12 17:39:36 2008 +0000 @@ -1,24 +1,25 @@ -/** - VIDIX driver for Hauppauge PVR 350. - - Copyright 2007 Lutz Koschorreck. - - Based on genfb_vid.c and ivtv_xv.c - - This program 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 program 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 this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -**/ +/* + * VIDIX driver for Hauppauge PVR 350 + * + * Copyright 2007 Lutz Koschorreck + * Based on genfb_vid.c and ivtv_xv.c + * + * 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 #include diff -r 051b2632f121 -r 3abd1629658b vidix/mach64.h --- a/vidix/mach64.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/mach64.h Mon May 12 17:39:36 2008 +0000 @@ -17,9 +17,9 @@ * 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 + * 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_MACH64_H diff -r 051b2632f121 -r 3abd1629658b vidix/mach64_vid.c --- a/vidix/mach64_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/mach64_vid.c Mon May 12 17:39:36 2008 +0000 @@ -17,9 +17,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/mga_vid.c --- a/vidix/mga_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/mga_vid.c Mon May 12 17:39:36 2008 +0000 @@ -20,9 +20,9 @@ * 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 + * 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. */ /* TODO: diff -r 051b2632f121 -r 3abd1629658b vidix/mtrr.c --- a/vidix/mtrr.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/mtrr.c Mon May 12 17:39:36 2008 +0000 @@ -14,10 +14,9 @@ * 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 - * + * 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 "config.h" diff -r 051b2632f121 -r 3abd1629658b vidix/nvidia_vid.c --- a/vidix/nvidia_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/nvidia_vid.c Mon May 12 17:39:36 2008 +0000 @@ -17,9 +17,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/pci_db2c.awk --- a/vidix/pci_db2c.awk Mon May 12 17:33:35 2008 +0000 +++ b/vidix/pci_db2c.awk Mon May 12 17:39:36 2008 +0000 @@ -20,9 +20,9 @@ # 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 +# 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 BEGIN { diff -r 051b2632f121 -r 3abd1629658b vidix/pm2_vid.c --- a/vidix/pm2_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/pm2_vid.c Mon May 12 17:39:36 2008 +0000 @@ -14,9 +14,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/pm3_vid.c --- a/vidix/pm3_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/pm3_vid.c Mon May 12 17:39:36 2008 +0000 @@ -14,9 +14,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/radeon.h --- a/vidix/radeon.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/radeon.h Mon May 12 17:39:36 2008 +0000 @@ -18,9 +18,9 @@ * 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 + * 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_RADEON_H diff -r 051b2632f121 -r 3abd1629658b vidix/s3_vid.c --- a/vidix/s3_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/s3_vid.c Mon May 12 17:39:36 2008 +0000 @@ -17,9 +17,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/sis_bridge.c --- a/vidix/sis_bridge.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/sis_bridge.c Mon May 12 17:39:36 2008 +0000 @@ -18,9 +18,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/sis_defs.h --- a/vidix/sis_defs.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/sis_defs.h Mon May 12 17:39:36 2008 +0000 @@ -16,9 +16,9 @@ * 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 + * 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_SIS_DEFS_H diff -r 051b2632f121 -r 3abd1629658b vidix/sis_regs.h --- a/vidix/sis_regs.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/sis_regs.h Mon May 12 17:39:36 2008 +0000 @@ -16,9 +16,9 @@ * 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 + * 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_SIS_REGS_H diff -r 051b2632f121 -r 3abd1629658b vidix/sis_vid.c --- a/vidix/sis_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/sis_vid.c Mon May 12 17:39:36 2008 +0000 @@ -18,9 +18,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/unichrome_vid.c --- a/vidix/unichrome_vid.c Mon May 12 17:33:35 2008 +0000 +++ b/vidix/unichrome_vid.c Mon May 12 17:39:36 2008 +0000 @@ -18,9 +18,9 @@ * 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 + * 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 diff -r 051b2632f121 -r 3abd1629658b vidix/vidix.h --- a/vidix/vidix.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/vidix.h Mon May 12 17:39:36 2008 +0000 @@ -28,9 +28,9 @@ * 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 + * 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_VIDIX_H diff -r 051b2632f121 -r 3abd1629658b vidix/vidixlib.h --- a/vidix/vidixlib.h Mon May 12 17:33:35 2008 +0000 +++ b/vidix/vidixlib.h Mon May 12 17:39:36 2008 +0000 @@ -28,9 +28,9 @@ * 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 + * 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_VIDIXLIB_H