diff options
Diffstat (limited to 'drivers')
63 files changed, 101 insertions, 101 deletions
diff --git a/drivers/gpu/drm/i915/intel_sdvo_regs.h b/drivers/gpu/drm/i915/intel_sdvo_regs.h index 4aa6f343e49a..6b7b22f4d63e 100644 --- a/drivers/gpu/drm/i915/intel_sdvo_regs.h +++ b/drivers/gpu/drm/i915/intel_sdvo_regs.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2006-2007 Intel Corporation | 2 | * Copyright © 2006-2007 Intel Corporation |
3 | * | 3 | * |
4 | * Permission is hereby granted, free of charge, to any person obtaining a | 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
5 | * copy of this software and associated documentation files (the "Software"), | 5 | * copy of this software and associated documentation files (the "Software"), |
diff --git a/drivers/hid/hid-pl.c b/drivers/hid/hid-pl.c index 070f93a5c11b..47ed74c46b6b 100644 --- a/drivers/hid/hid-pl.c +++ b/drivers/hid/hid-pl.c | |||
@@ -9,10 +9,10 @@ | |||
9 | * - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT) | 9 | * - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT) |
10 | * | 10 | * |
11 | * 0e8f:0003 "GreenAsia Inc. USB Joystick " | 11 | * 0e8f:0003 "GreenAsia Inc. USB Joystick " |
12 | * - tested with König Gaming gamepad | 12 | * - tested with König Gaming gamepad |
13 | * | 13 | * |
14 | * 0e8f:0003 "GASIA USB Gamepad" | 14 | * 0e8f:0003 "GASIA USB Gamepad" |
15 | * - another version of the König gamepad | 15 | * - another version of the König gamepad |
16 | * | 16 | * |
17 | * Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com> | 17 | * Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com> |
18 | */ | 18 | */ |
diff --git a/drivers/hid/hid-twinhan.c b/drivers/hid/hid-twinhan.c index c40afc57fc8f..f23456b1fd4b 100644 --- a/drivers/hid/hid-twinhan.c +++ b/drivers/hid/hid-twinhan.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Based on hid-gyration.c | 4 | * Based on hid-gyration.c |
5 | * | 5 | * |
6 | * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org> | 6 | * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org> |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | 9 | /* |
diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index 4bb68f35caf2..ac083a28ae08 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c | |||
@@ -426,7 +426,7 @@ static void xiic_process(struct xiic_i2c *i2c) | |||
426 | xiic_wakeup(i2c, STATE_ERROR); | 426 | xiic_wakeup(i2c, STATE_ERROR); |
427 | 427 | ||
428 | } else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { | 428 | } else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { |
429 | /* Transmit register/FIFO is empty or ½ empty */ | 429 | /* Transmit register/FIFO is empty or ½ empty */ |
430 | 430 | ||
431 | clr = pend & | 431 | clr = pend & |
432 | (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK); | 432 | (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK); |
diff --git a/drivers/isdn/hisax/enternow_pci.c b/drivers/isdn/hisax/enternow_pci.c index 26264abf1f58..f55d29d60826 100644 --- a/drivers/isdn/hisax/enternow_pci.c +++ b/drivers/isdn/hisax/enternow_pci.c | |||
@@ -333,7 +333,7 @@ static void __devinit en_cs_init(struct IsdnCard *card, | |||
333 | cs->hw.njet.isac = cs->hw.njet.base + 0xC0; // Fenster zum AMD | 333 | cs->hw.njet.isac = cs->hw.njet.base + 0xC0; // Fenster zum AMD |
334 | 334 | ||
335 | /* Reset an */ | 335 | /* Reset an */ |
336 | cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff | 336 | cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff |
337 | outb(cs->hw.njet.ctrl_reg, cs->hw.njet.base + NETJET_CTRL); | 337 | outb(cs->hw.njet.ctrl_reg, cs->hw.njet.base + NETJET_CTRL); |
338 | /* 20 ms Pause */ | 338 | /* 20 ms Pause */ |
339 | mdelay(20); | 339 | mdelay(20); |
diff --git a/drivers/media/rc/winbond-cir.c b/drivers/media/rc/winbond-cir.c index 13f54b51194a..e7f7a57bf684 100644 --- a/drivers/media/rc/winbond-cir.c +++ b/drivers/media/rc/winbond-cir.c | |||
@@ -1176,6 +1176,6 @@ wbcir_exit(void) | |||
1176 | module_init(wbcir_init); | 1176 | module_init(wbcir_init); |
1177 | module_exit(wbcir_exit); | 1177 | module_exit(wbcir_exit); |
1178 | 1178 | ||
1179 | MODULE_AUTHOR("David Härdeman <david@hardeman.nu>"); | 1179 | MODULE_AUTHOR("David Härdeman <david@hardeman.nu>"); |
1180 | MODULE_DESCRIPTION("Winbond SuperI/O Consumer IR Driver"); | 1180 | MODULE_DESCRIPTION("Winbond SuperI/O Consumer IR Driver"); |
1181 | MODULE_LICENSE("GPL"); | 1181 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/misc/ibmasm/command.c b/drivers/misc/ibmasm/command.c index 5c766b4fb238..7d56f45dee19 100644 --- a/drivers/misc/ibmasm/command.c +++ b/drivers/misc/ibmasm/command.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | * Copyright (C) IBM Corporation, 2004 | 19 | * Copyright (C) IBM Corporation, 2004 |
20 | * | 20 | * |
21 | * Author: Max Asböck <amax@us.ibm.com> | 21 | * Author: Max Asböck <amax@us.ibm.com> |
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
diff --git a/drivers/misc/ibmasm/dot_command.c b/drivers/misc/ibmasm/dot_command.c index 3dd2dfb8da17..d7b2ca358b23 100644 --- a/drivers/misc/ibmasm/dot_command.c +++ b/drivers/misc/ibmasm/dot_command.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * Copyright (C) IBM Corporation, 2004 | 18 | * Copyright (C) IBM Corporation, 2004 |
19 | * | 19 | * |
20 | * Author: Max Asböck <amax@us.ibm.com> | 20 | * Author: Max Asböck <amax@us.ibm.com> |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
diff --git a/drivers/misc/ibmasm/dot_command.h b/drivers/misc/ibmasm/dot_command.h index 6cbba1afef35..fc9fc9d4e087 100644 --- a/drivers/misc/ibmasm/dot_command.h +++ b/drivers/misc/ibmasm/dot_command.h | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * Copyright (C) IBM Corporation, 2004 | 18 | * Copyright (C) IBM Corporation, 2004 |
19 | * | 19 | * |
20 | * Author: Max Asböck <amax@us.ibm.com> | 20 | * Author: Max Asböck <amax@us.ibm.com> |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
diff --git a/drivers/misc/ibmasm/event.c b/drivers/misc/ibmasm/event.c index 76bfda1ffaa9..8e540f4e9d52 100644 --- a/drivers/misc/ibmasm/event.c +++ b/drivers/misc/ibmasm/event.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | * Copyright (C) IBM Corporation, 2004 | 19 | * Copyright (C) IBM Corporation, 2004 |
20 | * | 20 | * |
21 | * Author: Max Asböck <amax@us.ibm.com> | 21 | * Author: Max Asböck <amax@us.ibm.com> |
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
diff --git a/drivers/misc/ibmasm/heartbeat.c b/drivers/misc/ibmasm/heartbeat.c index 1bc4306572a4..90746378f9b7 100644 --- a/drivers/misc/ibmasm/heartbeat.c +++ b/drivers/misc/ibmasm/heartbeat.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | * Copyright (C) IBM Corporation, 2004 | 19 | * Copyright (C) IBM Corporation, 2004 |
20 | * | 20 | * |
21 | * Author: Max Asböck <amax@us.ibm.com> | 21 | * Author: Max Asböck <amax@us.ibm.com> |
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
diff --git a/drivers/misc/ibmasm/i2o.h b/drivers/misc/ibmasm/i2o.h index bf2c738d2b72..2e9566dab2b1 100644 --- a/drivers/misc/ibmasm/i2o.h +++ b/drivers/misc/ibmasm/i2o.h | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * Copyright (C) IBM Corporation, 2004 | 18 | * Copyright (C) IBM Corporation, 2004 |
19 | * | 19 | * |
20 | * Author: Max Asböck <amax@us.ibm.com> | 20 | * Author: Max Asböck <amax@us.ibm.com> |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
diff --git a/drivers/misc/ibmasm/ibmasm.h b/drivers/misc/ibmasm/ibmasm.h index 4d8a4e248b34..9b083448814d 100644 --- a/drivers/misc/ibmasm/ibmasm.h +++ b/drivers/misc/ibmasm/ibmasm.h | |||
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | * Copyright (C) IBM Corporation, 2004 | 19 | * Copyright (C) IBM Corporation, 2004 |
20 | * | 20 | * |
21 | * Author: Max Asböck <amax@us.ibm.com> | 21 | * Author: Max Asböck <amax@us.ibm.com> |
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
diff --git a/drivers/misc/ibmasm/ibmasmfs.c b/drivers/misc/ibmasm/ibmasmfs.c index 89947723a27d..35361753b487 100644 --- a/drivers/misc/ibmasm/ibmasmfs.c +++ b/drivers/misc/ibmasm/ibmasmfs.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * Copyright (C) IBM Corporation, 2004 | 18 | * Copyright (C) IBM Corporation, 2004 |
19 | * | 19 | * |
20 | * Author: Max Asböck <amax@us.ibm.com> | 20 | * Author: Max Asböck <amax@us.ibm.com> |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
diff --git a/drivers/misc/ibmasm/lowlevel.c b/drivers/misc/ibmasm/lowlevel.c index 4b2398e27fd5..5319ea261c05 100644 --- a/drivers/misc/ibmasm/lowlevel.c +++ b/drivers/misc/ibmasm/lowlevel.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * Copyright (C) IBM Corporation, 2004 | 18 | * Copyright (C) IBM Corporation, 2004 |
19 | * | 19 | * |
20 | * Author: Max Asböck <amax@us.ibm.com> | 20 | * Author: Max Asböck <amax@us.ibm.com> |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
diff --git a/drivers/misc/ibmasm/lowlevel.h b/drivers/misc/ibmasm/lowlevel.h index 766766523a60..e97848f51b3f 100644 --- a/drivers/misc/ibmasm/lowlevel.h +++ b/drivers/misc/ibmasm/lowlevel.h | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * Copyright (C) IBM Corporation, 2004 | 18 | * Copyright (C) IBM Corporation, 2004 |
19 | * | 19 | * |
20 | * Author: Max Asböck <amax@us.ibm.com> | 20 | * Author: Max Asböck <amax@us.ibm.com> |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
diff --git a/drivers/misc/ibmasm/module.c b/drivers/misc/ibmasm/module.c index a234d965243b..1ccedb71e728 100644 --- a/drivers/misc/ibmasm/module.c +++ b/drivers/misc/ibmasm/module.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | * Copyright (C) IBM Corporation, 2004 | 19 | * Copyright (C) IBM Corporation, 2004 |
20 | * | 20 | * |
21 | * Author: Max Asböck <amax@us.ibm.com> | 21 | * Author: Max Asböck <amax@us.ibm.com> |
22 | * | 22 | * |
23 | * This driver is based on code originally written by Pete Reynolds | 23 | * This driver is based on code originally written by Pete Reynolds |
24 | * and others. | 24 | * and others. |
diff --git a/drivers/misc/ibmasm/r_heartbeat.c b/drivers/misc/ibmasm/r_heartbeat.c index 2de487ac788c..232034f5da48 100644 --- a/drivers/misc/ibmasm/r_heartbeat.c +++ b/drivers/misc/ibmasm/r_heartbeat.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * | 16 | * |
17 | * Copyright (C) IBM Corporation, 2004 | 17 | * Copyright (C) IBM Corporation, 2004 |
18 | * | 18 | * |
19 | * Author: Max Asböck <amax@us.ibm.com> | 19 | * Author: Max Asböck <amax@us.ibm.com> |
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
diff --git a/drivers/misc/ibmasm/remote.h b/drivers/misc/ibmasm/remote.h index 00dbf1d4373a..a7729ef76acb 100644 --- a/drivers/misc/ibmasm/remote.h +++ b/drivers/misc/ibmasm/remote.h | |||
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | * Copyright (C) IBM Corporation, 2004 | 19 | * Copyright (C) IBM Corporation, 2004 |
20 | * | 20 | * |
21 | * Author: Max Asböck <amax@us.ibm.com> | 21 | * Author: Max Asböck <amax@us.ibm.com> |
22 | * | 22 | * |
23 | * Originally written by Pete Reynolds | 23 | * Originally written by Pete Reynolds |
24 | */ | 24 | */ |
diff --git a/drivers/misc/ibmasm/uart.c b/drivers/misc/ibmasm/uart.c index 93baa350d698..1dcb9ae1905a 100644 --- a/drivers/misc/ibmasm/uart.c +++ b/drivers/misc/ibmasm/uart.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | * Copyright (C) IBM Corporation, 2004 | 19 | * Copyright (C) IBM Corporation, 2004 |
20 | * | 20 | * |
21 | * Author: Max Asböck <amax@us.ibm.com> | 21 | * Author: Max Asböck <amax@us.ibm.com> |
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index 2dba999caf2c..887c0e598cf3 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * linux/drivers/mmc/host/omap.c | 2 | * linux/drivers/mmc/host/omap.c |
3 | * | 3 | * |
4 | * Copyright (C) 2004 Nokia Corporation | 4 | * Copyright (C) 2004 Nokia Corporation |
5 | * Written by Tuukka Tikkanen and Juha Yrjölä<juha.yrjola@nokia.com> | 5 | * Written by Tuukka Tikkanen and Juha Yrjölä<juha.yrjola@nokia.com> |
6 | * Misc hacks here and there by Tony Lindgren <tony@atomide.com> | 6 | * Misc hacks here and there by Tony Lindgren <tony@atomide.com> |
7 | * Other hacks (DMA, SD, etc) by David Brownell | 7 | * Other hacks (DMA, SD, etc) by David Brownell |
8 | * | 8 | * |
@@ -1634,4 +1634,4 @@ module_exit(mmc_omap_exit); | |||
1634 | MODULE_DESCRIPTION("OMAP Multimedia Card driver"); | 1634 | MODULE_DESCRIPTION("OMAP Multimedia Card driver"); |
1635 | MODULE_LICENSE("GPL"); | 1635 | MODULE_LICENSE("GPL"); |
1636 | MODULE_ALIAS("platform:" DRIVER_NAME); | 1636 | MODULE_ALIAS("platform:" DRIVER_NAME); |
1637 | MODULE_AUTHOR("Juha Yrjölä"); | 1637 | MODULE_AUTHOR("Juha Yrjölä"); |
diff --git a/drivers/scsi/jazz_esp.c b/drivers/scsi/jazz_esp.c index 08e26d4e3731..27cfb0cb186c 100644 --- a/drivers/scsi/jazz_esp.c +++ b/drivers/scsi/jazz_esp.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* jazz_esp.c: ESP front-end for MIPS JAZZ systems. | 1 | /* jazz_esp.c: ESP front-end for MIPS JAZZ systems. |
2 | * | 2 | * |
3 | * Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende) | 3 | * Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende) |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
diff --git a/drivers/scsi/sni_53c710.c b/drivers/scsi/sni_53c710.c index 9acc2b2a3601..cf51432f8e72 100644 --- a/drivers/scsi/sni_53c710.c +++ b/drivers/scsi/sni_53c710.c | |||
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | #include "53c700.h" | 52 | #include "53c700.h" |
53 | 53 | ||
54 | MODULE_AUTHOR("Thomas Bogendörfer"); | 54 | MODULE_AUTHOR("Thomas Bogendörfer"); |
55 | MODULE_DESCRIPTION("SNI RM 53c710 SCSI Driver"); | 55 | MODULE_DESCRIPTION("SNI RM 53c710 SCSI Driver"); |
56 | MODULE_LICENSE("GPL"); | 56 | MODULE_LICENSE("GPL"); |
57 | MODULE_ALIAS("platform:snirm_53c710"); | 57 | MODULE_ALIAS("platform:snirm_53c710"); |
diff --git a/drivers/staging/bcm/target_params.h b/drivers/staging/bcm/target_params.h index 2d8b8a367b38..14876388b879 100644 --- a/drivers/staging/bcm/target_params.h +++ b/drivers/staging/bcm/target_params.h | |||
@@ -72,8 +72,8 @@ typedef struct _TARGET_PARAMS | |||
72 | // removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files.. | 72 | // removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files.. |
73 | 73 | ||
74 | //BAMC Related Parameters | 74 | //BAMC Related Parameters |
75 | //Bit 0-15 Band AMC signaling configuration: Bit 1 = 1 – Enable Band AMC signaling. | 75 | //Bit 0-15 Band AMC signaling configuration: Bit 1 = 1 – Enable Band AMC signaling. |
76 | //bit 16-31 Band AMC Data configuration: Bit 16 = 1 – Band AMC 2x3 support. | 76 | //bit 16-31 Band AMC Data configuration: Bit 16 = 1 – Band AMC 2x3 support. |
77 | B_UINT32 m_u32BandAMCEnable; | 77 | B_UINT32 m_u32BandAMCEnable; |
78 | 78 | ||
79 | } stTargetParams,TARGET_PARAMS,*PTARGET_PARAMS, STARGETPARAMS, *PSTARGETPARAMS; | 79 | } stTargetParams,TARGET_PARAMS,*PTARGET_PARAMS, STARGETPARAMS, *PSTARGETPARAMS; |
diff --git a/drivers/staging/keucr/smilmain.c b/drivers/staging/keucr/smilmain.c index 31f7813cab0d..cc49038e55d6 100644 --- a/drivers/staging/keucr/smilmain.c +++ b/drivers/staging/keucr/smilmain.c | |||
@@ -148,7 +148,7 @@ int Media_D_ReadSector(struct us_data *us, DWORD start,WORD count,BYTE *buf) | |||
148 | { | 148 | { |
149 | WORD len, bn; | 149 | WORD len, bn; |
150 | 150 | ||
151 | //if (Check_D_MediaPower()) ; ¦b 6250 don't care | 151 | //if (Check_D_MediaPower()) ; ¦b 6250 don't care |
152 | // return(ErrCode); | 152 | // return(ErrCode); |
153 | //if (Check_D_MediaFmt(fdoExt)) ; | 153 | //if (Check_D_MediaFmt(fdoExt)) ; |
154 | // return(ErrCode); | 154 | // return(ErrCode); |
@@ -594,7 +594,7 @@ int Media_D_OneSectWriteFlush(PFDO_DEVICE_EXTENSION fdoExt) | |||
594 | // if (Check_D_CardStsChg()) | 594 | // if (Check_D_CardStsChg()) |
595 | // MediaChange = ERROR; | 595 | // MediaChange = ERROR; |
596 | // //usleep(56*1024); | 596 | // //usleep(56*1024); |
597 | // if ((!Check_D_CntPower())&&(!MediaChange)) // ¦³ power & Media ¨S³Q change, «h return success | 597 | // if ((!Check_D_CntPower())&&(!MediaChange)) // ¦³ power & Media ¨S³Q change, «h return success |
598 | // return(SMSUCCESS); | 598 | // return(SMSUCCESS); |
599 | // //usleep(56*1024); | 599 | // //usleep(56*1024); |
600 | // | 600 | // |
diff --git a/drivers/staging/wlags49_h2/debug.h b/drivers/staging/wlags49_h2/debug.h index 8d5dddf08055..811698f1070c 100644 --- a/drivers/staging/wlags49_h2/debug.h +++ b/drivers/staging/wlags49_h2/debug.h | |||
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/dhfcfg.h b/drivers/staging/wlags49_h2/dhfcfg.h index 75c279f268ae..147f4c83c00c 100644 --- a/drivers/staging/wlags49_h2/dhfcfg.h +++ b/drivers/staging/wlags49_h2/dhfcfg.h | |||
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/hcf.c b/drivers/staging/wlags49_h2/hcf.c index 7dc176a95aab..b008773323b3 100644 --- a/drivers/staging/wlags49_h2/hcf.c +++ b/drivers/staging/wlags49_h2/hcf.c | |||
@@ -32,9 +32,9 @@ | |||
32 | * software indicates your acceptance of these terms and conditions. If you do | 32 | * software indicates your acceptance of these terms and conditions. If you do |
33 | * not agree with these terms and conditions, do not use the software. | 33 | * not agree with these terms and conditions, do not use the software. |
34 | * | 34 | * |
35 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 35 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
36 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 36 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
37 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 37 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
38 | * All rights reserved. | 38 | * All rights reserved. |
39 | * | 39 | * |
40 | * Redistribution and use in source or binary forms, with or without | 40 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/hcf.h b/drivers/staging/wlags49_h2/hcf.h index 000994731166..95527b5cf863 100644 --- a/drivers/staging/wlags49_h2/hcf.h +++ b/drivers/staging/wlags49_h2/hcf.h | |||
@@ -40,9 +40,9 @@ | |||
40 | * software indicates your acceptance of these terms and conditions. If you do | 40 | * software indicates your acceptance of these terms and conditions. If you do |
41 | * not agree with these terms and conditions, do not use the software. | 41 | * not agree with these terms and conditions, do not use the software. |
42 | * | 42 | * |
43 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 43 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
44 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 44 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
45 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 45 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
46 | * All rights reserved. | 46 | * All rights reserved. |
47 | * | 47 | * |
48 | * Redistribution and use in source or binary forms, with or without | 48 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/hcfcfg.h b/drivers/staging/wlags49_h2/hcfcfg.h index 7545bc554112..ef60da8c3ebc 100644 --- a/drivers/staging/wlags49_h2/hcfcfg.h +++ b/drivers/staging/wlags49_h2/hcfcfg.h | |||
@@ -64,9 +64,9 @@ | |||
64 | * software indicates your acceptance of these terms and conditions. If you do | 64 | * software indicates your acceptance of these terms and conditions. If you do |
65 | * not agree with these terms and conditions, do not use the software. | 65 | * not agree with these terms and conditions, do not use the software. |
66 | * | 66 | * |
67 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 67 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
68 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 68 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
69 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 69 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
70 | * All rights reserved. | 70 | * All rights reserved. |
71 | * | 71 | * |
72 | * Redistribution and use in source or binary forms, with or without | 72 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/hcfdef.h b/drivers/staging/wlags49_h2/hcfdef.h index a62b53a22891..30744e194a23 100644 --- a/drivers/staging/wlags49_h2/hcfdef.h +++ b/drivers/staging/wlags49_h2/hcfdef.h | |||
@@ -33,9 +33,9 @@ | |||
33 | * software indicates your acceptance of these terms and conditions. If you do | 33 | * software indicates your acceptance of these terms and conditions. If you do |
34 | * not agree with these terms and conditions, do not use the software. | 34 | * not agree with these terms and conditions, do not use the software. |
35 | * | 35 | * |
36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
39 | * All rights reserved. | 39 | * All rights reserved. |
40 | * | 40 | * |
41 | * Redistribution and use in source or binary forms, with or without | 41 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/mdd.h b/drivers/staging/wlags49_h2/mdd.h index b02e3ea9e479..5f951efb9c07 100644 --- a/drivers/staging/wlags49_h2/mdd.h +++ b/drivers/staging/wlags49_h2/mdd.h | |||
@@ -33,9 +33,9 @@ | |||
33 | * software indicates your acceptance of these terms and conditions. If you do | 33 | * software indicates your acceptance of these terms and conditions. If you do |
34 | * not agree with these terms and conditions, do not use the software. | 34 | * not agree with these terms and conditions, do not use the software. |
35 | * | 35 | * |
36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
39 | * All rights reserved. | 39 | * All rights reserved. |
40 | * | 40 | * |
41 | * Redistribution and use in source or binary forms, with or without | 41 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/mmd.c b/drivers/staging/wlags49_h2/mmd.c index de138c481a9e..c8f52107e6ca 100644 --- a/drivers/staging/wlags49_h2/mmd.c +++ b/drivers/staging/wlags49_h2/mmd.c | |||
@@ -35,7 +35,7 @@ | |||
35 | * software indicates your acceptance of these terms and conditions. If you do | 35 | * software indicates your acceptance of these terms and conditions. If you do |
36 | * not agree with these terms and conditions, do not use the software. | 36 | * not agree with these terms and conditions, do not use the software. |
37 | * | 37 | * |
38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
39 | * All rights reserved. | 39 | * All rights reserved. |
40 | * | 40 | * |
41 | * Redistribution and use in source or binary forms, with or without | 41 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/mmd.h b/drivers/staging/wlags49_h2/mmd.h index 06890c1b30a4..914952513005 100644 --- a/drivers/staging/wlags49_h2/mmd.h +++ b/drivers/staging/wlags49_h2/mmd.h | |||
@@ -33,7 +33,7 @@ | |||
33 | * software indicates your acceptance of these terms and conditions. If you do | 33 | * software indicates your acceptance of these terms and conditions. If you do |
34 | * not agree with these terms and conditions, do not use the software. | 34 | * not agree with these terms and conditions, do not use the software. |
35 | * | 35 | * |
36 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 36 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
37 | * All rights reserved. | 37 | * All rights reserved. |
38 | * | 38 | * |
39 | * Redistribution and use in source or binary forms, with or without | 39 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/wl_cs.h b/drivers/staging/wlags49_h2/wl_cs.h index 21f17be4f02a..a7ab579759de 100644 --- a/drivers/staging/wlags49_h2/wl_cs.h +++ b/drivers/staging/wlags49_h2/wl_cs.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_enc.c b/drivers/staging/wlags49_h2/wl_enc.c index 26cf5486edd6..4c6f776cc4da 100644 --- a/drivers/staging/wlags49_h2/wl_enc.c +++ b/drivers/staging/wlags49_h2/wl_enc.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_enc.h b/drivers/staging/wlags49_h2/wl_enc.h index b4f54d81f311..46629f3b112b 100644 --- a/drivers/staging/wlags49_h2/wl_enc.h +++ b/drivers/staging/wlags49_h2/wl_enc.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_if.h b/drivers/staging/wlags49_h2/wl_if.h index ed2b4135a10e..6a26130f5a3a 100644 --- a/drivers/staging/wlags49_h2/wl_if.h +++ b/drivers/staging/wlags49_h2/wl_if.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_internal.h b/drivers/staging/wlags49_h2/wl_internal.h index 575340834051..553601f48873 100644 --- a/drivers/staging/wlags49_h2/wl_internal.h +++ b/drivers/staging/wlags49_h2/wl_internal.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_main.c b/drivers/staging/wlags49_h2/wl_main.c index 483eee1bf63a..dab603e0f452 100644 --- a/drivers/staging/wlags49_h2/wl_main.c +++ b/drivers/staging/wlags49_h2/wl_main.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_main.h b/drivers/staging/wlags49_h2/wl_main.h index d593ae535fb8..3b5acdf4e329 100644 --- a/drivers/staging/wlags49_h2/wl_main.h +++ b/drivers/staging/wlags49_h2/wl_main.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_netdev.c b/drivers/staging/wlags49_h2/wl_netdev.c index 5a2b334f206e..9c16f5478a75 100644 --- a/drivers/staging/wlags49_h2/wl_netdev.c +++ b/drivers/staging/wlags49_h2/wl_netdev.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_netdev.h b/drivers/staging/wlags49_h2/wl_netdev.h index 632ab2e6302c..61f040f26d97 100644 --- a/drivers/staging/wlags49_h2/wl_netdev.h +++ b/drivers/staging/wlags49_h2/wl_netdev.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers/staging/wlags49_h2/wl_pci.c index 28ae9dd1b44e..1f1d98679171 100644 --- a/drivers/staging/wlags49_h2/wl_pci.c +++ b/drivers/staging/wlags49_h2/wl_pci.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_pci.h b/drivers/staging/wlags49_h2/wl_pci.h index cea04c44ec47..86831f1b4de2 100644 --- a/drivers/staging/wlags49_h2/wl_pci.h +++ b/drivers/staging/wlags49_h2/wl_pci.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_priv.c b/drivers/staging/wlags49_h2/wl_priv.c index 260d4f0d47b4..f30e5ee4bca3 100644 --- a/drivers/staging/wlags49_h2/wl_priv.c +++ b/drivers/staging/wlags49_h2/wl_priv.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_priv.h b/drivers/staging/wlags49_h2/wl_priv.h index 9b0254497aa7..b647bfd90098 100644 --- a/drivers/staging/wlags49_h2/wl_priv.h +++ b/drivers/staging/wlags49_h2/wl_priv.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_profile.c b/drivers/staging/wlags49_h2/wl_profile.c index a459e48c7bf0..b8c96cf18de5 100644 --- a/drivers/staging/wlags49_h2/wl_profile.c +++ b/drivers/staging/wlags49_h2/wl_profile.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_profile.h b/drivers/staging/wlags49_h2/wl_profile.h index 81db8e8c6ba8..f81df51d2216 100644 --- a/drivers/staging/wlags49_h2/wl_profile.h +++ b/drivers/staging/wlags49_h2/wl_profile.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_util.c b/drivers/staging/wlags49_h2/wl_util.c index 3b6f5a59b2bb..b748a3ff7954 100644 --- a/drivers/staging/wlags49_h2/wl_util.c +++ b/drivers/staging/wlags49_h2/wl_util.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_util.h b/drivers/staging/wlags49_h2/wl_util.h index 2661bcd6b0ec..946b1b64c46f 100644 --- a/drivers/staging/wlags49_h2/wl_util.h +++ b/drivers/staging/wlags49_h2/wl_util.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_version.h b/drivers/staging/wlags49_h2/wl_version.h index fd37040afd01..3deacfac9d25 100644 --- a/drivers/staging/wlags49_h2/wl_version.h +++ b/drivers/staging/wlags49_h2/wl_version.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_wext.c b/drivers/staging/wlags49_h2/wl_wext.c index 8ac5e1081aa0..7ff0a108da13 100644 --- a/drivers/staging/wlags49_h2/wl_wext.c +++ b/drivers/staging/wlags49_h2/wl_wext.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * software indicates your acceptance of these terms and conditions. If you do | 18 | * software indicates your acceptance of these terms and conditions. If you do |
19 | * not agree with these terms and conditions, do not use the software. | 19 | * not agree with these terms and conditions, do not use the software. |
20 | * | 20 | * |
21 | * Copyright © 2003 Agere Systems Inc. | 21 | * Copyright © 2003 Agere Systems Inc. |
22 | * All rights reserved. | 22 | * All rights reserved. |
23 | * | 23 | * |
24 | * Redistribution and use in source or binary forms, with or without | 24 | * Redistribution and use in source or binary forms, with or without |
@@ -39,7 +39,7 @@ | |||
39 | * | 39 | * |
40 | * Disclaimer | 40 | * Disclaimer |
41 | * | 41 | * |
42 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 42 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
43 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 43 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
44 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 44 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
45 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 45 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_wext.h b/drivers/staging/wlags49_h2/wl_wext.h index a713058c8027..029da52c4c49 100644 --- a/drivers/staging/wlags49_h2/wl_wext.h +++ b/drivers/staging/wlags49_h2/wl_wext.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c index b8643771fa80..fac4c650d4bb 100644 --- a/drivers/usb/gadget/s3c2410_udc.c +++ b/drivers/usb/gadget/s3c2410_udc.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Samsung S3C24xx series on-chip full speed USB device controllers | 4 | * Samsung S3C24xx series on-chip full speed USB device controllers |
5 | * | 5 | * |
6 | * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard | 6 | * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard |
7 | * Additional cleanups by Ben Dooks <ben-linux@fluff.org> | 7 | * Additional cleanups by Ben Dooks <ben-linux@fluff.org> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | #define DRIVER_DESC "S3C2410 USB Device Controller Gadget" | 52 | #define DRIVER_DESC "S3C2410 USB Device Controller Gadget" |
53 | #define DRIVER_VERSION "29 Apr 2007" | 53 | #define DRIVER_VERSION "29 Apr 2007" |
54 | #define DRIVER_AUTHOR "Herbert Pötzl <herbert@13thfloor.at>, " \ | 54 | #define DRIVER_AUTHOR "Herbert Pötzl <herbert@13thfloor.at>, " \ |
55 | "Arnaud Patard <arnaud.patard@rtp-net.org>" | 55 | "Arnaud Patard <arnaud.patard@rtp-net.org>" |
56 | 56 | ||
57 | static const char gadget_name[] = "s3c2410_udc"; | 57 | static const char gadget_name[] = "s3c2410_udc"; |
diff --git a/drivers/usb/gadget/s3c2410_udc.h b/drivers/usb/gadget/s3c2410_udc.h index a48f619cb1cc..1653bae08b80 100644 --- a/drivers/usb/gadget/s3c2410_udc.h +++ b/drivers/usb/gadget/s3c2410_udc.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * linux/drivers/usb/gadget/s3c2410_udc.h | 2 | * linux/drivers/usb/gadget/s3c2410_udc.h |
3 | * Samsung on-chip full speed USB device controllers | 3 | * Samsung on-chip full speed USB device controllers |
4 | * | 4 | * |
5 | * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard | 5 | * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard |
6 | * Additional cleanups by Ben Dooks <ben-linux@fluff.org> | 6 | * Additional cleanups by Ben Dooks <ben-linux@fluff.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 571fa96b49c7..e38fe48cce1b 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * vendor/product IDs (VID/PID) of devices using FTDI USB serial converters. | 2 | * vendor/product IDs (VID/PID) of devices using FTDI USB serial converters. |
3 | * Please keep numerically sorted within individual areas, thanks! | 3 | * Please keep numerically sorted within individual areas, thanks! |
4 | * | 4 | * |
5 | * Philipp Gühring - pg@futureware.at - added the Device ID of the USB relais | 5 | * Philipp Gühring - pg@futureware.at - added the Device ID of the USB relais |
6 | * from Rudolf Gugler | 6 | * from Rudolf Gugler |
7 | * | 7 | * |
8 | */ | 8 | */ |
@@ -78,7 +78,7 @@ | |||
78 | */ | 78 | */ |
79 | #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ | 79 | #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ |
80 | 80 | ||
81 | /* www.starting-point-systems.com µChameleon device */ | 81 | /* www.starting-point-systems.com µChameleon device */ |
82 | #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */ | 82 | #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */ |
83 | 83 | ||
84 | /* | 84 | /* |
@@ -290,7 +290,7 @@ | |||
290 | 290 | ||
291 | /* | 291 | /* |
292 | * Teratronik product ids. | 292 | * Teratronik product ids. |
293 | * Submitted by O. Wölfelschneider. | 293 | * Submitted by O. Wölfelschneider. |
294 | */ | 294 | */ |
295 | #define FTDI_TERATRONIK_VCP_PID 0xEC88 /* Teratronik device (preferring VCP driver on windows) */ | 295 | #define FTDI_TERATRONIK_VCP_PID 0xEC88 /* Teratronik device (preferring VCP driver on windows) */ |
296 | #define FTDI_TERATRONIK_D2XX_PID 0xEC89 /* Teratronik device (preferring D2XX driver on windows) */ | 296 | #define FTDI_TERATRONIK_D2XX_PID 0xEC89 /* Teratronik device (preferring D2XX driver on windows) */ |
diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index ffc4193e9505..7019273929af 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.c | |||
@@ -61,7 +61,7 @@ | |||
61 | #include "scsiglue.h" | 61 | #include "scsiglue.h" |
62 | 62 | ||
63 | MODULE_DESCRIPTION("Driver for In-System Design, Inc. ISD200 ASIC"); | 63 | MODULE_DESCRIPTION("Driver for In-System Design, Inc. ISD200 ASIC"); |
64 | MODULE_AUTHOR("Björn Stenberg <bjorn@haxx.se>"); | 64 | MODULE_AUTHOR("Björn Stenberg <bjorn@haxx.se>"); |
65 | MODULE_LICENSE("GPL"); | 65 | MODULE_LICENSE("GPL"); |
66 | 66 | ||
67 | static int isd200_Initialization(struct us_data *us); | 67 | static int isd200_Initialization(struct us_data *us); |
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 3041a974faf3..50302b997bd5 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1907,7 +1907,7 @@ UNUSUAL_DEV( 0x1b1c, 0x1ab5, 0x0200, 0x0200, | |||
1907 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | 1907 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
1908 | US_FL_INITIAL_READ10 ), | 1908 | US_FL_INITIAL_READ10 ), |
1909 | 1909 | ||
1910 | /* Patch by Richard Schütz <r.schtz@t-online.de> | 1910 | /* Patch by Richard Schütz <r.schtz@t-online.de> |
1911 | * This external hard drive enclosure uses a JMicron chip which | 1911 | * This external hard drive enclosure uses a JMicron chip which |
1912 | * needs the US_FL_IGNORE_RESIDUE flag to work properly. */ | 1912 | * needs the US_FL_IGNORE_RESIDUE flag to work properly. */ |
1913 | UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000, | 1913 | UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000, |
diff --git a/drivers/video/omap/rfbi.c b/drivers/video/omap/rfbi.c index 0c6981f1a4a3..2c1a3402bef0 100644 --- a/drivers/video/omap/rfbi.c +++ b/drivers/video/omap/rfbi.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * OMAP2 Remote Frame Buffer Interface support | 2 | * OMAP2 Remote Frame Buffer Interface support |
3 | * | 3 | * |
4 | * Copyright (C) 2005 Nokia Corporation | 4 | * Copyright (C) 2005 Nokia Corporation |
5 | * Author: Juha Yrjölä <juha.yrjola@nokia.com> | 5 | * Author: Juha Yrjölä <juha.yrjola@nokia.com> |
6 | * Imre Deak <imre.deak@nokia.com> | 6 | * Imre Deak <imre.deak@nokia.com> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify it | 8 | * This program is free software; you can redistribute it and/or modify it |
diff --git a/drivers/video/omap/sossi.c b/drivers/video/omap/sossi.c index 8fb7c708f563..f79c137753d7 100644 --- a/drivers/video/omap/sossi.c +++ b/drivers/video/omap/sossi.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * OMAP1 Special OptimiSed Screen Interface support | 2 | * OMAP1 Special OptimiSed Screen Interface support |
3 | * | 3 | * |
4 | * Copyright (C) 2004-2005 Nokia Corporation | 4 | * Copyright (C) 2004-2005 Nokia Corporation |
5 | * Author: Juha Yrjölä <juha.yrjola@nokia.com> | 5 | * Author: Juha Yrjölä <juha.yrjola@nokia.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify it | 7 | * This program is free software; you can redistribute it and/or modify it |
8 | * under the terms of the GNU General Public License as published by the | 8 | * under the terms of the GNU General Public License as published by the |
diff --git a/drivers/watchdog/w83627hf_wdt.c b/drivers/watchdog/w83627hf_wdt.c index dd5d67548758..576a388a1164 100644 --- a/drivers/watchdog/w83627hf_wdt.c +++ b/drivers/watchdog/w83627hf_wdt.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * (c) Copyright 2007 Vlad Drukker <vlad@storewiz.com> | 4 | * (c) Copyright 2007 Vlad Drukker <vlad@storewiz.com> |
5 | * added support for W83627THF. | 5 | * added support for W83627THF. |
6 | * | 6 | * |
7 | * (c) Copyright 2003,2007 Pádraig Brady <P@draigBrady.com> | 7 | * (c) Copyright 2003,2007 Pádraig Brady <P@draigBrady.com> |
8 | * | 8 | * |
9 | * Based on advantechwdt.c which is based on wdt.c. | 9 | * Based on advantechwdt.c which is based on wdt.c. |
10 | * Original copyright messages: | 10 | * Original copyright messages: |
@@ -401,6 +401,6 @@ module_init(wdt_init); | |||
401 | module_exit(wdt_exit); | 401 | module_exit(wdt_exit); |
402 | 402 | ||
403 | MODULE_LICENSE("GPL"); | 403 | MODULE_LICENSE("GPL"); |
404 | MODULE_AUTHOR("Pádraig Brady <P@draigBrady.com>"); | 404 | MODULE_AUTHOR("Pádraig Brady <P@draigBrady.com>"); |
405 | MODULE_DESCRIPTION("w83627hf/thf WDT driver"); | 405 | MODULE_DESCRIPTION("w83627hf/thf WDT driver"); |
406 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | 406 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); |
diff --git a/drivers/zorro/zorro.ids b/drivers/zorro/zorro.ids index de24e3decedd..119abea8c6cb 100644 --- a/drivers/zorro/zorro.ids +++ b/drivers/zorro/zorro.ids | |||
@@ -351,7 +351,7 @@ | |||
351 | 0200 EGS 28/24 Spectrum [Graphics Card] | 351 | 0200 EGS 28/24 Spectrum [Graphics Card] |
352 | 0892 Apollo | 352 | 0892 Apollo |
353 | 0100 A1200 [FPU and RAM Expansion] | 353 | 0100 A1200 [FPU and RAM Expansion] |
354 | 0893 Ingenieurbüro Helfrich | 354 | 0893 Ingenieurbüro Helfrich |
355 | 0500 Piccolo RAM [Graphics Card] | 355 | 0500 Piccolo RAM [Graphics Card] |
356 | 0600 Piccolo [Graphics Card] | 356 | 0600 Piccolo [Graphics Card] |
357 | 0700 PeggyPlus MPEG [Video Card] | 357 | 0700 PeggyPlus MPEG [Video Card] |