Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (13812): [Mantis/Hopper] Update Copyright header

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Manu Abraham and committed by
Mauro Carvalho Chehab
8825a097 4cd191fb

+227 -27
+20
drivers/media/dvb/mantis/hopper_cards.c
··· 1 + /* 2 + Hopper PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #include <linux/module.h> 2 22 #include <linux/moduleparam.h> 3 23 #include <linux/kernel.h>
+2 -2
drivers/media/dvb/mantis/hopper_vp3028.c
··· 1 1 /* 2 - Mantis VP-3028 driver 2 + Hopper VP-3028 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/hopper_vp3028.h
··· 1 + /* 2 + Hopper VP-3028 driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_VP3028_H 2 22 #define __MANTIS_VP3028_H 3 23
+1 -1
drivers/media/dvb/mantis/mantis_ca.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_ca.h
··· 1 + /* 2 + Mantis PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_CA_H 2 22 #define __MANTIS_CA_H 3 23
+20
drivers/media/dvb/mantis/mantis_cards.c
··· 1 + /* 2 + Mantis PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #include <linux/module.h> 2 22 #include <linux/moduleparam.h> 3 23 #include <linux/kernel.h>
+1 -1
drivers/media/dvb/mantis/mantis_common.h
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_core.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_core.h
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_dma.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_dma.h
··· 1 + /* 2 + Mantis PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_DMA_H 2 22 #define __MANTIS_DMA_H 3 23
+1 -1
drivers/media/dvb/mantis/mantis_dvb.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 3 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 6 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_dvb.h
··· 1 + /* 2 + Mantis PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_DVB_H 2 22 #define __MANTIS_DVB_H 3 23
+1 -1
drivers/media/dvb/mantis/mantis_evm.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_hif.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_hif.h
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_i2c.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_i2c.h
··· 1 + /* 2 + Mantis PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_I2C_H 2 22 #define __MANTIS_I2C_H 3 23
+1 -1
drivers/media/dvb/mantis/mantis_ioc.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_ioc.h
··· 1 + /* 2 + Mantis PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_IOC_H 2 22 #define __MANTIS_IOC_H 3 23
+1 -1
drivers/media/dvb/mantis/mantis_link.h
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_pci.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_pci.h
··· 1 + /* 2 + Mantis PCI bridge driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_PCI_H 2 22 #define __MANTIS_PCI_H 3 23
+1 -1
drivers/media/dvb/mantis/mantis_pcmcia.c
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_reg.h
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_uart.h
··· 1 1 /* 2 2 Mantis PCI bridge driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp1033.c
··· 1 1 /* 2 2 Mantis VP-1033 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp1033.h
··· 1 1 /* 2 2 Mantis VP-1033 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp1034.c
··· 1 1 /* 2 2 Mantis VP-1034 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp1034.h
··· 1 1 /* 2 2 Mantis VP-1034 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp2033.c
··· 1 1 /* 2 2 Mantis VP-2033 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp2033.h
··· 1 1 /* 2 2 Mantis VP-2033 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp3028.c
··· 1 1 /* 2 2 Mantis VP-3028 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_vp3028.h
··· 1 + /* 2 + Mantis VP-3028 driver 3 + 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 + 6 + This program is free software; you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation; either version 2 of the License, or 9 + (at your option) any later version. 10 + 11 + This program is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with this program; if not, write to the Free Software 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 + */ 20 + 1 21 #ifndef __MANTIS_VP3028_H 2 22 #define __MANTIS_VP3028_H 3 23
+1 -1
drivers/media/dvb/mantis/mantis_vp3030.c
··· 1 1 /* 2 2 Mantis VP-3030 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by
+1 -1
drivers/media/dvb/mantis/mantis_vp3030.h
··· 1 1 /* 2 2 Mantis VP-3030 driver 3 3 4 - Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com) 4 + Copyright (C) Manu Abraham (abraham.manu@gmail.com) 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by