diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-10-28 06:08:58 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-10-28 06:08:58 +0000 |
| commit | ad5f25678ad54fba5ac0649a5f4b2a9d7d2efa53 (patch) | |
| tree | 2f94ccd78ec11a62fb24bd5f4e86197d5739ba76 /Projects/USBtoSerial | |
| parent | 1dde6a171fbada6190d055d801064dc88b782ca6 (diff) | |
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/USBtoSerial')
| -rw-r--r-- | Projects/USBtoSerial/Descriptors.c | 2 | ||||
| -rw-r--r-- | Projects/USBtoSerial/Descriptors.h | 2 | ||||
| -rw-r--r-- | Projects/USBtoSerial/LUFA USBtoSerial.inf | 2 | ||||
| -rw-r--r-- | Projects/USBtoSerial/Lib/LightweightRingBuff.h | 2 | ||||
| -rw-r--r-- | Projects/USBtoSerial/USBtoSerial.c | 2 | ||||
| -rw-r--r-- | Projects/USBtoSerial/USBtoSerial.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/Projects/USBtoSerial/Descriptors.c b/Projects/USBtoSerial/Descriptors.c index 4ce4a601..4f1b3c35 100644 --- a/Projects/USBtoSerial/Descriptors.c +++ b/Projects/USBtoSerial/Descriptors.c @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* diff --git a/Projects/USBtoSerial/Descriptors.h b/Projects/USBtoSerial/Descriptors.h index e9b55a3d..11bc1dd2 100644 --- a/Projects/USBtoSerial/Descriptors.h +++ b/Projects/USBtoSerial/Descriptors.h @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* diff --git a/Projects/USBtoSerial/LUFA USBtoSerial.inf b/Projects/USBtoSerial/LUFA USBtoSerial.inf index 5f9bc1a3..99077836 100644 --- a/Projects/USBtoSerial/LUFA USBtoSerial.inf +++ b/Projects/USBtoSerial/LUFA USBtoSerial.inf @@ -100,7 +100,7 @@ ServiceBinary=%12%\%DRIVERFILENAME%.sys [Strings] MFGFILENAME="CDC_vista" DRIVERFILENAME ="usbser" -MFGNAME="http://www.fourwalledcubicle.com" +MFGNAME="http://www.lufa-lib.org" INSTDISK="LUFA USB-RS232 CDC Driver Installer" DESCRIPTION="Communications Port" SERVICE="USB RS-232 Emulation Driver"
\ No newline at end of file diff --git a/Projects/USBtoSerial/Lib/LightweightRingBuff.h b/Projects/USBtoSerial/Lib/LightweightRingBuff.h index 2fbc164c..0205fe46 100644 --- a/Projects/USBtoSerial/Lib/LightweightRingBuff.h +++ b/Projects/USBtoSerial/Lib/LightweightRingBuff.h @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* diff --git a/Projects/USBtoSerial/USBtoSerial.c b/Projects/USBtoSerial/USBtoSerial.c index 05b4f8af..3f06acde 100644 --- a/Projects/USBtoSerial/USBtoSerial.c +++ b/Projects/USBtoSerial/USBtoSerial.c @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* diff --git a/Projects/USBtoSerial/USBtoSerial.h b/Projects/USBtoSerial/USBtoSerial.h index 364d8c0b..80ff273e 100644 --- a/Projects/USBtoSerial/USBtoSerial.h +++ b/Projects/USBtoSerial/USBtoSerial.h @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* |
