diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb')
-rw-r--r-- | drivers/media/usb/dvb-usb/af9005-fe.c | 11 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/af9005-remote.c | 11 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/af9005.c | 11 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/af9005.h | 11 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/cinergyT2-core.c | 12 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/cinergyT2-fe.c | 12 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/cinergyT2.h | 12 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/dtv5100.c | 11 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/dtv5100.h | 11 |
9 files changed, 9 insertions, 93 deletions
diff --git a/drivers/media/usb/dvb-usb/af9005-fe.c b/drivers/media/usb/dvb-usb/af9005-fe.c index 09cc3a21af65..6c960f723457 100644 --- a/drivers/media/usb/dvb-usb/af9005-fe.c +++ b/drivers/media/usb/dvb-usb/af9005-fe.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Frontend part of the Linux driver for the Afatech 9005 | 2 | /* Frontend part of the Linux driver for the Afatech 9005 |
2 | * USB1.1 DVB-T receiver. | 3 | * USB1.1 DVB-T receiver. |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Thanks to Afatech who kindly provided information. | 7 | * Thanks to Afatech who kindly provided information. |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information | 9 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
19 | */ | 10 | */ |
20 | #include "af9005.h" | 11 | #include "af9005.h" |
diff --git a/drivers/media/usb/dvb-usb/af9005-remote.c b/drivers/media/usb/dvb-usb/af9005-remote.c index f7cdcc8424a8..c664353f3911 100644 --- a/drivers/media/usb/dvb-usb/af9005-remote.c +++ b/drivers/media/usb/dvb-usb/af9005-remote.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* DVB USB compliant Linux driver for the Afatech 9005 | 2 | /* DVB USB compliant Linux driver for the Afatech 9005 |
2 | * USB1.1 DVB-T receiver. | 3 | * USB1.1 DVB-T receiver. |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Thanks to Afatech who kindly provided information. | 9 | * Thanks to Afatech who kindly provided information. |
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | * | ||
20 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information | 11 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
21 | */ | 12 | */ |
22 | #include "af9005.h" | 13 | #include "af9005.h" |
diff --git a/drivers/media/usb/dvb-usb/af9005.c b/drivers/media/usb/dvb-usb/af9005.c index 0638d907c73e..02697d86e8c1 100644 --- a/drivers/media/usb/dvb-usb/af9005.c +++ b/drivers/media/usb/dvb-usb/af9005.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* DVB USB compliant Linux driver for the Afatech 9005 | 2 | /* DVB USB compliant Linux driver for the Afatech 9005 |
2 | * USB1.1 DVB-T receiver. | 3 | * USB1.1 DVB-T receiver. |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Thanks to Afatech who kindly provided information. | 7 | * Thanks to Afatech who kindly provided information. |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information | 9 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
19 | */ | 10 | */ |
20 | #include "af9005.h" | 11 | #include "af9005.h" |
diff --git a/drivers/media/usb/dvb-usb/af9005.h b/drivers/media/usb/dvb-usb/af9005.h index 7ae4dc3a968b..3179a7c71e8f 100644 --- a/drivers/media/usb/dvb-usb/af9005.h +++ b/drivers/media/usb/dvb-usb/af9005.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Common header-file of the Linux driver for the Afatech 9005 | 2 | /* Common header-file of the Linux driver for the Afatech 9005 |
2 | * USB1.1 DVB-T receiver. | 3 | * USB1.1 DVB-T receiver. |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Thanks to Afatech who kindly provided information. | 7 | * Thanks to Afatech who kindly provided information. |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information | 9 | * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
19 | */ | 10 | */ |
20 | #ifndef _DVB_USB_AF9005_H_ | 11 | #ifndef _DVB_USB_AF9005_H_ |
diff --git a/drivers/media/usb/dvb-usb/cinergyT2-core.c b/drivers/media/usb/dvb-usb/cinergyT2-core.c index 6131aa7914a9..969a7ec71dff 100644 --- a/drivers/media/usb/dvb-usb/cinergyT2-core.c +++ b/drivers/media/usb/dvb-usb/cinergyT2-core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * TerraTec Cinergy T2/qanu USB2 DVB-T adapter. | 3 | * TerraTec Cinergy T2/qanu USB2 DVB-T adapter. |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * Holger Waechtler <holger@qanu.de> | 11 | * Holger Waechtler <holger@qanu.de> |
11 | * | 12 | * |
12 | * Protocol Spec published on http://qanu.de/specs/terratec_cinergyT2.pdf | 13 | * Protocol Spec published on http://qanu.de/specs/terratec_cinergyT2.pdf |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | */ | 14 | */ |
25 | 15 | ||
26 | #include "cinergyT2.h" | 16 | #include "cinergyT2.h" |
diff --git a/drivers/media/usb/dvb-usb/cinergyT2-fe.c b/drivers/media/usb/dvb-usb/cinergyT2-fe.c index 4c9f83ba260d..efb207c23a64 100644 --- a/drivers/media/usb/dvb-usb/cinergyT2-fe.c +++ b/drivers/media/usb/dvb-usb/cinergyT2-fe.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * TerraTec Cinergy T2/qanu USB2 DVB-T adapter. | 3 | * TerraTec Cinergy T2/qanu USB2 DVB-T adapter. |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * Holger Waechtler <holger@qanu.de> | 11 | * Holger Waechtler <holger@qanu.de> |
11 | * | 12 | * |
12 | * Protocol Spec published on http://qanu.de/specs/terratec_cinergyT2.pdf | 13 | * Protocol Spec published on http://qanu.de/specs/terratec_cinergyT2.pdf |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | */ | 14 | */ |
25 | 15 | ||
26 | #include "cinergyT2.h" | 16 | #include "cinergyT2.h" |
diff --git a/drivers/media/usb/dvb-usb/cinergyT2.h b/drivers/media/usb/dvb-usb/cinergyT2.h index c04b819be160..18905a0ec43e 100644 --- a/drivers/media/usb/dvb-usb/cinergyT2.h +++ b/drivers/media/usb/dvb-usb/cinergyT2.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * TerraTec Cinergy T2/qanu USB2 DVB-T adapter. | 3 | * TerraTec Cinergy T2/qanu USB2 DVB-T adapter. |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * Holger Waechtler <holger@qanu.de> | 11 | * Holger Waechtler <holger@qanu.de> |
11 | * | 12 | * |
12 | * Protocol Spec published on http://qanu.de/specs/terratec_cinergyT2.pdf | 13 | * Protocol Spec published on http://qanu.de/specs/terratec_cinergyT2.pdf |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | */ | 14 | */ |
25 | 15 | ||
26 | #ifndef _DVB_USB_CINERGYT2_H_ | 16 | #ifndef _DVB_USB_CINERGYT2_H_ |
diff --git a/drivers/media/usb/dvb-usb/dtv5100.c b/drivers/media/usb/dvb-usb/dtv5100.c index 2fa2abd3e726..fba06932a9e0 100644 --- a/drivers/media/usb/dvb-usb/dtv5100.c +++ b/drivers/media/usb/dvb-usb/dtv5100.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for AME DTV-5100 USB2.0 DVB-T | 3 | * DVB USB Linux driver for AME DTV-5100 USB2.0 DVB-T |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * http://royale.zerezo.com/dtv5100/ | 6 | * http://royale.zerezo.com/dtv5100/ |
6 | * | 7 | * |
7 | * Inspired by gl861.c and au6610.c drivers | 8 | * Inspired by gl861.c and au6610.c drivers |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #include "dtv5100.h" | 11 | #include "dtv5100.h" |
diff --git a/drivers/media/usb/dvb-usb/dtv5100.h b/drivers/media/usb/dvb-usb/dtv5100.h index 1ab1eafd3187..db61fc381b17 100644 --- a/drivers/media/usb/dvb-usb/dtv5100.h +++ b/drivers/media/usb/dvb-usb/dtv5100.h | |||
@@ -1,18 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for AME DTV-5100 USB2.0 DVB-T | 3 | * DVB USB Linux driver for AME DTV-5100 USB2.0 DVB-T |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Antoine Jacquet <royale@zerezo.com> | 5 | * Copyright (C) 2008 Antoine Jacquet <royale@zerezo.com> |
5 | * http://royale.zerezo.com/dtv5100/ | 6 | * http://royale.zerezo.com/dtv5100/ |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #ifndef _DVB_USB_DTV5100_H_ | 9 | #ifndef _DVB_USB_DTV5100_H_ |