diff options
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
-rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index 4e94197094ad..a15ad0f3faf1 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Linux driver for Philips webcam | 2 | /* Linux driver for Philips webcam |
2 | USB and Video4Linux interface part. | 3 | USB and Video4Linux interface part. |
3 | (C) 1999-2004 Nemosoft Unv. | 4 | (C) 1999-2004 Nemosoft Unv. |
@@ -10,19 +11,6 @@ | |||
10 | The decompression routines have been implemented by reverse-engineering the | 11 | The decompression routines have been implemented by reverse-engineering the |
11 | Nemosoft binary pwcx module. Caveat emptor. | 12 | Nemosoft binary pwcx module. Caveat emptor. |
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 | You should have received a copy of the GNU General Public License | ||
24 | along with this program; if not, write to the Free Software | ||
25 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
26 | 14 | ||
27 | */ | 15 | */ |
28 | 16 | ||