[PATCH 1/7] firesat: add missing copyright notes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reported by Andreas Monitzer and Christian Dolzer.

Signed-off-by: Stefan Richter <stefanr at s5r6.in-berlin.de>
---
 drivers/media/dvb/firesat/avc_api.c      |    6 +--
 drivers/media/dvb/firesat/avc_api.h      |   39 +++++++++--------------
 drivers/media/dvb/firesat/cmp.c          |    4 +-
 drivers/media/dvb/firesat/firesat-ci.c   |    3 +
 drivers/media/dvb/firesat/firesat-rc.c   |   11 ++++++
 drivers/media/dvb/firesat/firesat.h      |    4 +-
 drivers/media/dvb/firesat/firesat_1394.c |    6 +--
 drivers/media/dvb/firesat/firesat_dvb.c  |    4 +-
 drivers/media/dvb/firesat/firesat_fe.c   |    4 +-
 drivers/media/dvb/firesat/firesat_iso.c  |    2 -
 10 files changed, 44 insertions(+), 39 deletions(-)

Index: linux/drivers/media/dvb/firesat/avc_api.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/avc_api.c
+++ linux/drivers/media/dvb/firesat/avc_api.c
@@ -1,9 +1,9 @@
 /*
  * FireSAT AVC driver
  *
- * Copyright (c) 2004 Andreas Monitzer <andy at monitzer.com>
- * Copyright (c) 2008 Ben Backx <ben at bbackx.com>
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2008 Ben Backx <ben at bbackx.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as
Index: linux/drivers/media/dvb/firesat/avc_api.h
===================================================================
--- linux.orig/drivers/media/dvb/firesat/avc_api.h
+++ linux/drivers/media/dvb/firesat/avc_api.h
@@ -1,27 +1,20 @@
-/***************************************************************************
-                          avc_api.h  -  description
-                             -------------------
-    begin                : Wed May 1 2000
-    copyright            : (C) 2000 by Manfred Weihs
-    copyright            : (C) 2003 by Philipp Gutgsell
-    copyright            : (C) 2008 by Henrik Kurelid (henrik at kurelid.se)
-    email                : 0014guph at edu.fh-kaernten.ac.at
- ***************************************************************************/
-
-/***************************************************************************
- *                                                                         *
- *   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 is based on code written by Peter Halwachs,
- Thomas Groiss and Andreas Monitzer.
-*/
-
+ * AV/C API
+ *
+ * Copyright (C) 2000 Manfred Weihs
+ * Copyright (C) 2003 Philipp Gutgsell <0014guph at edu.fh-kaernten.ac.at>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2008 Ben Backx <ben at bbackx.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
+ *
+ * This is based on code written by Peter Halwachs, Thomas Groiss and
+ * Andreas Monitzer.
+ *
+ *	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.
+ */
 
 #ifndef __AVC_API_H__
 #define __AVC_API_H__
Index: linux/drivers/media/dvb/firesat/cmp.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/cmp.c
+++ linux/drivers/media/dvb/firesat/cmp.c
@@ -1,8 +1,8 @@
 /*
  * FireSAT DVB driver
  *
- * Copyright (c) ?
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as
Index: linux/drivers/media/dvb/firesat/firesat-ci.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/firesat-ci.c
+++ linux/drivers/media/dvb/firesat/firesat-ci.c
@@ -1,7 +1,8 @@
 /*
  * FireSAT DVB driver
  *
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as
Index: linux/drivers/media/dvb/firesat/firesat-rc.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/firesat-rc.c
+++ linux/drivers/media/dvb/firesat/firesat-rc.c
@@ -1,3 +1,14 @@
+/*
+ * FireSAT AVC driver
+ *
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.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.
+ */
+
 #include "firesat.h"
 #include "firesat-rc.h"
 
Index: linux/drivers/media/dvb/firesat/firesat.h
===================================================================
--- linux.orig/drivers/media/dvb/firesat/firesat.h
+++ linux/drivers/media/dvb/firesat/firesat.h
@@ -1,8 +1,8 @@
 /*
  * FireSAT DVB driver
  *
- * Copyright (c) ?
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as
Index: linux/drivers/media/dvb/firesat/firesat_1394.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/firesat_1394.c
+++ linux/drivers/media/dvb/firesat/firesat_1394.c
@@ -1,9 +1,9 @@
 /*
  * FireSAT DVB driver
  *
- * Copyright (c) 2004 Andreas Monitzer <andy at monitzer.com>
- * Copyright (c) 2007-2008 Ben Backx <ben at bbackx.com>
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2007-2008 Ben Backx <ben at bbackx.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as
Index: linux/drivers/media/dvb/firesat/firesat_dvb.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/firesat_dvb.c
+++ linux/drivers/media/dvb/firesat/firesat_dvb.c
@@ -1,8 +1,8 @@
 /*
  * FireSAT DVB driver
  *
- * Copyright (c) ?
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as
Index: linux/drivers/media/dvb/firesat/firesat_fe.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/firesat_fe.c
+++ linux/drivers/media/dvb/firesat/firesat_fe.c
@@ -1,8 +1,8 @@
 /*
  * FireSAT DVB driver
  *
- * Copyright (c) ?
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2004 Andreas Monitzer <andy at monitzer.com>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as
Index: linux/drivers/media/dvb/firesat/firesat_iso.c
===================================================================
--- linux.orig/drivers/media/dvb/firesat/firesat_iso.c
+++ linux/drivers/media/dvb/firesat/firesat_iso.c
@@ -1,7 +1,7 @@
 /*
  * FireSAT DVB driver
  *
- * Copyright (c) 2008 Henrik Kurelid <henrik at kurelid.se>
+ * Copyright (C) 2008 Henrik Kurelid <henrik at kurelid.se>
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License as

-- 
Stefan Richter
-=====-==--- =--- ==---
http://arcgraph.de/sr/



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux