Skip to content

Commit d36b691

Browse files
Al ViroJiri Kosina
Al Viro
authored and
Jiri Kosina
committed
misc latin1 to utf8 conversions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 92f1b85 commit d36b691

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+106
-106
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
What: /sys/module/hid_logitech/drivers/hid:logitech/<dev>/range.
22
Date: July 2011
33
KernelVersion: 3.2
4-
Contact: Michal Mal� <madcatxster@gmail.com>
4+
Contact: Michal Malý <madcatxster@gmail.com>
55
Description: Display minimum, maximum and current range of the steering
66
wheel. Writing a value within min and max boundaries sets the
77
range of the wheel.

Documentation/vgaarbiter.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ II. Credits
177177

178178
Benjamin Herrenschmidt (IBM?) started this work when he discussed such design
179179
with the Xorg community in 2005 [1, 2]. In the end of 2007, Paulo Zanoni and
180-
Tiago Vignatti (both of C3SL/Federal University of Paran�) proceeded his work
180+
Tiago Vignatti (both of C3SL/Federal University of Paraná) proceeded his work
181181
enhancing the kernel code to adapt as a kernel module and also did the
182182
implementation of the user space side [3]. Now (2009) Tiago Vignatti and Dave
183183
Airlie finally put this work in shape and queued to Jesse Barnes' PCI tree.

drivers/gpu/drm/i915/intel_sdvo_regs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2006-2007 Intel Corporation
2+
* Copyright © 2006-2007 Intel Corporation
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),

drivers/hid/hid-pl.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT)
1010
*
1111
* 0e8f:0003 "GreenAsia Inc. USB Joystick "
12-
* - tested with König Gaming gamepad
12+
* - tested with König Gaming gamepad
1313
*
1414
* 0e8f:0003 "GASIA USB Gamepad"
15-
* - another version of the König gamepad
15+
* - another version of the König gamepad
1616
*
1717
* Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com>
1818
*/

drivers/hid/hid-twinhan.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Based on hid-gyration.c
55
*
6-
* Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>
6+
* Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>
77
*/
88

99
/*

drivers/i2c/busses/i2c-xiic.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ static void xiic_process(struct xiic_i2c *i2c)
426426
xiic_wakeup(i2c, STATE_ERROR);
427427

428428
} 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 */
430430

431431
clr = pend &
432432
(XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK);

drivers/isdn/hisax/enternow_pci.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static void __devinit en_cs_init(struct IsdnCard *card,
333333
cs->hw.njet.isac = cs->hw.njet.base + 0xC0; // Fenster zum AMD
334334

335335
/* Reset an */
336-
cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff
336+
cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff
337337
outb(cs->hw.njet.ctrl_reg, cs->hw.njet.base + NETJET_CTRL);
338338
/* 20 ms Pause */
339339
mdelay(20);

drivers/media/rc/winbond-cir.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,6 @@ wbcir_exit(void)
11761176
module_init(wbcir_init);
11771177
module_exit(wbcir_exit);
11781178

1179-
MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
1179+
MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
11801180
MODULE_DESCRIPTION("Winbond SuperI/O Consumer IR Driver");
11811181
MODULE_LICENSE("GPL");

drivers/misc/ibmasm/command.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Copyright (C) IBM Corporation, 2004
2020
*
21-
* Author: Max Asböck <amax@us.ibm.com>
21+
* Author: Max Asböck <amax@us.ibm.com>
2222
*
2323
*/
2424

drivers/misc/ibmasm/dot_command.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Copyright (C) IBM Corporation, 2004
1919
*
20-
* Author: Max Asböck <amax@us.ibm.com>
20+
* Author: Max Asböck <amax@us.ibm.com>
2121
*
2222
*/
2323

drivers/misc/ibmasm/dot_command.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Copyright (C) IBM Corporation, 2004
1919
*
20-
* Author: Max Asböck <amax@us.ibm.com>
20+
* Author: Max Asböck <amax@us.ibm.com>
2121
*
2222
*/
2323

drivers/misc/ibmasm/event.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Copyright (C) IBM Corporation, 2004
2020
*
21-
* Author: Max Asböck <amax@us.ibm.com>
21+
* Author: Max Asböck <amax@us.ibm.com>
2222
*
2323
*/
2424

drivers/misc/ibmasm/heartbeat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Copyright (C) IBM Corporation, 2004
2020
*
21-
* Author: Max Asböck <amax@us.ibm.com>
21+
* Author: Max Asböck <amax@us.ibm.com>
2222
*
2323
*/
2424

drivers/misc/ibmasm/i2o.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Copyright (C) IBM Corporation, 2004
1919
*
20-
* Author: Max Asböck <amax@us.ibm.com>
20+
* Author: Max Asböck <amax@us.ibm.com>
2121
*
2222
*/
2323

drivers/misc/ibmasm/ibmasm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Copyright (C) IBM Corporation, 2004
2020
*
21-
* Author: Max Asböck <amax@us.ibm.com>
21+
* Author: Max Asböck <amax@us.ibm.com>
2222
*
2323
*/
2424

drivers/misc/ibmasm/ibmasmfs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Copyright (C) IBM Corporation, 2004
1919
*
20-
* Author: Max Asböck <amax@us.ibm.com>
20+
* Author: Max Asböck <amax@us.ibm.com>
2121
*
2222
*/
2323

drivers/misc/ibmasm/lowlevel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Copyright (C) IBM Corporation, 2004
1919
*
20-
* Author: Max Asböck <amax@us.ibm.com>
20+
* Author: Max Asböck <amax@us.ibm.com>
2121
*
2222
*/
2323

drivers/misc/ibmasm/lowlevel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Copyright (C) IBM Corporation, 2004
1919
*
20-
* Author: Max Asböck <amax@us.ibm.com>
20+
* Author: Max Asböck <amax@us.ibm.com>
2121
*
2222
*/
2323

drivers/misc/ibmasm/module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Copyright (C) IBM Corporation, 2004
2020
*
21-
* Author: Max Asböck <amax@us.ibm.com>
21+
* Author: Max Asböck <amax@us.ibm.com>
2222
*
2323
* This driver is based on code originally written by Pete Reynolds
2424
* and others.

drivers/misc/ibmasm/r_heartbeat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Copyright (C) IBM Corporation, 2004
1818
*
19-
* Author: Max Asböck <amax@us.ibm.com>
19+
* Author: Max Asböck <amax@us.ibm.com>
2020
*
2121
*/
2222

drivers/misc/ibmasm/remote.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Copyright (C) IBM Corporation, 2004
2020
*
21-
* Author: Max Asböck <amax@us.ibm.com>
21+
* Author: Max Asböck <amax@us.ibm.com>
2222
*
2323
* Originally written by Pete Reynolds
2424
*/

drivers/misc/ibmasm/uart.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Copyright (C) IBM Corporation, 2004
2020
*
21-
* Author: Max Asböck <amax@us.ibm.com>
21+
* Author: Max Asböck <amax@us.ibm.com>
2222
*
2323
*/
2424

drivers/mmc/host/omap.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* linux/drivers/mmc/host/omap.c
33
*
44
* 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>
66
* Misc hacks here and there by Tony Lindgren <tony@atomide.com>
77
* Other hacks (DMA, SD, etc) by David Brownell
88
*
@@ -1634,4 +1634,4 @@ module_exit(mmc_omap_exit);
16341634
MODULE_DESCRIPTION("OMAP Multimedia Card driver");
16351635
MODULE_LICENSE("GPL");
16361636
MODULE_ALIAS("platform:" DRIVER_NAME);
1637-
MODULE_AUTHOR("Juha Yrjölä");
1637+
MODULE_AUTHOR("Juha Yrjölä");

drivers/scsi/jazz_esp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* jazz_esp.c: ESP front-end for MIPS JAZZ systems.
22
*
3-
* Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende)
3+
* Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende)
44
*/
55

66
#include <linux/kernel.h>

drivers/scsi/sni_53c710.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
#include "53c700.h"
5353

54-
MODULE_AUTHOR("Thomas Bogendörfer");
54+
MODULE_AUTHOR("Thomas Bogendörfer");
5555
MODULE_DESCRIPTION("SNI RM 53c710 SCSI Driver");
5656
MODULE_LICENSE("GPL");
5757
MODULE_ALIAS("platform:snirm_53c710");

drivers/staging/bcm/target_params.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ typedef struct _TARGET_PARAMS
7272
// removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files..
7373

7474
//BAMC Related Parameters
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.
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.
7777
B_UINT32 m_u32BandAMCEnable;
7878

7979
} stTargetParams,TARGET_PARAMS,*PTARGET_PARAMS, STARGETPARAMS, *PSTARGETPARAMS;

drivers/staging/keucr/smilmain.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int Media_D_ReadSector(struct us_data *us, DWORD start,WORD count,BYTE *buf)
148148
{
149149
WORD len, bn;
150150

151-
//if (Check_D_MediaPower()) ; ¦b 6250 don't care
151+
//if (Check_D_MediaPower()) ; ¦b 6250 don't care
152152
// return(ErrCode);
153153
//if (Check_D_MediaFmt(fdoExt)) ;
154154
// return(ErrCode);
@@ -594,7 +594,7 @@ int Media_D_OneSectWriteFlush(PFDO_DEVICE_EXTENSION fdoExt)
594594
// if (Check_D_CardStsChg())
595595
// MediaChange = ERROR;
596596
// //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
598598
// return(SMSUCCESS);
599599
// //usleep(56*1024);
600600
//

drivers/staging/wlags49_h2/debug.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*
4444
* Disclaimer
4545
*
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,
4747
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
4848
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
4949
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN

drivers/staging/wlags49_h2/dhfcfg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*
4444
* Disclaimer
4545
*
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,
4747
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
4848
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
4949
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN

drivers/staging/wlags49_h2/hcf.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
* software indicates your acceptance of these terms and conditions. If you do
3333
* not agree with these terms and conditions, do not use the software.
3434
*
35-
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
36-
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
37-
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
35+
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
36+
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
37+
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
3838
* All rights reserved.
3939
*
4040
* Redistribution and use in source or binary forms, with or without

drivers/staging/wlags49_h2/hcf.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
* software indicates your acceptance of these terms and conditions. If you do
4141
* not agree with these terms and conditions, do not use the software.
4242
*
43-
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
44-
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
45-
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
43+
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
44+
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
45+
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
4646
* All rights reserved.
4747
*
4848
* Redistribution and use in source or binary forms, with or without

drivers/staging/wlags49_h2/hcfcfg.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
* software indicates your acceptance of these terms and conditions. If you do
6565
* not agree with these terms and conditions, do not use the software.
6666
*
67-
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
68-
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
69-
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
67+
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
68+
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
69+
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
7070
* All rights reserved.
7171
*
7272
* Redistribution and use in source or binary forms, with or without

drivers/staging/wlags49_h2/hcfdef.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
* software indicates your acceptance of these terms and conditions. If you do
3434
* not agree with these terms and conditions, do not use the software.
3535
*
36-
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
37-
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
38-
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
36+
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
37+
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
38+
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
3939
* All rights reserved.
4040
*
4141
* Redistribution and use in source or binary forms, with or without

drivers/staging/wlags49_h2/mdd.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
* software indicates your acceptance of these terms and conditions. If you do
3434
* not agree with these terms and conditions, do not use the software.
3535
*
36-
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
37-
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
38-
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
36+
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
37+
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
38+
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
3939
* All rights reserved.
4040
*
4141
* Redistribution and use in source or binary forms, with or without

drivers/staging/wlags49_h2/mmd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* software indicates your acceptance of these terms and conditions. If you do
3636
* not agree with these terms and conditions, do not use the software.
3737
*
38-
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
38+
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
3939
* All rights reserved.
4040
*
4141
* Redistribution and use in source or binary forms, with or without

drivers/staging/wlags49_h2/mmd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* software indicates your acceptance of these terms and conditions. If you do
3434
* not agree with these terms and conditions, do not use the software.
3535
*
36-
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
36+
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
3737
* All rights reserved.
3838
*
3939
* Redistribution and use in source or binary forms, with or without

drivers/staging/wlags49_h2/wl_cs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* software indicates your acceptance of these terms and conditions. If you do
2323
* not agree with these terms and conditions, do not use the software.
2424
*
25-
* Copyright © 2003 Agere Systems Inc.
25+
* Copyright © 2003 Agere Systems Inc.
2626
* All rights reserved.
2727
*
2828
* Redistribution and use in source or binary forms, with or without
@@ -43,7 +43,7 @@
4343
*
4444
* Disclaimer
4545
*
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,
4747
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
4848
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
4949
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN

drivers/staging/wlags49_h2/wl_enc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* software indicates your acceptance of these terms and conditions. If you do
2424
* not agree with these terms and conditions, do not use the software.
2525
*
26-
* Copyright © 2003 Agere Systems Inc.
26+
* Copyright © 2003 Agere Systems Inc.
2727
* All rights reserved.
2828
*
2929
* Redistribution and use in source or binary forms, with or without
@@ -44,7 +44,7 @@
4444
*
4545
* Disclaimer
4646
*
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,
4848
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
4949
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
5050
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN

0 commit comments

Comments
 (0)