Ver Fonte

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>
Manu Abraham há 15 anos atrás
pai
commit
8825a0970c
36 ficheiros alterados com 227 adições e 27 exclusões
  1. 20 0
      drivers/media/dvb/mantis/hopper_cards.c
  2. 2 2
      drivers/media/dvb/mantis/hopper_vp3028.c
  3. 20 0
      drivers/media/dvb/mantis/hopper_vp3028.h
  4. 1 1
      drivers/media/dvb/mantis/mantis_ca.c
  5. 20 0
      drivers/media/dvb/mantis/mantis_ca.h
  6. 20 0
      drivers/media/dvb/mantis/mantis_cards.c
  7. 1 1
      drivers/media/dvb/mantis/mantis_common.h
  8. 1 1
      drivers/media/dvb/mantis/mantis_core.c
  9. 1 1
      drivers/media/dvb/mantis/mantis_core.h
  10. 1 1
      drivers/media/dvb/mantis/mantis_dma.c
  11. 20 0
      drivers/media/dvb/mantis/mantis_dma.h
  12. 1 1
      drivers/media/dvb/mantis/mantis_dvb.c
  13. 20 0
      drivers/media/dvb/mantis/mantis_dvb.h
  14. 1 1
      drivers/media/dvb/mantis/mantis_evm.c
  15. 1 1
      drivers/media/dvb/mantis/mantis_hif.c
  16. 1 1
      drivers/media/dvb/mantis/mantis_hif.h
  17. 1 1
      drivers/media/dvb/mantis/mantis_i2c.c
  18. 20 0
      drivers/media/dvb/mantis/mantis_i2c.h
  19. 1 1
      drivers/media/dvb/mantis/mantis_ioc.c
  20. 20 0
      drivers/media/dvb/mantis/mantis_ioc.h
  21. 1 1
      drivers/media/dvb/mantis/mantis_link.h
  22. 1 1
      drivers/media/dvb/mantis/mantis_pci.c
  23. 20 0
      drivers/media/dvb/mantis/mantis_pci.h
  24. 1 1
      drivers/media/dvb/mantis/mantis_pcmcia.c
  25. 1 1
      drivers/media/dvb/mantis/mantis_reg.h
  26. 1 1
      drivers/media/dvb/mantis/mantis_uart.h
  27. 1 1
      drivers/media/dvb/mantis/mantis_vp1033.c
  28. 1 1
      drivers/media/dvb/mantis/mantis_vp1033.h
  29. 1 1
      drivers/media/dvb/mantis/mantis_vp1034.c
  30. 1 1
      drivers/media/dvb/mantis/mantis_vp1034.h
  31. 1 1
      drivers/media/dvb/mantis/mantis_vp2033.c
  32. 1 1
      drivers/media/dvb/mantis/mantis_vp2033.h
  33. 1 1
      drivers/media/dvb/mantis/mantis_vp3028.c
  34. 20 0
      drivers/media/dvb/mantis/mantis_vp3028.h
  35. 1 1
      drivers/media/dvb/mantis/mantis_vp3030.c
  36. 1 1
      drivers/media/dvb/mantis/mantis_vp3030.h

+ 20 - 0
drivers/media/dvb/mantis/hopper_cards.c

@@ -1,3 +1,23 @@
+/*
+	Hopper PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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>

+ 2 - 2
drivers/media/dvb/mantis/hopper_vp3028.c

@@ -1,7 +1,7 @@
 /*
-	Mantis VP-3028 driver
+	Hopper VP-3028 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/hopper_vp3028.h

@@ -1,3 +1,23 @@
+/*
+	Hopper VP-3028 driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 1 - 1
drivers/media/dvb/mantis/mantis_ca.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/mantis_ca.h

@@ -1,3 +1,23 @@
+/*
+	Mantis PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 20 - 0
drivers/media/dvb/mantis/mantis_cards.c

@@ -1,3 +1,23 @@
+/*
+	Mantis PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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>

+ 1 - 1
drivers/media/dvb/mantis/mantis_common.h

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_core.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_core.h

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_dma.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/mantis_dma.h

@@ -1,3 +1,23 @@
+/*
+	Mantis PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 1 - 1
drivers/media/dvb/mantis/mantis_dvb.c

@@ -1,6 +1,6 @@
 /*
 	Mantis PCI bridge driver
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/mantis_dvb.h

@@ -1,3 +1,23 @@
+/*
+	Mantis PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 1 - 1
drivers/media/dvb/mantis/mantis_evm.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_hif.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_hif.h

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_i2c.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/mantis_i2c.h

@@ -1,3 +1,23 @@
+/*
+	Mantis PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 1 - 1
drivers/media/dvb/mantis/mantis_ioc.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/mantis_ioc.h

@@ -1,3 +1,23 @@
+/*
+	Mantis PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 1 - 1
drivers/media/dvb/mantis/mantis_link.h

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_pci.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/mantis_pci.h

@@ -1,3 +1,23 @@
+/*
+	Mantis PCI bridge driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 1 - 1
drivers/media/dvb/mantis/mantis_pcmcia.c

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_reg.h

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_uart.h

@@ -1,7 +1,7 @@
 /*
 	Mantis PCI bridge driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp1033.c

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-1033 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp1033.h

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-1033 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp1034.c

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-1034 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp1034.h

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-1034 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp2033.c

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-2033 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp2033.h

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-2033 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp3028.c

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-3028 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 20 - 0
drivers/media/dvb/mantis/mantis_vp3028.h

@@ -1,3 +1,23 @@
+/*
+	Mantis VP-3028 driver
+
+	Copyright (C) Manu Abraham (abraham.manu@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
 

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp3030.c

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-3030 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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

+ 1 - 1
drivers/media/dvb/mantis/mantis_vp3030.h

@@ -1,7 +1,7 @@
 /*
 	Mantis VP-3030 driver
 
-	Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)
+	Copyright (C) Manu Abraham (abraham.manu@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