diff options
Diffstat (limited to 'drivers/media/usb')
91 files changed, 91 insertions, 952 deletions
diff --git a/drivers/media/usb/airspy/airspy.c b/drivers/media/usb/airspy/airspy.c index 41fa0f93143d..3329de6671ce 100644 --- a/drivers/media/usb/airspy/airspy.c +++ b/drivers/media/usb/airspy/airspy.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * AirSpy SDR driver | 3 | * AirSpy SDR driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/media/usb/au0828/au0828-cards.c b/drivers/media/usb/au0828/au0828-cards.c index 43bfa778b070..9ee21f8bf6fa 100644 --- a/drivers/media/usb/au0828/au0828-cards.c +++ b/drivers/media/usb/au0828/au0828-cards.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for the Auvitek USB bridge | 3 | * Driver for the Auvitek USB bridge |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
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 | * | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #include "au0828.h" | 8 | #include "au0828.h" |
diff --git a/drivers/media/usb/au0828/au0828-cards.h b/drivers/media/usb/au0828/au0828-cards.h index dbd8a90ee76f..a9cdf85f98f5 100644 --- a/drivers/media/usb/au0828/au0828-cards.h +++ b/drivers/media/usb/au0828/au0828-cards.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver for the Auvitek USB bridge | 3 | * Driver for the Auvitek USB bridge |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
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 | * | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #define AU0828_BOARD_UNKNOWN 0 | 8 | #define AU0828_BOARD_UNKNOWN 0 |
diff --git a/drivers/media/usb/au0828/au0828-core.c b/drivers/media/usb/au0828/au0828-core.c index 925a80437822..f746f6e2f686 100644 --- a/drivers/media/usb/au0828/au0828-core.c +++ b/drivers/media/usb/au0828/au0828-core.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for the Auvitek USB bridge | 3 | * Driver for the Auvitek USB bridge |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
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 | * | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #include "au0828.h" | 8 | #include "au0828.h" |
diff --git a/drivers/media/usb/au0828/au0828-dvb.c b/drivers/media/usb/au0828/au0828-dvb.c index 6e43028112d1..2a8691a0d7fa 100644 --- a/drivers/media/usb/au0828/au0828-dvb.c +++ b/drivers/media/usb/au0828/au0828-dvb.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for the Auvitek USB bridge | 3 | * Driver for the Auvitek USB bridge |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
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 | * | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #include "au0828.h" | 8 | #include "au0828.h" |
diff --git a/drivers/media/usb/au0828/au0828-i2c.c b/drivers/media/usb/au0828/au0828-i2c.c index 92df5b5463af..708f01ab47fa 100644 --- a/drivers/media/usb/au0828/au0828-i2c.c +++ b/drivers/media/usb/au0828/au0828-i2c.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for the Auvitek AU0828 USB bridge | 3 | * Driver for the Auvitek AU0828 USB bridge |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
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 | * | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #include "au0828.h" | 8 | #include "au0828.h" |
diff --git a/drivers/media/usb/au0828/au0828-reg.h b/drivers/media/usb/au0828/au0828-reg.h index 7aaf10739c8b..5e3582223f8e 100644 --- a/drivers/media/usb/au0828/au0828-reg.h +++ b/drivers/media/usb/au0828/au0828-reg.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver for the Auvitek USB bridge | 3 | * Driver for the Auvitek USB bridge |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
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 | * | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | /* We'll start to rename these registers once we have a better | 8 | /* We'll start to rename these registers once we have a better |
diff --git a/drivers/media/usb/au0828/au0828-video.c b/drivers/media/usb/au0828/au0828-video.c index 4bde3db83aa2..a414a25e48a8 100644 --- a/drivers/media/usb/au0828/au0828-video.c +++ b/drivers/media/usb/au0828/au0828-video.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Auvitek AU0828 USB Bridge (Analog video support) | 3 | * Auvitek AU0828 USB Bridge (Analog video support) |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Devin Heitmueller <dheitmueller@linuxtv.org> | 5 | * Copyright (C) 2009 Devin Heitmueller <dheitmueller@linuxtv.org> |
5 | * Copyright (C) 2005-2008 Auvitek International, Ltd. | 6 | * Copyright (C) 2005-2008 Auvitek International, Ltd. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * As published by the Free Software Foundation; either version 2 | ||
10 | * of the License, or (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 | /* Developer Notes: | 9 | /* Developer Notes: |
diff --git a/drivers/media/usb/au0828/au0828.h b/drivers/media/usb/au0828/au0828.h index b47ecc9affd8..01a668b1b00c 100644 --- a/drivers/media/usb/au0828/au0828.h +++ b/drivers/media/usb/au0828/au0828.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver for the Auvitek AU0828 USB bridge | 3 | * Driver for the Auvitek AU0828 USB bridge |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
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 | * | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/cpia2/cpia2.h b/drivers/media/usb/cpia2/cpia2.h index d0a464882510..50835f5f7512 100644 --- a/drivers/media/usb/cpia2/cpia2.h +++ b/drivers/media/usb/cpia2/cpia2.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * | 3 | * |
3 | * Filename: cpia2.h | 4 | * Filename: cpia2.h |
@@ -12,16 +13,6 @@ | |||
12 | * This driver is modelled on the cpia usb driver by | 13 | * This driver is modelled on the cpia usb driver by |
13 | * Jochen Scharrlach and Johannes Erdfeldt. | 14 | * Jochen Scharrlach and Johannes Erdfeldt. |
14 | * | 15 | * |
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2 of the License, or | ||
18 | * (at your option) any later version. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | * | ||
25 | ****************************************************************************/ | 16 | ****************************************************************************/ |
26 | 17 | ||
27 | #ifndef __CPIA2_H__ | 18 | #ifndef __CPIA2_H__ |
diff --git a/drivers/media/usb/cpia2/cpia2_core.c b/drivers/media/usb/cpia2/cpia2_core.c index 3dfbb545c0e3..20c50c2d042e 100644 --- a/drivers/media/usb/cpia2/cpia2_core.c +++ b/drivers/media/usb/cpia2/cpia2_core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * | 3 | * |
3 | * Filename: cpia2_core.c | 4 | * Filename: cpia2_core.c |
@@ -10,16 +11,6 @@ | |||
10 | * The infrastructure of this driver is based on the cpia usb driver by | 11 | * The infrastructure of this driver is based on the cpia usb driver by |
11 | * Jochen Scharrlach and Johannes Erdfeldt. | 12 | * Jochen Scharrlach and Johannes Erdfeldt. |
12 | * | 13 | * |
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | * Stripped of 2.4 stuff ready for main kernel submit by | 14 | * Stripped of 2.4 stuff ready for main kernel submit by |
24 | * Alan Cox <alan@lxorguk.ukuu.org.uk> | 15 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
25 | * | 16 | * |
diff --git a/drivers/media/usb/cpia2/cpia2_registers.h b/drivers/media/usb/cpia2/cpia2_registers.h index eebe46ea9c01..8c73812a15c9 100644 --- a/drivers/media/usb/cpia2/cpia2_registers.h +++ b/drivers/media/usb/cpia2/cpia2_registers.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * | 3 | * |
3 | * Filename: cpia2registers.h | 4 | * Filename: cpia2registers.h |
@@ -7,16 +8,6 @@ | |||
7 | * Description: | 8 | * Description: |
8 | * Definitions for the CPia2 register set | 9 | * Definitions for the CPia2 register set |
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 | ****************************************************************************/ | 11 | ****************************************************************************/ |
21 | 12 | ||
22 | #ifndef CPIA2_REGISTER_HEADER | 13 | #ifndef CPIA2_REGISTER_HEADER |
diff --git a/drivers/media/usb/cpia2/cpia2_usb.c b/drivers/media/usb/cpia2/cpia2_usb.c index e5d8dee38fe4..b2268981c963 100644 --- a/drivers/media/usb/cpia2/cpia2_usb.c +++ b/drivers/media/usb/cpia2/cpia2_usb.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * | 3 | * |
3 | * Filename: cpia2_usb.c | 4 | * Filename: cpia2_usb.c |
@@ -10,16 +11,6 @@ | |||
10 | * The infrastructure of this driver is based on the cpia usb driver by | 11 | * The infrastructure of this driver is based on the cpia usb driver by |
11 | * Jochen Scharrlach and Johannes Erdfeldt. | 12 | * Jochen Scharrlach and Johannes Erdfeldt. |
12 | * | 13 | * |
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | * Stripped of 2.4 stuff ready for main kernel submit by | 14 | * Stripped of 2.4 stuff ready for main kernel submit by |
24 | * Alan Cox <alan@lxorguk.ukuu.org.uk> | 15 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
25 | ****************************************************************************/ | 16 | ****************************************************************************/ |
diff --git a/drivers/media/usb/cpia2/cpia2_v4l.c b/drivers/media/usb/cpia2/cpia2_v4l.c index 45caf78119c4..da6a5b2f86d1 100644 --- a/drivers/media/usb/cpia2/cpia2_v4l.c +++ b/drivers/media/usb/cpia2/cpia2_v4l.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * | 3 | * |
3 | * Filename: cpia2_v4l.c | 4 | * Filename: cpia2_v4l.c |
@@ -11,16 +12,6 @@ | |||
11 | * The infrastructure of this driver is based on the cpia usb driver by | 12 | * The infrastructure of this driver is based on the cpia usb driver by |
12 | * Jochen Scharrlach and Johannes Erdfeldt. | 13 | * Jochen Scharrlach and Johannes Erdfeldt. |
13 | * | 14 | * |
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 | * Stripped of 2.4 stuff ready for main kernel submit by | 15 | * Stripped of 2.4 stuff ready for main kernel submit by |
25 | * Alan Cox <alan@lxorguk.ukuu.org.uk> | 16 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
26 | ****************************************************************************/ | 17 | ****************************************************************************/ |
diff --git a/drivers/media/usb/cx231xx/cx231xx-417.c b/drivers/media/usb/cx231xx/cx231xx-417.c index 0f8ae81f4820..2475f69a2f1c 100644 --- a/drivers/media/usb/cx231xx/cx231xx-417.c +++ b/drivers/media/usb/cx231xx/cx231xx-417.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Support for a cx23417 mpeg encoder via cx231xx host port. | 4 | * Support for a cx23417 mpeg encoder via cx231xx host port. |
@@ -8,16 +9,6 @@ | |||
8 | * - CX23885/7/8 support | 9 | * - CX23885/7/8 support |
9 | * | 10 | * |
10 | * Includes parts from the ivtv driver( http://ivtv.sourceforge.net/), | 11 | * Includes parts from the ivtv driver( http://ivtv.sourceforge.net/), |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | #include "cx231xx.h" | 14 | #include "cx231xx.h" |
diff --git a/drivers/media/usb/cx231xx/cx231xx-audio.c b/drivers/media/usb/cx231xx/cx231xx-audio.c index 77f2c65eb79a..9ef362e221df 100644 --- a/drivers/media/usb/cx231xx/cx231xx-audio.c +++ b/drivers/media/usb/cx231xx/cx231xx-audio.c | |||
@@ -1,19 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Conexant Cx231xx audio extension | 3 | * Conexant Cx231xx audio extension |
3 | * | 4 | * |
4 | * Copyright (C) 2008 <srinivasa.deevi at conexant dot com> | 5 | * Copyright (C) 2008 <srinivasa.deevi at conexant dot com> |
5 | * Based on em28xx driver | 6 | * Based on em28xx driver |
6 | * | ||
7 | * | ||
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 | */ | 7 | */ |
18 | 8 | ||
19 | #include "cx231xx.h" | 9 | #include "cx231xx.h" |
diff --git a/drivers/media/usb/cx231xx/cx231xx-dif.h b/drivers/media/usb/cx231xx/cx231xx-dif.h index 2b9eb9fd7c52..aa82355658cd 100644 --- a/drivers/media/usb/cx231xx/cx231xx-dif.h +++ b/drivers/media/usb/cx231xx/cx231xx-dif.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * cx231xx-dif.h - driver for Conexant Cx23100/101/102 USB video capture devices | 3 | * cx231xx-dif.h - driver for Conexant Cx23100/101/102 USB video capture devices |
3 | * | 4 | * |
4 | * Copyright {C} 2009 <Bill.Liu@conexant.com> | 5 | * Copyright {C} 2009 <Bill.Liu@conexant.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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _CX231XX_DIF_H | 8 | #ifndef _CX231XX_DIF_H |
diff --git a/drivers/media/usb/dvb-usb-v2/af9015.c b/drivers/media/usb/dvb-usb-v2/af9015.c index 39f9ffce3caa..c427b9031e42 100644 --- a/drivers/media/usb/dvb-usb-v2/af9015.c +++ b/drivers/media/usb/dvb-usb-v2/af9015.c | |||
@@ -1,20 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for Afatech AF9015 DVB-T USB2.0 receiver | 3 | * DVB USB Linux driver for Afatech AF9015 DVB-T USB2.0 receiver |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> |
5 | * | 6 | * |
6 | * Thanks to Afatech who kindly provided information. | 7 | * Thanks to Afatech who kindly provided information. |
7 | * | ||
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 | */ | 8 | */ |
19 | 9 | ||
20 | #include "af9015.h" | 10 | #include "af9015.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/af9015.h b/drivers/media/usb/dvb-usb-v2/af9015.h index ad2b045cc39c..81f3dabdb198 100644 --- a/drivers/media/usb/dvb-usb-v2/af9015.h +++ b/drivers/media/usb/dvb-usb-v2/af9015.h | |||
@@ -1,20 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for Afatech AF9015 DVB-T USB2.0 receiver | 3 | * DVB USB Linux driver for Afatech AF9015 DVB-T USB2.0 receiver |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> |
5 | * | 6 | * |
6 | * Thanks to Afatech who kindly provided information. | 7 | * Thanks to Afatech who kindly provided information. |
7 | * | ||
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 | */ | 8 | */ |
19 | 9 | ||
20 | #ifndef AF9015_H | 10 | #ifndef AF9015_H |
diff --git a/drivers/media/usb/dvb-usb-v2/anysee.c b/drivers/media/usb/dvb-usb-v2/anysee.c index 0df7ad69e6c7..48fb0d41e03b 100644 --- a/drivers/media/usb/dvb-usb-v2/anysee.c +++ b/drivers/media/usb/dvb-usb-v2/anysee.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for Anysee E30 DVB-C & DVB-T USB2.0 receiver | 3 | * DVB USB Linux driver for Anysee E30 DVB-C & DVB-T USB2.0 receiver |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> |
5 | * | 6 | * |
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 | * TODO: | 7 | * TODO: |
17 | * - add smart card reader support for Conditional Access (CA) | 8 | * - add smart card reader support for Conditional Access (CA) |
18 | * | 9 | * |
diff --git a/drivers/media/usb/dvb-usb-v2/anysee.h b/drivers/media/usb/dvb-usb-v2/anysee.h index 2312c55619ca..3e4015cd69c4 100644 --- a/drivers/media/usb/dvb-usb-v2/anysee.h +++ b/drivers/media/usb/dvb-usb-v2/anysee.h | |||
@@ -1,18 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for Anysee E30 DVB-C & DVB-T USB2.0 receiver | 3 | * DVB USB Linux driver for Anysee E30 DVB-C & DVB-T USB2.0 receiver |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2007 Antti Palosaari <crope@iki.fi> |
5 | * | 6 | * |
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 | * TODO: | 7 | * TODO: |
17 | * - add smart card reader support for Conditional Access (CA) | 8 | * - add smart card reader support for Conditional Access (CA) |
18 | * | 9 | * |
diff --git a/drivers/media/usb/dvb-usb-v2/au6610.c b/drivers/media/usb/dvb-usb-v2/au6610.c index 6ee01cb64ca5..be223fc8aa14 100644 --- a/drivers/media/usb/dvb-usb-v2/au6610.c +++ b/drivers/media/usb/dvb-usb-v2/au6610.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0. | 3 | * DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0. |
3 | * | 4 | * |
4 | * Copyright (C) 2006 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2006 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "au6610.h" | 8 | #include "au6610.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/au6610.h b/drivers/media/usb/dvb-usb-v2/au6610.h index aacfcc6fa0f5..6d7b6da1ccd9 100644 --- a/drivers/media/usb/dvb-usb-v2/au6610.h +++ b/drivers/media/usb/dvb-usb-v2/au6610.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0. | 3 | * DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0. |
3 | * | 4 | * |
4 | * Copyright (C) 2006 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2006 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef AU6610_H | 8 | #ifndef AU6610_H |
diff --git a/drivers/media/usb/dvb-usb-v2/ce6230.c b/drivers/media/usb/dvb-usb-v2/ce6230.c index e596031a708d..44540de1a206 100644 --- a/drivers/media/usb/dvb-usb-v2/ce6230.c +++ b/drivers/media/usb/dvb-usb-v2/ce6230.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Intel CE6230 DVB USB driver | 3 | * Intel CE6230 DVB USB driver |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
17 | 7 | ||
18 | #include "ce6230.h" | 8 | #include "ce6230.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/ce6230.h b/drivers/media/usb/dvb-usb-v2/ce6230.h index b25b3b938e49..101744751eaa 100644 --- a/drivers/media/usb/dvb-usb-v2/ce6230.h +++ b/drivers/media/usb/dvb-usb-v2/ce6230.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Intel CE6230 DVB USB driver | 3 | * Intel CE6230 DVB USB driver |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
17 | 7 | ||
18 | #ifndef CE6230_H | 8 | #ifndef CE6230_H |
diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c index ae0814dd202a..c41e10bd6ef7 100644 --- a/drivers/media/usb/dvb-usb-v2/dvbsky.c +++ b/drivers/media/usb/dvb-usb-v2/dvbsky.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for DVBSky USB2.0 receiver | 3 | * Driver for DVBSky USB2.0 receiver |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Max nibble <nibble.max@gmail.com> | 5 | * Copyright (C) 2013 Max nibble <nibble.max@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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "dvb_usb.h" | 8 | #include "dvb_usb.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/ec168.c b/drivers/media/usb/dvb-usb-v2/ec168.c index 1db8aeef3655..0c1fef118be4 100644 --- a/drivers/media/usb/dvb-usb-v2/ec168.c +++ b/drivers/media/usb/dvb-usb-v2/ec168.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * E3C EC168 DVB USB driver | 3 | * E3C EC168 DVB USB driver |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
17 | 7 | ||
18 | #include "ec168.h" | 8 | #include "ec168.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/ec168.h b/drivers/media/usb/dvb-usb-v2/ec168.h index 704955bcaa10..294ab692f447 100644 --- a/drivers/media/usb/dvb-usb-v2/ec168.h +++ b/drivers/media/usb/dvb-usb-v2/ec168.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * E3C EC168 DVB USB driver | 3 | * E3C EC168 DVB USB driver |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2009 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
17 | 7 | ||
18 | #ifndef EC168_H | 8 | #ifndef EC168_H |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c b/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c index 9f74453799a2..a6ad5f477520 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * mxl111sf-demod.c - driver for the MaxLinear MXL111SF DVB-T demodulator | 3 | * mxl111sf-demod.c - driver for the MaxLinear MXL111SF DVB-T demodulator |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "mxl111sf-demod.h" | 8 | #include "mxl111sf-demod.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h b/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h index 95888b8885c4..b86f65e50652 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mxl111sf-demod.h - driver for the MaxLinear MXL111SF DVB-T demodulator | 3 | * mxl111sf-demod.h - driver for the MaxLinear MXL111SF DVB-T demodulator |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __MXL111SF_DEMOD_H__ | 8 | #ifndef __MXL111SF_DEMOD_H__ |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c b/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c index c66861c9342b..0b7dda99e410 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * mxl111sf-gpio.c - driver for the MaxLinear MXL111SF | 3 | * mxl111sf-gpio.c - driver for the MaxLinear MXL111SF |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "mxl111sf-gpio.h" | 8 | #include "mxl111sf-gpio.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.h b/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.h index af2c7bc8f301..31a233a202ed 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.h +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mxl111sf-gpio.h - driver for the MaxLinear MXL111SF | 3 | * mxl111sf-gpio.h - driver for the MaxLinear MXL111SF |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _DVB_USB_MXL111SF_GPIO_H_ | 8 | #ifndef _DVB_USB_MXL111SF_GPIO_H_ |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c b/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c index a221bb8a12b4..100a1052dcbc 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * mxl111sf-i2c.c - driver for the MaxLinear MXL111SF | 3 | * mxl111sf-i2c.c - driver for the MaxLinear MXL111SF |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "mxl111sf-i2c.h" | 8 | #include "mxl111sf-i2c.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.h b/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.h index 28877c7a8175..867d102803dd 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.h +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mxl111sf-i2c.h - driver for the MaxLinear MXL111SF | 3 | * mxl111sf-i2c.h - driver for the MaxLinear MXL111SF |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _DVB_USB_MXL111SF_I2C_H_ | 8 | #ifndef _DVB_USB_MXL111SF_I2C_H_ |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c b/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c index ffb6e7c72f57..40b26712ba4c 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * mxl111sf-phy.c - driver for the MaxLinear MXL111SF | 3 | * mxl111sf-phy.c - driver for the MaxLinear MXL111SF |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "mxl111sf-phy.h" | 8 | #include "mxl111sf-phy.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.h b/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.h index 0a61e8a56584..fcbf6c237564 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.h +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mxl111sf-phy.h - driver for the MaxLinear MXL111SF | 3 | * mxl111sf-phy.h - driver for the MaxLinear MXL111SF |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _DVB_USB_MXL111SF_PHY_H_ | 8 | #ifndef _DVB_USB_MXL111SF_PHY_H_ |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-reg.h b/drivers/media/usb/dvb-usb-v2/mxl111sf-reg.h index ad3f806dcc7a..78cd0655ce0f 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-reg.h +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-reg.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mxl111sf-reg.h - driver for the MaxLinear MXL111SF | 3 | * mxl111sf-reg.h - driver for the MaxLinear MXL111SF |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _DVB_USB_MXL111SF_REG_H_ | 8 | #ifndef _DVB_USB_MXL111SF_REG_H_ |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c b/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c index 92b3b9221a21..6686f75cbd94 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * mxl111sf-tuner.c - driver for the MaxLinear MXL111SF CMOS tuner | 3 | * mxl111sf-tuner.c - driver for the MaxLinear MXL111SF CMOS tuner |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "mxl111sf-tuner.h" | 8 | #include "mxl111sf-tuner.h" |
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h b/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h index 87c1b1642115..adce37b1ac49 100644 --- a/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h +++ b/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mxl111sf-tuner.h - driver for the MaxLinear MXL111SF CMOS tuner | 3 | * mxl111sf-tuner.h - driver for the MaxLinear MXL111SF CMOS tuner |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> | 5 | * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __MXL111SF_TUNER_H__ | 8 | #ifndef __MXL111SF_TUNER_H__ |
diff --git a/drivers/media/usb/dvb-usb-v2/zd1301.c b/drivers/media/usb/dvb-usb-v2/zd1301.c index 7a41d744ff58..63b66b207b64 100644 --- a/drivers/media/usb/dvb-usb-v2/zd1301.c +++ b/drivers/media/usb/dvb-usb-v2/zd1301.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * ZyDAS ZD1301 driver (USB interface) | 3 | * ZyDAS ZD1301 driver (USB interface) |
3 | * | 4 | * |
4 | * Copyright (C) 2015 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2015 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include "dvb_usb.h" | 8 | #include "dvb_usb.h" |
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_ |
diff --git a/drivers/media/usb/gspca/autogain_functions.c b/drivers/media/usb/gspca/autogain_functions.c index f915cc7c0c63..7ae7c43951cd 100644 --- a/drivers/media/usb/gspca/autogain_functions.c +++ b/drivers/media/usb/gspca/autogain_functions.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Functions for auto gain. | 3 | * Functions for auto gain. |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2012 Hans de Goede <hdegoede@redhat.com> | 5 | * Copyright (C) 2010-2012 Hans de Goede <hdegoede@redhat.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 | */ | 6 | */ |
16 | #include "gspca.h" | 7 | #include "gspca.h" |
17 | 8 | ||
diff --git a/drivers/media/usb/gspca/cpia1.c b/drivers/media/usb/gspca/cpia1.c index 7c817a4a93c4..a4f7431486f3 100644 --- a/drivers/media/usb/gspca/cpia1.c +++ b/drivers/media/usb/gspca/cpia1.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * cpia CPiA (1) gspca driver | 3 | * cpia CPiA (1) gspca driver |
3 | * | 4 | * |
@@ -9,17 +10,6 @@ | |||
9 | * (C) Copyright 1999-2000 Scott J. Bertin | 10 | * (C) Copyright 1999-2000 Scott J. Bertin |
10 | * (C) Copyright 1999-2000 Johannes Erdfelt <johannes@erdfelt.com> | 11 | * (C) Copyright 1999-2000 Johannes Erdfelt <johannes@erdfelt.com> |
11 | * (C) Copyright 2000 STMicroelectronics | 12 | * (C) Copyright 2000 STMicroelectronics |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | */ | 13 | */ |
24 | 14 | ||
25 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 15 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c index 4d7517411cc2..a7ed5257cdba 100644 --- a/drivers/media/usb/gspca/gspca.c +++ b/drivers/media/usb/gspca/gspca.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Main USB camera driver | 3 | * Main USB camera driver |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Camera button input handling by Márton Németh | 7 | * Camera button input handling by Márton Németh |
7 | * Copyright (C) 2009-2010 Márton Németh <nm127@freemail.hu> | 8 | * Copyright (C) 2009-2010 Márton Németh <nm127@freemail.hu> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
16 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
17 | * for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/pac207.c b/drivers/media/usb/gspca/pac207.c index a1df7af8fef5..34127114c99b 100644 --- a/drivers/media/usb/gspca/pac207.c +++ b/drivers/media/usb/gspca/pac207.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Pixart PAC207BCA library | 3 | * Pixart PAC207BCA library |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr | 7 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr |
7 | * | 8 | * |
8 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> | 9 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/pac_common.h b/drivers/media/usb/gspca/pac_common.h index aae97a5534e3..acd1be93649d 100644 --- a/drivers/media/usb/gspca/pac_common.h +++ b/drivers/media/usb/gspca/pac_common.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Pixart PAC207BCA / PAC73xx common functions | 3 | * Pixart PAC207BCA / PAC73xx common functions |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr | 7 | * Copyleft (C) 2005 Michel Xhaard mxhaard@magic.fr |
7 | * | 8 | * |
8 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> | 9 | * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | /* We calculate the autogain at the end of the transfer of a frame, at this | 12 | /* We calculate the autogain at the end of the transfer of a frame, at this |
diff --git a/drivers/media/usb/gspca/se401.c b/drivers/media/usb/gspca/se401.c index 477da0664b7d..061deee138c3 100644 --- a/drivers/media/usb/gspca/se401.c +++ b/drivers/media/usb/gspca/se401.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver | 3 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Based on the v4l1 se401 driver which is: | 7 | * Based on the v4l1 se401 driver which is: |
7 | * | 8 | * |
8 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) | 9 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/se401.h b/drivers/media/usb/gspca/se401.h index 7cc0728c1410..b0271409faf6 100644 --- a/drivers/media/usb/gspca/se401.h +++ b/drivers/media/usb/gspca/se401.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver | 3 | * GSPCA Endpoints (formerly known as AOX) se401 USB Camera sub Driver |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Based on the v4l1 se401 driver which is: | 7 | * Based on the v4l1 se401 driver which is: |
7 | * | 8 | * |
8 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) | 9 | * Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org) |
9 | * | ||
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 | */ | 10 | */ |
21 | 11 | ||
22 | #define SE401_REQ_GET_CAMERA_DESCRIPTOR 0x06 | 12 | #define SE401_REQ_GET_CAMERA_DESCRIPTOR 0x06 |
diff --git a/drivers/media/usb/gspca/sn9c2028.h b/drivers/media/usb/gspca/sn9c2028.h index 29f1571f9242..beb5d2a5de75 100644 --- a/drivers/media/usb/gspca/sn9c2028.h +++ b/drivers/media/usb/gspca/sn9c2028.h | |||
@@ -1,20 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SN9C2028 common functions | 3 | * SN9C2028 common functions |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Theodore Kilgore <kilgota@auburn,edu> | 5 | * Copyright (C) 2009 Theodore Kilgore <kilgota@auburn,edu> |
5 | * | 6 | * |
6 | * Based closely upon the file gspca/pac_common.h | 7 | * Based closely upon the file gspca/pac_common.h |
7 | * | ||
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 | */ | 8 | */ |
19 | 9 | ||
20 | static const unsigned char sn9c2028_sof_marker[] = { | 10 | static const unsigned char sn9c2028_sof_marker[] = { |
diff --git a/drivers/media/usb/gspca/stv0680.c b/drivers/media/usb/gspca/stv0680.c index 3ff5ed74bd9f..f869eb6065ce 100644 --- a/drivers/media/usb/gspca/stv0680.c +++ b/drivers/media/usb/gspca/stv0680.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * STV0680 USB Camera Driver | 3 | * STV0680 USB Camera Driver |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * Thanks to STMicroelectronics for information on the usb commands, and | 11 | * Thanks to STMicroelectronics for information on the usb commands, and |
11 | * to Steve Miller at STM for his help and encouragement while I was | 12 | * to Steve Miller at STM for his help and encouragement while I was |
12 | * writing this driver. | 13 | * writing this driver. |
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 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx.c b/drivers/media/usb/gspca/stv06xx/stv06xx.c index 6080a35310ca..79653d409951 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
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 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx.h b/drivers/media/usb/gspca/stv06xx/stv06xx.h index 480186706bba..f6bafa982e32 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
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 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c index d8db2c89718f..5a47dcbf1c8e 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * Copyright (c) 2008 Chia-I Wu | 7 | * Copyright (c) 2008 Chia-I Wu |
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 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 10 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
20 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 11 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h index d2da0de05236..326a6eb68237 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * Copyright (c) 2008 Chia-I Wu | 7 | * Copyright (c) 2008 Chia-I Wu |
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 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 10 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
20 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 11 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c index 7374aeb0a67a..6d1007715ff7 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
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 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h index 33572d8bb368..c5a6614577de 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
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 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h b/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h index 747d07c877fe..67c13c689b9c 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
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 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c index 51a135c2f9f7..7104a88b1e43 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Support for the sensor part which is integrated (I think) into the | 3 | * Support for the sensor part which is integrated (I think) into the |
3 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes | 4 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes |
@@ -9,17 +10,6 @@ | |||
9 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 10 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
10 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 11 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
11 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 12 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | */ | 13 | */ |
24 | 14 | ||
25 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 15 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h index 87324a69a0be..68ba01c5a8d4 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Support for the sensor part which is integrated (I think) into the | 3 | * Support for the sensor part which is integrated (I think) into the |
3 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes | 4 | * st6422 stv06xx alike bridge, as its integrated there are no i2c writes |
@@ -9,17 +10,6 @@ | |||
9 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 10 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
10 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 11 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
11 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 12 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | */ | 13 | */ |
24 | 14 | ||
25 | #ifndef STV06XX_ST6422_H_ | 15 | #ifndef STV06XX_ST6422_H_ |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c index b2f16c2754fb..dde1950bdc68 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
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 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h index e8598893791e..343ddc30401f 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h +++ b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher | 3 | * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher |
3 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland | 4 | * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland |
4 | * Copyright (c) 2002, 2003 Tuukka Toivonen | 5 | * Copyright (c) 2002, 2003 Tuukka Toivonen |
5 | * Copyright (c) 2008 Erik Andrén | 6 | * Copyright (c) 2008 Erik Andrén |
6 | * | 7 | * |
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 | * | ||
17 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 | 8 | * P/N 861037: Sensor HDCS1000 ASIC STV0600 |
18 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 | 9 | * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 |
19 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express | 10 | * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express |
diff --git a/drivers/media/usb/gspca/xirlink_cit.c b/drivers/media/usb/gspca/xirlink_cit.c index 58deb0c38826..934a90bd78c2 100644 --- a/drivers/media/usb/gspca/xirlink_cit.c +++ b/drivers/media/usb/gspca/xirlink_cit.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * USB IBM C-It Video Camera driver | 3 | * USB IBM C-It Video Camera driver |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * | 11 | * |
11 | * (C) Copyright 1999 Johannes Erdfelt | 12 | * (C) Copyright 1999 Johannes Erdfelt |
12 | * (C) Copyright 1999 Randy Dunlap | 13 | * (C) Copyright 1999 Randy Dunlap |
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 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/gspca/zc3xx.c b/drivers/media/usb/gspca/zc3xx.c index ad7194029031..15a2449d536f 100644 --- a/drivers/media/usb/gspca/zc3xx.c +++ b/drivers/media/usb/gspca/zc3xx.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Z-Star/Vimicro zc301/zc302p/vc30x driver | 3 | * Z-Star/Vimicro zc301/zc302p/vc30x driver |
3 | * | 4 | * |
4 | * Copyright (C) 2009-2012 Jean-Francois Moine <http://moinejf.free.fr> | 5 | * Copyright (C) 2009-2012 Jean-Francois Moine <http://moinejf.free.fr> |
5 | * Copyright (C) 2004 2005 2006 Michel Xhaard mxhaard@magic.fr | 6 | * Copyright (C) 2004 2005 2006 Michel Xhaard mxhaard@magic.fr |
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 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/media/usb/hackrf/hackrf.c b/drivers/media/usb/hackrf/hackrf.c index d43785206622..7d4a9452f545 100644 --- a/drivers/media/usb/hackrf/hackrf.c +++ b/drivers/media/usb/hackrf/hackrf.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * HackRF driver | 3 | * HackRF driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> | 5 | * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/media/usb/msi2500/msi2500.c b/drivers/media/usb/msi2500/msi2500.c index 10b5b95bee34..b405bc3c2781 100644 --- a/drivers/media/usb/msi2500/msi2500.c +++ b/drivers/media/usb/msi2500/msi2500.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Mirics MSi2500 driver | 3 | * Mirics MSi2500 driver |
3 | * Mirics MSi3101 SDR Dongle driver | 4 | * Mirics MSi3101 SDR Dongle driver |
4 | * | 5 | * |
5 | * Copyright (C) 2013 Antti Palosaari <crope@iki.fi> | 6 | * Copyright (C) 2013 Antti Palosaari <crope@iki.fi> |
6 | * | 7 | * |
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 | * | ||
17 | * That driver is somehow based of pwc driver: | 8 | * That driver is somehow based of pwc driver: |
18 | * (C) 1999-2004 Nemosoft Unv. | 9 | * (C) 1999-2004 Nemosoft Unv. |
19 | * (C) 2004-2006 Luc Saillard (luc@saillard.org) | 10 | * (C) 2004-2006 Luc Saillard (luc@saillard.org) |
diff --git a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/usb/s2255/s2255drv.c index 5b3e54b76e9a..3eccbd48bdac 100644 --- a/drivers/media/usb/s2255/s2255drv.c +++ b/drivers/media/usb/s2255/s2255drv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * s2255drv.c - a driver for the Sensoray 2255 USB video capture device | 3 | * s2255drv.c - a driver for the Sensoray 2255 USB video capture device |
3 | * | 4 | * |
@@ -20,16 +21,6 @@ | |||
20 | * -half size, color mode YUYV or YUV422P: all 4 channels at once | 21 | * -half size, color mode YUYV or YUV422P: all 4 channels at once |
21 | * -full size, color mode YUYV or YUV422P 1/2 frame rate: all 4 channels | 22 | * -full size, color mode YUYV or YUV422P 1/2 frame rate: all 4 channels |
22 | * at once. | 23 | * at once. |
23 | * | ||
24 | * This program is free software; you can redistribute it and/or modify | ||
25 | * it under the terms of the GNU General Public License as published by | ||
26 | * the Free Software Foundation; either version 2 of the License, or | ||
27 | * (at your option) any later version. | ||
28 | * | ||
29 | * This program is distributed in the hope that it will be useful, | ||
30 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
31 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
32 | * GNU General Public License for more details. | ||
33 | */ | 24 | */ |
34 | 25 | ||
35 | #include <linux/module.h> | 26 | #include <linux/module.h> |
diff --git a/drivers/media/usb/stk1160/stk1160-ac97.c b/drivers/media/usb/stk1160/stk1160-ac97.c index 2169be8a71dd..79762db84855 100644 --- a/drivers/media/usb/stk1160/stk1160-ac97.c +++ b/drivers/media/usb/stk1160/stk1160-ac97.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * STK1160 driver | 3 | * STK1160 driver |
3 | * | 4 | * |
@@ -10,17 +11,6 @@ | |||
10 | * Based on Easycap driver by R.M. Thomas | 11 | * Based on Easycap driver by R.M. Thomas |
11 | * Copyright (C) 2010 R.M. Thomas | 12 | * Copyright (C) 2010 R.M. Thomas |
12 | * <rmthomas--a.t--sciolus.org> | 13 | * <rmthomas--a.t--sciolus.org> |
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 <linux/delay.h> | 16 | #include <linux/delay.h> |
diff --git a/drivers/media/usb/stk1160/stk1160-core.c b/drivers/media/usb/stk1160/stk1160-core.c index a44a44ff3bb1..b4f8bc5db138 100644 --- a/drivers/media/usb/stk1160/stk1160-core.c +++ b/drivers/media/usb/stk1160/stk1160-core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * STK1160 driver | 3 | * STK1160 driver |
3 | * | 4 | * |
@@ -8,20 +9,9 @@ | |||
8 | * Copyright (C) 2010 R.M. Thomas | 9 | * Copyright (C) 2010 R.M. Thomas |
9 | * <rmthomas--a.t--sciolus.org> | 10 | * <rmthomas--a.t--sciolus.org> |
10 | * | 11 | * |
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | * TODO: | 12 | * TODO: |
22 | * | 13 | * |
23 | * 1. Support stream at lower speed: lower frame rate or lower frame size. | 14 | * 1. Support stream at lower speed: lower frame rate or lower frame size. |
24 | * | ||
25 | */ | 15 | */ |
26 | 16 | ||
27 | #include <linux/module.h> | 17 | #include <linux/module.h> |
diff --git a/drivers/media/usb/stk1160/stk1160-i2c.c b/drivers/media/usb/stk1160/stk1160-i2c.c index c3a15564e5cb..9848b783ad08 100644 --- a/drivers/media/usb/stk1160/stk1160-i2c.c +++ b/drivers/media/usb/stk1160/stk1160-i2c.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * STK1160 driver | 3 | * STK1160 driver |
3 | * | 4 | * |
@@ -7,17 +8,6 @@ | |||
7 | * Based on Easycap driver by R.M. Thomas | 8 | * Based on Easycap driver by R.M. Thomas |
8 | * Copyright (C) 2010 R.M. Thomas | 9 | * Copyright (C) 2010 R.M. Thomas |
9 | * <rmthomas--a.t--sciolus.org> | 10 | * <rmthomas--a.t--sciolus.org> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | */ | 11 | */ |
22 | 12 | ||
23 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/drivers/media/usb/stk1160/stk1160-reg.h b/drivers/media/usb/stk1160/stk1160-reg.h index 2e400db0ad0e..cf8fd28240d7 100644 --- a/drivers/media/usb/stk1160/stk1160-reg.h +++ b/drivers/media/usb/stk1160/stk1160-reg.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * STK1160 driver | 3 | * STK1160 driver |
3 | * | 4 | * |
@@ -7,17 +8,6 @@ | |||
7 | * Based on Easycap driver by R.M. Thomas | 8 | * Based on Easycap driver by R.M. Thomas |
8 | * Copyright (C) 2010 R.M. Thomas | 9 | * Copyright (C) 2010 R.M. Thomas |
9 | * <rmthomas--a.t--sciolus.org> | 10 | * <rmthomas--a.t--sciolus.org> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | */ | 11 | */ |
22 | 12 | ||
23 | /* GPIO Control */ | 13 | /* GPIO Control */ |
diff --git a/drivers/media/usb/stk1160/stk1160-v4l.c b/drivers/media/usb/stk1160/stk1160-v4l.c index 701ed3d4afe6..38016632c6d8 100644 --- a/drivers/media/usb/stk1160/stk1160-v4l.c +++ b/drivers/media/usb/stk1160/stk1160-v4l.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * STK1160 driver | 3 | * STK1160 driver |
3 | * | 4 | * |
@@ -7,17 +8,6 @@ | |||
7 | * Based on Easycap driver by R.M. Thomas | 8 | * Based on Easycap driver by R.M. Thomas |
8 | * Copyright (C) 2010 R.M. Thomas | 9 | * Copyright (C) 2010 R.M. Thomas |
9 | * <rmthomas--a.t--sciolus.org> | 10 | * <rmthomas--a.t--sciolus.org> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | */ | 11 | */ |
22 | 12 | ||
23 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/drivers/media/usb/stk1160/stk1160-video.c b/drivers/media/usb/stk1160/stk1160-video.c index 2811f612820f..202b084f65a2 100644 --- a/drivers/media/usb/stk1160/stk1160-video.c +++ b/drivers/media/usb/stk1160/stk1160-video.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * STK1160 driver | 3 | * STK1160 driver |
3 | * | 4 | * |
@@ -7,17 +8,6 @@ | |||
7 | * Based on Easycap driver by R.M. Thomas | 8 | * Based on Easycap driver by R.M. Thomas |
8 | * Copyright (C) 2010 R.M. Thomas | 9 | * Copyright (C) 2010 R.M. Thomas |
9 | * <rmthomas--a.t--sciolus.org> | 10 | * <rmthomas--a.t--sciolus.org> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | */ | 11 | */ |
22 | 12 | ||
23 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/drivers/media/usb/stk1160/stk1160.h b/drivers/media/usb/stk1160/stk1160.h index acd1c811db08..099ce2a2f021 100644 --- a/drivers/media/usb/stk1160/stk1160.h +++ b/drivers/media/usb/stk1160/stk1160.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * STK1160 driver | 3 | * STK1160 driver |
3 | * | 4 | * |
@@ -7,17 +8,6 @@ | |||
7 | * Based on Easycap driver by R.M. Thomas | 8 | * Based on Easycap driver by R.M. Thomas |
8 | * Copyright (C) 2010 R.M. Thomas | 9 | * Copyright (C) 2010 R.M. Thomas |
9 | * <rmthomas--a.t--sciolus.org> | 10 | * <rmthomas--a.t--sciolus.org> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | */ | 11 | */ |
22 | 12 | ||
23 | #include <linux/i2c.h> | 13 | #include <linux/i2c.h> |
diff --git a/drivers/media/usb/stkwebcam/stk-sensor.c b/drivers/media/usb/stkwebcam/stk-sensor.c index 9a7dbeff1337..94aa6a27f934 100644 --- a/drivers/media/usb/stkwebcam/stk-sensor.c +++ b/drivers/media/usb/stkwebcam/stk-sensor.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* stk-sensor.c: Driver for ov96xx sensor (used in some Syntek webcams) | 2 | /* stk-sensor.c: Driver for ov96xx sensor (used in some Syntek webcams) |
2 | * | 3 | * |
3 | * Copyright 2007-2008 Jaime Velasco Juan <jsagarribay@gmail.com> | 4 | * Copyright 2007-2008 Jaime Velasco Juan <jsagarribay@gmail.com> |
@@ -10,15 +11,6 @@ | |||
10 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> | 11 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> |
11 | * | 12 | * |
12 | * This file may be distributed under the terms of the GNU General | 13 | * This file may be distributed under the terms of the GNU General |
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 14 | */ |
23 | 15 | ||
24 | /* Controlling the sensor via the STK1125 vendor specific control interface: | 16 | /* Controlling the sensor via the STK1125 vendor specific control interface: |
diff --git a/drivers/media/usb/ttusb-dec/ttusb_dec.c b/drivers/media/usb/ttusb-dec/ttusb_dec.c index 897ef5e1da71..1d0afa340f47 100644 --- a/drivers/media/usb/ttusb-dec/ttusb_dec.c +++ b/drivers/media/usb/ttusb-dec/ttusb_dec.c | |||
@@ -1,19 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * TTUSB DEC Driver | 3 | * TTUSB DEC Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org> | 5 | * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org> |
5 | * IR support by Peter Beutner <p.beutner@gmx.net> | 6 | * IR support by Peter Beutner <p.beutner@gmx.net> |
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 | * | ||
17 | */ | 7 | */ |
18 | 8 | ||
19 | #include <linux/list.h> | 9 | #include <linux/list.h> |
diff --git a/drivers/media/usb/ttusb-dec/ttusbdecfe.c b/drivers/media/usb/ttusb-dec/ttusbdecfe.c index 278bf6c5855b..ea25b96b8bbf 100644 --- a/drivers/media/usb/ttusb-dec/ttusbdecfe.c +++ b/drivers/media/usb/ttusb-dec/ttusbdecfe.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * TTUSB DEC Frontend Driver | 3 | * TTUSB DEC Frontend Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org> | 5 | * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org> |
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 | */ | 6 | */ |
17 | 7 | ||
18 | #include <media/dvb_frontend.h> | 8 | #include <media/dvb_frontend.h> |
diff --git a/drivers/media/usb/ttusb-dec/ttusbdecfe.h b/drivers/media/usb/ttusb-dec/ttusbdecfe.h index 5aff58c1b075..73828bb2258c 100644 --- a/drivers/media/usb/ttusb-dec/ttusbdecfe.h +++ b/drivers/media/usb/ttusb-dec/ttusbdecfe.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * TTUSB DEC Driver | 3 | * TTUSB DEC Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org> | 5 | * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org> |
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 | */ | 6 | */ |
17 | 7 | ||
18 | #ifndef TTUSBDECFE_H | 8 | #ifndef TTUSBDECFE_H |
diff --git a/drivers/media/usb/usbvision/usbvision-cards.c b/drivers/media/usb/usbvision/usbvision-cards.c index fc2418b9f37c..5e0cbbfe7c86 100644 --- a/drivers/media/usb/usbvision/usbvision-cards.c +++ b/drivers/media/usb/usbvision/usbvision-cards.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * usbvision-cards.c | 3 | * usbvision-cards.c |
3 | * usbvision cards definition file | 4 | * usbvision cards definition file |
@@ -6,16 +7,6 @@ | |||
6 | * | 7 | * |
7 | * This module is part of usbvision driver project. | 8 | * This module is part of usbvision driver project. |
8 | * Updates to driver completed by Dwaine P. Garden | 9 | * Updates to driver completed by Dwaine P. Garden |
9 | * | ||
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 | */ | 10 | */ |
20 | 11 | ||
21 | 12 | ||
diff --git a/drivers/media/usb/usbvision/usbvision-core.c b/drivers/media/usb/usbvision/usbvision-core.c index abc4eed832a3..f05a5c84dc18 100644 --- a/drivers/media/usb/usbvision/usbvision-core.c +++ b/drivers/media/usb/usbvision/usbvision-core.c | |||
@@ -1,22 +1,12 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * usbvision-core.c - driver for NT100x USB video capture devices | 3 | * usbvision-core.c - driver for NT100x USB video capture devices |
3 | * | 4 | * |
4 | * | ||
5 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> | 5 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> |
6 | * Dwaine Garden <dwainegarden@rogers.com> | 6 | * Dwaine Garden <dwainegarden@rogers.com> |
7 | * | 7 | * |
8 | * This module is part of usbvision driver project. | 8 | * This module is part of usbvision driver project. |
9 | * Updates to driver completed by Dwaine P. Garden | 9 | * Updates to driver completed by Dwaine P. Garden |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 10 | */ |
21 | 11 | ||
22 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/drivers/media/usb/usbvision/usbvision-i2c.c b/drivers/media/usb/usbvision/usbvision-i2c.c index 837bd4d9db41..6e4df3335b1b 100644 --- a/drivers/media/usb/usbvision/usbvision-i2c.c +++ b/drivers/media/usb/usbvision/usbvision-i2c.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * usbvision_i2c.c | 3 | * usbvision_i2c.c |
3 | * i2c algorithm for USB-I2C Bridges | 4 | * i2c algorithm for USB-I2C Bridges |
@@ -7,16 +8,6 @@ | |||
7 | * | 8 | * |
8 | * This module is part of usbvision driver project. | 9 | * This module is part of usbvision driver project. |
9 | * Updates to driver completed by Dwaine P. Garden | 10 | * Updates to driver completed by Dwaine P. Garden |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 11 | */ |
21 | 12 | ||
22 | 13 | ||
diff --git a/drivers/media/usb/usbvision/usbvision-video.c b/drivers/media/usb/usbvision/usbvision-video.c index e611052ebf59..6d42154e3d0a 100644 --- a/drivers/media/usb/usbvision/usbvision-video.c +++ b/drivers/media/usb/usbvision/usbvision-video.c | |||
@@ -1,22 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * USB USBVISION Video device driver 0.9.10 | 3 | * USB USBVISION Video device driver 0.9.10 |
3 | * | 4 | * |
4 | * | ||
5 | * | ||
6 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> | 5 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> |
7 | * | 6 | * |
8 | * This module is part of usbvision driver project. | 7 | * This module is part of usbvision driver project. |
9 | * | 8 | * |
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 | * Let's call the version 0.... until compression decoding is completely | 9 | * Let's call the version 0.... until compression decoding is completely |
21 | * implemented. | 10 | * implemented. |
22 | * | 11 | * |
@@ -27,7 +16,6 @@ | |||
27 | * Gerd Knorr and zoran 36120/36125 driver by Pauline Middelink | 16 | * Gerd Knorr and zoran 36120/36125 driver by Pauline Middelink |
28 | * Updates to driver completed by Dwaine P. Garden | 17 | * Updates to driver completed by Dwaine P. Garden |
29 | * | 18 | * |
30 | * | ||
31 | * TODO: | 19 | * TODO: |
32 | * - use submit_urb for all setup packets | 20 | * - use submit_urb for all setup packets |
33 | * - Fix memory settings for nt1004. It is 4 times as big as the | 21 | * - Fix memory settings for nt1004. It is 4 times as big as the |
@@ -38,7 +26,6 @@ | |||
38 | * - optimization for performance. | 26 | * - optimization for performance. |
39 | * - Add Videotext capability (VBI). Working on it..... | 27 | * - Add Videotext capability (VBI). Working on it..... |
40 | * - Check audio for other devices | 28 | * - Check audio for other devices |
41 | * | ||
42 | */ | 29 | */ |
43 | 30 | ||
44 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |
diff --git a/drivers/media/usb/usbvision/usbvision.h b/drivers/media/usb/usbvision/usbvision.h index 668167f8951d..4198f972a47b 100644 --- a/drivers/media/usb/usbvision/usbvision.h +++ b/drivers/media/usb/usbvision/usbvision.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * USBVISION.H | 3 | * USBVISION.H |
3 | * usbvision header file | 4 | * usbvision header file |
@@ -5,22 +6,11 @@ | |||
5 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> | 6 | * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de> |
6 | * Dwaine Garden <dwainegarden@rogers.com> | 7 | * Dwaine Garden <dwainegarden@rogers.com> |
7 | * | 8 | * |
8 | * | ||
9 | * Report problems to v4l MailingList: linux-media@vger.kernel.org | 9 | * Report problems to v4l MailingList: linux-media@vger.kernel.org |
10 | * | 10 | * |
11 | * This module is part of usbvision driver project. | 11 | * This module is part of usbvision driver project. |
12 | * Updates to driver completed by Dwaine P. Garden | 12 | * Updates to driver completed by Dwaine P. Garden |
13 | * v4l2 conversion by Thierry Merle <thierry.merle@free.fr> | 13 | * v4l2 conversion by Thierry Merle <thierry.merle@free.fr> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2 of the License, or | ||
18 | * (at your option) any later version. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | */ | 14 | */ |
25 | 15 | ||
26 | 16 | ||
diff --git a/drivers/media/usb/zr364xx/zr364xx.c b/drivers/media/usb/zr364xx/zr364xx.c index 96fee8d5b865..37a7992585df 100644 --- a/drivers/media/usb/zr364xx/zr364xx.c +++ b/drivers/media/usb/zr364xx/zr364xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Zoran 364xx based USB webcam module version 0.73 | 3 | * Zoran 364xx based USB webcam module version 0.73 |
3 | * | 4 | * |
@@ -11,16 +12,6 @@ | |||
11 | * V4L2 version inspired by meye.c driver | 12 | * V4L2 version inspired by meye.c driver |
12 | * | 13 | * |
13 | * Some video buffer code by Lamarque based on s2255drv.c and vivi.c drivers. | 14 | * Some video buffer code by Lamarque based on s2255drv.c and vivi.c drivers. |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2 of the License, or | ||
18 | * (at your option) any later version. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | */ | 15 | */ |
25 | 16 | ||
26 | 17 | ||