diff options
Diffstat (limited to 'drivers/media/i2c/saa7127.c')
-rw-r--r-- | drivers/media/i2c/saa7127.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/i2c/saa7127.c b/drivers/media/i2c/saa7127.c index a67865b810c0..891192f6412a 100644 --- a/drivers/media/i2c/saa7127.c +++ b/drivers/media/i2c/saa7127.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * saa7127 - Philips SAA7127/SAA7129 video encoder driver | 3 | * saa7127 - Philips SAA7127/SAA7129 video encoder driver |
3 | * | 4 | * |
@@ -31,16 +32,6 @@ | |||
31 | * macrovision anti-taping support. This driver will almost certainly | 32 | * macrovision anti-taping support. This driver will almost certainly |
32 | * work fine for those chips, except of course for the missing anti-taping | 33 | * work fine for those chips, except of course for the missing anti-taping |
33 | * support. | 34 | * support. |
34 | * | ||
35 | * This program is free software; you can redistribute it and/or modify | ||
36 | * it under the terms of the GNU General Public License as published by | ||
37 | * the Free Software Foundation; either version 2 of the License, or | ||
38 | * (at your option) any later version. | ||
39 | * | ||
40 | * This program is distributed in the hope that it will be useful, | ||
41 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
42 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
43 | * GNU General Public License for more details. | ||
44 | */ | 35 | */ |
45 | 36 | ||
46 | 37 | ||