diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-28 06:08:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-28 06:08:58 +0000 |
commit | cb779e3d7d32d7c43e0a45bb526de0a04135b0c7 (patch) | |
tree | 2f94ccd78ec11a62fb24bd5f4e86197d5739ba76 /Projects/LEDNotifier | |
parent | 710f31c54023b2fd85d37b0d849be3895b70f1cb (diff) | |
download | lufa-cb779e3d7d32d7c43e0a45bb526de0a04135b0c7.tar.gz lufa-cb779e3d7d32d7c43e0a45bb526de0a04135b0c7.tar.bz2 lufa-cb779e3d7d32d7c43e0a45bb526de0a04135b0c7.zip |
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.
Diffstat (limited to 'Projects/LEDNotifier')
-rw-r--r-- | Projects/LEDNotifier/Descriptors.c | 2 | ||||
-rw-r--r-- | Projects/LEDNotifier/Descriptors.h | 2 | ||||
-rw-r--r-- | Projects/LEDNotifier/LEDNotifier.c | 2 | ||||
-rw-r--r-- | Projects/LEDNotifier/LEDNotifier.h | 2 | ||||
-rw-r--r-- | Projects/LEDNotifier/LUFA LED Notifier.inf | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Projects/LEDNotifier/Descriptors.c b/Projects/LEDNotifier/Descriptors.c index d010b9a5d..858183c52 100644 --- a/Projects/LEDNotifier/Descriptors.c +++ b/Projects/LEDNotifier/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/LEDNotifier/Descriptors.h b/Projects/LEDNotifier/Descriptors.h index e9b55a3d0..11bc1dd28 100644 --- a/Projects/LEDNotifier/Descriptors.h +++ b/Projects/LEDNotifier/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/LEDNotifier/LEDNotifier.c b/Projects/LEDNotifier/LEDNotifier.c index 591d1e3e6..b29629bc2 100644 --- a/Projects/LEDNotifier/LEDNotifier.c +++ b/Projects/LEDNotifier/LEDNotifier.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/LEDNotifier/LEDNotifier.h b/Projects/LEDNotifier/LEDNotifier.h index 2a1d769cf..0dada2a4a 100644 --- a/Projects/LEDNotifier/LEDNotifier.h +++ b/Projects/LEDNotifier/LEDNotifier.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/LEDNotifier/LUFA LED Notifier.inf b/Projects/LEDNotifier/LUFA LED Notifier.inf index cd9c3433a..3951c22d9 100644 --- a/Projects/LEDNotifier/LUFA LED Notifier.inf +++ b/Projects/LEDNotifier/LUFA LED Notifier.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 CDC Driver Installer" DESCRIPTION="Communications Port" SERVICE="USB RS-232 Emulation Driver"
\ No newline at end of file |