diff options
Diffstat (limited to 'drivers/media/pci/tw68/tw68-risc.c')
-rw-r--r-- | drivers/media/pci/tw68/tw68-risc.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/pci/tw68/tw68-risc.c b/drivers/media/pci/tw68/tw68-risc.c index 82ff9c9494f3..eef0c5281f61 100644 --- a/drivers/media/pci/tw68/tw68-risc.c +++ b/drivers/media/pci/tw68/tw68-risc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * tw68_risc.c | 3 | * tw68_risc.c |
3 | * Part of the device driver for Techwell 68xx based cards | 4 | * Part of the device driver for Techwell 68xx based cards |
@@ -14,16 +15,6 @@ | |||
14 | * Refactored and updated to the latest v4l core frameworks: | 15 | * Refactored and updated to the latest v4l core frameworks: |
15 | * | 16 | * |
16 | * Copyright (C) 2014 Hans Verkuil <hverkuil@xs4all.nl> | 17 | * Copyright (C) 2014 Hans Verkuil <hverkuil@xs4all.nl> |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or modify | ||
19 | * it under the terms of the GNU General Public License as published by | ||
20 | * the Free Software Foundation; either version 2 of the License, or | ||
21 | * (at your option) any later version. | ||
22 | * | ||
23 | * This program is distributed in the hope that it will be useful, | ||
24 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
25 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
26 | * GNU General Public License for more details. | ||
27 | */ | 18 | */ |
28 | 19 | ||
29 | #include "tw68.h" | 20 | #include "tw68.h" |