linux/drivers/media/usb/em28xx
Sakari Ailus bcb63314e2 [media] media: Drop FSF's postal address from the source code files
Drop the FSF's postal address from the source code files that typically
contain mostly the license text. Of the 628 removed instances, 578 are
outdated.

The patch has been created with the following command without manual edits:

git grep -l "675 Mass Ave\|59 Temple Place\|51 Franklin St" -- \
	drivers/media/ include/media|while read i; do i=$i perl -e '
open(F,"< $ENV{i}");
$a=join("", <F>);
$a =~ s/[ \t]*\*\n.*You should.*\n.*along with.*\n.*(\n.*USA.*$)?\n//m
	&& $a =~ s/(^.*)Or, (point your browser to) /$1To obtain the license, $2\n$1/m;
close(F);
open(F, "> $ENV{i}");
print F $a;
close(F);'; done

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
2017-01-27 11:38:09 -02:00
..
Kconfig [media] em28xx: only use mt9v011 if camera support is enabled 2016-11-23 13:17:25 -02:00
Makefile [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
em28xx-audio.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
em28xx-camera.c [media] em28xx: use usb_interface for dev_foo() calls 2016-12-12 07:29:08 -02:00
em28xx-cards.c [media] em28xx: don't store usb_device at struct em28xx 2016-12-12 07:30:44 -02:00
em28xx-core.c [media] em28xx: don't store usb_device at struct em28xx 2016-12-12 07:30:44 -02:00
em28xx-dvb.c [media] em28xx: don't store usb_device at struct em28xx 2016-12-12 07:30:44 -02:00
em28xx-i2c.c [media] em28xx: use usb_interface for dev_foo() calls 2016-12-12 07:29:08 -02:00
em28xx-input.c [media] em28xx: don't store usb_device at struct em28xx 2016-12-12 07:30:44 -02:00
em28xx-reg.h [media] em28xx: add support for Hauppauge WinTV-dualHD DVB tuner 2016-05-09 14:25:39 -03:00
em28xx-v4l.h [media] em28xx: checkpatch cleanup: whitespaces/new lines cleanups 2014-12-04 14:13:14 -02:00
em28xx-vbi.c [media] em28xx: use usb_interface for dev_foo() calls 2016-12-12 07:29:08 -02:00
em28xx-video.c [media] em28xx: don't store usb_device at struct em28xx 2016-12-12 07:30:44 -02:00
em28xx.h [media] em28xx: don't store usb_device at struct em28xx 2016-12-12 07:30:44 -02:00