The patch number 13812 was added via Manu Abraham <m...@linuxtv.org> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Manu Abraham <abraham.m...@gmail.com> [Mantis/Hopper] Update Copyright header Signed-off-by: Manu Abraham <m...@linuxtv.org> --- linux/drivers/media/dvb/mantis/hopper_cards.c | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/hopper_vp3028.c | 4 +-- linux/drivers/media/dvb/mantis/hopper_vp3028.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_ca.c | 2 - linux/drivers/media/dvb/mantis/mantis_ca.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_cards.c | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_common.h | 2 - linux/drivers/media/dvb/mantis/mantis_core.c | 2 - linux/drivers/media/dvb/mantis/mantis_core.h | 2 - linux/drivers/media/dvb/mantis/mantis_dma.c | 2 - linux/drivers/media/dvb/mantis/mantis_dma.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_dvb.c | 2 - linux/drivers/media/dvb/mantis/mantis_dvb.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_evm.c | 2 - linux/drivers/media/dvb/mantis/mantis_hif.c | 2 - linux/drivers/media/dvb/mantis/mantis_hif.h | 2 - linux/drivers/media/dvb/mantis/mantis_i2c.c | 2 - linux/drivers/media/dvb/mantis/mantis_i2c.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_ioc.c | 2 - linux/drivers/media/dvb/mantis/mantis_ioc.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_link.h | 2 - linux/drivers/media/dvb/mantis/mantis_pci.c | 2 - linux/drivers/media/dvb/mantis/mantis_pci.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_pcmcia.c | 2 - linux/drivers/media/dvb/mantis/mantis_reg.h | 2 - linux/drivers/media/dvb/mantis/mantis_uart.h | 2 - linux/drivers/media/dvb/mantis/mantis_vp1033.c | 2 - linux/drivers/media/dvb/mantis/mantis_vp1033.h | 2 - linux/drivers/media/dvb/mantis/mantis_vp1034.c | 2 - linux/drivers/media/dvb/mantis/mantis_vp1034.h | 2 - linux/drivers/media/dvb/mantis/mantis_vp2033.c | 2 - linux/drivers/media/dvb/mantis/mantis_vp2033.h | 2 - linux/drivers/media/dvb/mantis/mantis_vp3028.c | 2 - linux/drivers/media/dvb/mantis/mantis_vp3028.h | 20 +++++++++++++++++ linux/drivers/media/dvb/mantis/mantis_vp3030.c | 2 - linux/drivers/media/dvb/mantis/mantis_vp3030.h | 2 - 36 files changed, 227 insertions(+), 27 deletions(-) diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/hopper_cards.c --- a/linux/drivers/media/dvb/mantis/hopper_cards.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/hopper_cards.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Hopper PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/kernel.h> diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/hopper_vp3028.c --- a/linux/drivers/media/dvb/mantis/hopper_vp3028.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/hopper_vp3028.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* - Mantis VP-3028 driver + Hopper VP-3028 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/hopper_vp3028.h --- a/linux/drivers/media/dvb/mantis/hopper_vp3028.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/hopper_vp3028.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Hopper VP-3028 driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_VP3028_H #define __MANTIS_VP3028_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_ca.c --- a/linux/drivers/media/dvb/mantis/mantis_ca.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_ca.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_ca.h --- a/linux/drivers/media/dvb/mantis/mantis_ca.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_ca.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_CA_H #define __MANTIS_CA_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_cards.c --- a/linux/drivers/media/dvb/mantis/mantis_cards.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_cards.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/kernel.h> diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_common.h --- a/linux/drivers/media/dvb/mantis/mantis_common.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_common.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_core.c --- a/linux/drivers/media/dvb/mantis/mantis_core.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_core.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_core.h --- a/linux/drivers/media/dvb/mantis/mantis_core.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_core.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_dma.c --- a/linux/drivers/media/dvb/mantis/mantis_dma.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_dma.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_dma.h --- a/linux/drivers/media/dvb/mantis/mantis_dma.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_dma.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_DMA_H #define __MANTIS_DMA_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_dvb.c --- a/linux/drivers/media/dvb/mantis/mantis_dvb.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_dvb.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,6 +1,6 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_dvb.h --- a/linux/drivers/media/dvb/mantis/mantis_dvb.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_dvb.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_DVB_H #define __MANTIS_DVB_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_evm.c --- a/linux/drivers/media/dvb/mantis/mantis_evm.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_evm.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_hif.c --- a/linux/drivers/media/dvb/mantis/mantis_hif.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_hif.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_hif.h --- a/linux/drivers/media/dvb/mantis/mantis_hif.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_hif.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_i2c.c --- a/linux/drivers/media/dvb/mantis/mantis_i2c.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_i2c.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_i2c.h --- a/linux/drivers/media/dvb/mantis/mantis_i2c.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_i2c.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_I2C_H #define __MANTIS_I2C_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_ioc.c --- a/linux/drivers/media/dvb/mantis/mantis_ioc.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_ioc.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_ioc.h --- a/linux/drivers/media/dvb/mantis/mantis_ioc.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_ioc.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_IOC_H #define __MANTIS_IOC_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_link.h --- a/linux/drivers/media/dvb/mantis/mantis_link.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_link.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_pci.c --- a/linux/drivers/media/dvb/mantis/mantis_pci.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_pci.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_pci.h --- a/linux/drivers/media/dvb/mantis/mantis_pci.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_pci.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis PCI bridge driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_PCI_H #define __MANTIS_PCI_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_pcmcia.c --- a/linux/drivers/media/dvb/mantis/mantis_pcmcia.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_pcmcia.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_reg.h --- a/linux/drivers/media/dvb/mantis/mantis_reg.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_reg.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_uart.h --- a/linux/drivers/media/dvb/mantis/mantis_uart.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_uart.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis PCI bridge driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp1033.c --- a/linux/drivers/media/dvb/mantis/mantis_vp1033.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp1033.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-1033 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp1033.h --- a/linux/drivers/media/dvb/mantis/mantis_vp1033.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp1033.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-1033 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp1034.c --- a/linux/drivers/media/dvb/mantis/mantis_vp1034.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp1034.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-1034 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp1034.h --- a/linux/drivers/media/dvb/mantis/mantis_vp1034.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp1034.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-1034 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp2033.c --- a/linux/drivers/media/dvb/mantis/mantis_vp2033.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp2033.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-2033 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp2033.h --- a/linux/drivers/media/dvb/mantis/mantis_vp2033.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp2033.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-2033 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp3028.c --- a/linux/drivers/media/dvb/mantis/mantis_vp3028.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp3028.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-3028 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp3028.h --- a/linux/drivers/media/dvb/mantis/mantis_vp3028.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp3028.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,3 +1,23 @@ +/* + Mantis VP-3028 driver + + Copyright (C) Manu Abraham (abraham.m...@gmail.com) + + 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef __MANTIS_VP3028_H #define __MANTIS_VP3028_H diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp3030.c --- a/linux/drivers/media/dvb/mantis/mantis_vp3030.c Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp3030.c Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-3030 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 diff -r 2bdc7dc60956 -r 2315248f648c linux/drivers/media/dvb/mantis/mantis_vp3030.h --- a/linux/drivers/media/dvb/mantis/mantis_vp3030.h Tue Dec 15 16:04:59 2009 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_vp3030.h Tue Dec 15 16:13:49 2009 +0400 @@ -1,7 +1,7 @@ /* Mantis VP-3030 driver - Copyright (C) 2005, 2006 Manu Abraham (abraham.m...@gmail.com) + Copyright (C) Manu Abraham (abraham.m...@gmail.com) 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 --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/2315248f648cf619aff956c62b7647d8fdb84d04 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits