Commit 28c9fc68ebd32d473a8787d05c74e3f39c6c866b
Committed by
Greg Kroah-Hartman
1 parent
de76cc2ba2
Exists in
master
and in
6 other branches
usb gadget: clean up FSF boilerplate text
remove the following two paragraphs as they are not needed: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Signed-off-by: Klaus Schwarzkopf <schwarzkopf@sensortherm.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Showing 61 changed files with 1 additions and 496 deletions Side-by-side Diff
- drivers/usb/gadget/amd5536udc.c
- drivers/usb/gadget/amd5536udc.h
- drivers/usb/gadget/at91_udc.c
- drivers/usb/gadget/at91_udc.h
- drivers/usb/gadget/cdc2.c
- drivers/usb/gadget/ci13xxx_msm.c
- drivers/usb/gadget/composite.c
- drivers/usb/gadget/config.c
- drivers/usb/gadget/dbgp.c
- drivers/usb/gadget/dummy_hcd.c
- drivers/usb/gadget/epautoconf.c
- drivers/usb/gadget/ether.c
- drivers/usb/gadget/f_ecm.c
- drivers/usb/gadget/f_eem.c
- drivers/usb/gadget/f_fs.c
- drivers/usb/gadget/f_hid.c
- drivers/usb/gadget/f_loopback.c
- drivers/usb/gadget/f_ncm.c
- drivers/usb/gadget/f_obex.c
- drivers/usb/gadget/f_phonet.c
- drivers/usb/gadget/f_rndis.c
- drivers/usb/gadget/f_sourcesink.c
- drivers/usb/gadget/f_subset.c
- drivers/usb/gadget/f_uvc.c
- drivers/usb/gadget/f_uvc.h
- drivers/usb/gadget/fusb300_udc.c
- drivers/usb/gadget/fusb300_udc.h
- drivers/usb/gadget/g_ffs.c
- drivers/usb/gadget/hid.c
- drivers/usb/gadget/imx_udc.h
- drivers/usb/gadget/inode.c
- drivers/usb/gadget/langwell_udc.c
- drivers/usb/gadget/langwell_udc.h
- drivers/usb/gadget/m66592-udc.c
- drivers/usb/gadget/m66592-udc.h
- drivers/usb/gadget/mass_storage.c
- drivers/usb/gadget/multi.c
- drivers/usb/gadget/ncm.c
- drivers/usb/gadget/ndis.h
- drivers/usb/gadget/net2280.c
- drivers/usb/gadget/net2280.h
- drivers/usb/gadget/omap_udc.c
- drivers/usb/gadget/pch_udc.c
- drivers/usb/gadget/printer.c
- drivers/usb/gadget/pxa25x_udc.c
- drivers/usb/gadget/pxa25x_udc.h
- drivers/usb/gadget/pxa27x_udc.c
- drivers/usb/gadget/pxa27x_udc.h
- drivers/usb/gadget/r8a66597-udc.c
- drivers/usb/gadget/r8a66597-udc.h
- drivers/usb/gadget/s3c2410_udc.c
- drivers/usb/gadget/s3c2410_udc.h
- drivers/usb/gadget/storage_common.c
- drivers/usb/gadget/u_ether.c
- drivers/usb/gadget/u_ether.h
- drivers/usb/gadget/uvc.h
- drivers/usb/gadget/uvc_queue.c
- drivers/usb/gadget/uvc_v4l2.c
- drivers/usb/gadget/uvc_video.c
- drivers/usb/gadget/webcam.c
- drivers/usb/gadget/zero.c
drivers/usb/gadget/amd5536udc.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | /* |
drivers/usb/gadget/amd5536udc.h
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | #ifndef AMD5536UDC_H |
drivers/usb/gadget/at91_udc.c
... | ... | @@ -9,16 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the | |
20 | - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
21 | - * Boston, MA 02111-1307, USA. | |
22 | 12 | */ |
23 | 13 | |
24 | 14 | #undef VERBOSE_DEBUG |
drivers/usb/gadget/at91_udc.h
... | ... | @@ -7,16 +7,6 @@ |
7 | 7 | * it under the terms of the GNU General Public License as published by |
8 | 8 | * the Free Software Foundation; either version 2 of the License, or |
9 | 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 | - * You should have received a copy of the GNU General Public License | |
17 | - * along with this program; if not, write to the | |
18 | - * Free Software Foundation, Inc., | |
19 | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | |
20 | 10 | */ |
21 | 11 | |
22 | 12 | #ifndef AT91_UDC_H |
drivers/usb/gadget/cdc2.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | #include <linux/kernel.h> |
drivers/usb/gadget/ci13xxx_msm.c
... | ... | @@ -3,17 +3,6 @@ |
3 | 3 | * This program is free software; you can redistribute it and/or modify |
4 | 4 | * it under the terms of the GNU General Public License version 2 and |
5 | 5 | * only version 2 as published by the Free Software Foundation. |
6 | - * | |
7 | - * This program is distributed in the hope that it will be useful, | |
8 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
9 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
10 | - * GNU General Public License for more details. | |
11 | - * | |
12 | - * You should have received a copy of the GNU General Public License | |
13 | - * along with this program; if not, write to the Free Software | |
14 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | |
15 | - * 02110-1301, USA. | |
16 | - * | |
17 | 6 | */ |
18 | 7 | |
19 | 8 | #include <linux/module.h> |
drivers/usb/gadget/composite.c
... | ... | @@ -7,15 +7,6 @@ |
7 | 7 | * it under the terms of the GNU General Public License as published by |
8 | 8 | * the Free Software Foundation; either version 2 of the License, or |
9 | 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 | - * You should have received a copy of the GNU General Public License | |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 | 10 | */ |
20 | 11 | |
21 | 12 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/config.c
... | ... | @@ -7,15 +7,6 @@ |
7 | 7 | * it under the terms of the GNU General Public License as published by |
8 | 8 | * the Free Software Foundation; either version 2 of the License, or |
9 | 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 | - * You should have received a copy of the GNU General Public License | |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 | 10 | */ |
20 | 11 | |
21 | 12 | #include <linux/errno.h> |
drivers/usb/gadget/dbgp.c
drivers/usb/gadget/dummy_hcd.c
... | ... | @@ -10,15 +10,6 @@ |
10 | 10 | * it under the terms of the GNU General Public License as published by |
11 | 11 | * the Free Software Foundation; either version 2 of the License, or |
12 | 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 | - * | |
19 | - * You should have received a copy of the GNU General Public License | |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 | 13 | */ |
23 | 14 | |
24 | 15 |
drivers/usb/gadget/epautoconf.c
... | ... | @@ -7,16 +7,6 @@ |
7 | 7 | * it under the terms of the GNU General Public License as published by |
8 | 8 | * the Free Software Foundation; either version 2 of the License, or |
9 | 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 | - * You should have received a copy of the GNU General Public License | |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 | - * | |
20 | 10 | */ |
21 | 11 | |
22 | 12 | #include <linux/kernel.h> |
drivers/usb/gadget/ether.c
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/f_ecm.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/f_eem.c
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 | #include <linux/kernel.h> |
drivers/usb/gadget/f_fs.c
... | ... | @@ -12,15 +12,6 @@ |
12 | 12 | * it under the terms of the GNU General Public License as published by |
13 | 13 | * the Free Software Foundation; either version 2 of the License, or |
14 | 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 | - * You should have received a copy of the GNU General Public License | |
22 | - * along with this program; if not, write to the Free Software | |
23 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
24 | 15 | */ |
25 | 16 | |
26 | 17 |
drivers/usb/gadget/f_hid.c
... | ... | @@ -7,15 +7,6 @@ |
7 | 7 | * it under the terms of the GNU General Public License as published by |
8 | 8 | * the Free Software Foundation; either version 2 of the License, or |
9 | 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 | - * You should have received a copy of the GNU General Public License | |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 | 10 | */ |
20 | 11 | |
21 | 12 | #include <linux/kernel.h> |
drivers/usb/gadget/f_loopback.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/f_ncm.c
... | ... | @@ -13,15 +13,6 @@ |
13 | 13 | * it under the terms of the GNU General Public License as published by |
14 | 14 | * the Free Software Foundation; either version 2 of the License, or |
15 | 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 | - * | |
22 | - * You should have received a copy of the GNU General Public License | |
23 | - * along with this program; if not, write to the Free Software | |
24 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
25 | 16 | */ |
26 | 17 | |
27 | 18 | #include <linux/kernel.h> |
drivers/usb/gadget/f_obex.c
... | ... | @@ -10,15 +10,6 @@ |
10 | 10 | * it under the terms of the GNU General Public License as published by |
11 | 11 | * the Free Software Foundation; either version 2 of the License, or |
12 | 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 | - * | |
19 | - * You should have received a copy of the GNU General Public License | |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 | 13 | */ |
23 | 14 | |
24 | 15 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/f_phonet.c
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * This program is free software; you can redistribute it and/or |
9 | 9 | * modify it under the terms of the GNU General Public License |
10 | 10 | * version 2 as published by the Free Software Foundation. |
11 | - * | |
12 | - * This program is distributed in the hope that it will be useful, but | |
13 | - * WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ย See the GNU | |
15 | - * General Public License for more details. | |
16 | - * | |
17 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | |
20 | - * 02110-1301 USA | |
21 | 11 | */ |
22 | 12 | |
23 | 13 | #include <linux/mm.h> |
drivers/usb/gadget/f_rndis.c
... | ... | @@ -11,15 +11,6 @@ |
11 | 11 | * it under the terms of the GNU General Public License as published by |
12 | 12 | * the Free Software Foundation; either version 2 of the License, or |
13 | 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 | - * You should have received a copy of the GNU General Public License | |
21 | - * along with this program; if not, write to the Free Software | |
22 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
23 | 14 | */ |
24 | 15 | |
25 | 16 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/f_sourcesink.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/f_subset.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | #include <linux/slab.h> |
drivers/usb/gadget/f_uvc.c
drivers/usb/gadget/f_uvc.h
drivers/usb/gadget/fusb300_udc.c
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * This program is free software; you can redistribute it and/or modify |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; version 2 of the License. |
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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | - * | |
21 | 11 | */ |
22 | 12 | #include <linux/dma-mapping.h> |
23 | 13 | #include <linux/err.h> |
drivers/usb/gadget/fusb300_udc.h
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * This program is free software; you can redistribute it and/or modify |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; version 2 of the License. |
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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | - * | |
21 | 11 | */ |
22 | 12 | |
23 | 13 |
drivers/usb/gadget/g_ffs.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | #define pr_fmt(fmt) "g_ffs: " fmt |
drivers/usb/gadget/hid.c
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 |
drivers/usb/gadget/imx_udc.h
... | ... | @@ -8,11 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | 11 | */ |
17 | 12 | |
18 | 13 | #ifndef __LINUX_USB_GADGET_IMX_H |
drivers/usb/gadget/inode.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 |
drivers/usb/gadget/langwell_udc.c
... | ... | @@ -5,16 +5,6 @@ |
5 | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | 6 | * under the terms and conditions of the GNU General Public License, |
7 | 7 | * version 2, as published by the Free Software Foundation. |
8 | - * | |
9 | - * This program is distributed in the hope it will be useful, but WITHOUT | |
10 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
11 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
12 | - * more details. | |
13 | - * | |
14 | - * You should have received a copy of the GNU General Public License along with | |
15 | - * this program; if not, write to the Free Software Foundation, Inc., | |
16 | - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | - * | |
18 | 8 | */ |
19 | 9 | |
20 | 10 |
drivers/usb/gadget/langwell_udc.h
... | ... | @@ -5,16 +5,6 @@ |
5 | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | 6 | * under the terms and conditions of the GNU General Public License, |
7 | 7 | * version 2, as published by the Free Software Foundation. |
8 | - * | |
9 | - * This program is distributed in the hope it will be useful, but WITHOUT | |
10 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
11 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
12 | - * more details. | |
13 | - * | |
14 | - * You should have received a copy of the GNU General Public License along with | |
15 | - * this program; if not, write to the Free Software Foundation, Inc., | |
16 | - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | - * | |
18 | 8 | */ |
19 | 9 | |
20 | 10 | #include <linux/usb/langwell_udc.h> |
drivers/usb/gadget/m66592-udc.c
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * This program is free software; you can redistribute it and/or modify |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; version 2 of the License. |
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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | - * | |
21 | 11 | */ |
22 | 12 | |
23 | 13 | #include <linux/module.h> |
drivers/usb/gadget/m66592-udc.h
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * This program is free software; you can redistribute it and/or modify |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; version 2 of the License. |
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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | - * | |
21 | 11 | */ |
22 | 12 | |
23 | 13 | #ifndef __M66592_UDC_H__ |
drivers/usb/gadget/mass_storage.c
... | ... | @@ -10,15 +10,6 @@ |
10 | 10 | * it under the terms of the GNU General Public License as published by |
11 | 11 | * the Free Software Foundation; either version 2 of the License, or |
12 | 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 | - * | |
19 | - * You should have received a copy of the GNU General Public License | |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 | 13 | */ |
23 | 14 | |
24 | 15 |
drivers/usb/gadget/multi.c
... | ... | @@ -10,15 +10,6 @@ |
10 | 10 | * it under the terms of the GNU General Public License as published by |
11 | 11 | * the Free Software Foundation; either version 2 of the License, or |
12 | 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 | - * | |
19 | - * You should have received a copy of the GNU General Public License | |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 | 13 | */ |
23 | 14 | |
24 | 15 |
drivers/usb/gadget/ncm.c
... | ... | @@ -14,15 +14,6 @@ |
14 | 14 | * it under the terms of the GNU General Public License as published by |
15 | 15 | * the Free Software Foundation; either version 2 of the License, or |
16 | 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 | 17 | */ |
27 | 18 | |
28 | 19 | /* #define DEBUG */ |
drivers/usb/gadget/ndis.h
... | ... | @@ -10,12 +10,6 @@ |
10 | 10 | * |
11 | 11 | * This source code is offered for use in the public domain. You may |
12 | 12 | * use, modify or distribute it freely. |
13 | - * | |
14 | - * This code is distributed in the hope that it will be useful but | |
15 | - * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY | |
16 | - * DISCLAIMED. This includes but is not limited to warranties of | |
17 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
18 | - * | |
19 | 13 | */ |
20 | 14 | |
21 | 15 | #ifndef _LINUX_NDIS_H |
drivers/usb/gadget/net2280.c
... | ... | @@ -33,15 +33,6 @@ |
33 | 33 | * it under the terms of the GNU General Public License as published by |
34 | 34 | * the Free Software Foundation; either version 2 of the License, or |
35 | 35 | * (at your option) any later version. |
36 | - * | |
37 | - * This program is distributed in the hope that it will be useful, | |
38 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
39 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
40 | - * GNU General Public License for more details. | |
41 | - * | |
42 | - * You should have received a copy of the GNU General Public License | |
43 | - * along with this program; if not, write to the Free Software | |
44 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
45 | 36 | */ |
46 | 37 | |
47 | 38 | #undef DEBUG /* messages on error and most fault paths */ |
drivers/usb/gadget/net2280.h
... | ... | @@ -11,15 +11,6 @@ |
11 | 11 | * it under the terms of the GNU General Public License as published by |
12 | 12 | * the Free Software Foundation; either version 2 of the License, or |
13 | 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 | - * You should have received a copy of the GNU General Public License | |
21 | - * along with this program; if not, write to the Free Software | |
22 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
23 | 14 | */ |
24 | 15 | |
25 | 16 | #include <linux/usb/net2280.h> |
drivers/usb/gadget/omap_udc.c
... | ... | @@ -10,15 +10,6 @@ |
10 | 10 | * it under the terms of the GNU General Public License as published by |
11 | 11 | * the Free Software Foundation; either version 2 of the License, or |
12 | 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 | - * | |
19 | - * You should have received a copy of the GNU General Public License | |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 | 13 | */ |
23 | 14 | |
24 | 15 | #undef DEBUG |
drivers/usb/gadget/pch_udc.c
... | ... | @@ -4,15 +4,6 @@ |
4 | 4 | * This program is free software; you can redistribute it and/or modify |
5 | 5 | * it under the terms of the GNU General Public License as published by |
6 | 6 | * the Free Software Foundation; version 2 of the License. |
7 | - * | |
8 | - * This program is distributed in the hope that it will be useful, | |
9 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
10 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
11 | - * GNU General Public License for more details. | |
12 | - * | |
13 | - * You should have received a copy of the GNU General Public License | |
14 | - * along with this program; if not, write to the Free Software | |
15 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. | |
16 | 7 | */ |
17 | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
18 | 9 | #include <linux/kernel.h> |
drivers/usb/gadget/printer.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 | #include <linux/module.h> |
drivers/usb/gadget/pxa25x_udc.c
... | ... | @@ -11,16 +11,6 @@ |
11 | 11 | * it under the terms of the GNU General Public License as published by |
12 | 12 | * the Free Software Foundation; either version 2 of the License, or |
13 | 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 | - * You should have received a copy of the GNU General Public License | |
21 | - * along with this program; if not, write to the Free Software | |
22 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
23 | - * | |
24 | 14 | */ |
25 | 15 | |
26 | 16 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/pxa25x_udc.h
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 | #ifndef __LINUX_USB_GADGET_PXA25X_H |
drivers/usb/gadget/pxa27x_udc.c
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | - * | |
21 | 11 | */ |
22 | 12 | #include <linux/module.h> |
23 | 13 | #include <linux/kernel.h> |
drivers/usb/gadget/pxa27x_udc.h
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 | #ifndef __LINUX_USB_GADGET_PXA27X_H |
drivers/usb/gadget/r8a66597-udc.c
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * This program is free software; you can redistribute it and/or modify |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; version 2 of the License. |
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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | - * | |
21 | 11 | */ |
22 | 12 | |
23 | 13 | #include <linux/module.h> |
drivers/usb/gadget/r8a66597-udc.h
... | ... | @@ -8,16 +8,6 @@ |
8 | 8 | * This program is free software; you can redistribute it and/or modify |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; version 2 of the License. |
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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | - * | |
21 | 11 | */ |
22 | 12 | |
23 | 13 | #ifndef __R8A66597_H__ |
drivers/usb/gadget/s3c2410_udc.c
... | ... | @@ -10,16 +10,6 @@ |
10 | 10 | * it under the terms of the GNU General Public License as published by |
11 | 11 | * the Free Software Foundation; either version 2 of the License, or |
12 | 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 | - * | |
19 | - * You should have received a copy of the GNU General Public License | |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 | - * | |
23 | 13 | */ |
24 | 14 | |
25 | 15 | #include <linux/module.h> |
drivers/usb/gadget/s3c2410_udc.h
... | ... | @@ -9,16 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | - * | |
22 | 12 | */ |
23 | 13 | |
24 | 14 | #ifndef _S3C2410_UDC_H |
drivers/usb/gadget/storage_common.c
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 |
drivers/usb/gadget/u_ether.c
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 | /* #define VERBOSE_DEBUG */ |
drivers/usb/gadget/u_ether.h
... | ... | @@ -9,15 +9,6 @@ |
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | 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 | - * You should have received a copy of the GNU General Public License | |
19 | - * along with this program; if not, write to the Free Software | |
20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
21 | 12 | */ |
22 | 13 | |
23 | 14 | #ifndef __U_ETHER_H |
drivers/usb/gadget/uvc.h
drivers/usb/gadget/uvc_queue.c
drivers/usb/gadget/uvc_v4l2.c
drivers/usb/gadget/uvc_video.c
drivers/usb/gadget/webcam.c
... | ... | @@ -8,8 +8,8 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 10 | * (at your option) any later version. |
11 | - * | |
12 | 11 | */ |
12 | + | |
13 | 13 | #include <linux/kernel.h> |
14 | 14 | #include <linux/device.h> |
15 | 15 | #include <linux/usb/video.h> |
drivers/usb/gadget/zero.c
... | ... | @@ -8,15 +8,6 @@ |
8 | 8 | * it under the terms of the GNU General Public License as published by |
9 | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | 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 | - * You should have received a copy of the GNU General Public License | |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | 11 | */ |
21 | 12 | |
22 | 13 |