From 56cd8be75ec79a9d7e1d17e6f0634d4041ba6b13 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 25 Mar 2013 11:46:30 +0700 Subject: change website from tinyusb.net to tinyusb.org --- tinyusb/class/WinCDCdriver.inf | 2 +- tinyusb/class/cdc.c | 2 +- tinyusb/class/cdc.h | 2 +- tinyusb/class/hid.c | 2 +- tinyusb/class/hid.h | 2 +- tinyusb/class/hid_device.h | 2 +- tinyusb/class/hid_host.c | 2 +- tinyusb/class/hid_host.h | 2 +- tinyusb/class/msc_host.c | 2 +- tinyusb/class/msc_host.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tinyusb/class') diff --git a/tinyusb/class/WinCDCdriver.inf b/tinyusb/class/WinCDCdriver.inf index 14af2be70..392016b13 100644 --- a/tinyusb/class/WinCDCdriver.inf +++ b/tinyusb/class/WinCDCdriver.inf @@ -99,7 +99,7 @@ ServiceBinary=%12%\%DRIVERFILENAME%.sys [Strings] MFGFILENAME="CDC_vista" DRIVERFILENAME ="usbser" -MFGNAME="tinyusb.net" +MFGNAME="tinyusb.org" INSTDISK="tinyUSB CDC driver" DESCRIPTION="Communications Port" SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/tinyusb/class/cdc.c b/tinyusb/class/cdc.c index ca37d205f..52d782e38 100644 --- a/tinyusb/class/cdc.c +++ b/tinyusb/class/cdc.c @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2013, hathach (tinyusb.net) + * Copyright (c) 2013, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h index e261967dd..012a646af 100644 --- a/tinyusb/class/cdc.h +++ b/tinyusb/class/cdc.h @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2013, hathach (tinyusb.net) + * Copyright (c) 2013, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/hid.c b/tinyusb/class/hid.c index 255f94617..450f401b2 100644 --- a/tinyusb/class/hid.c +++ b/tinyusb/class/hid.c @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2013, hathach (tinyusb.net) + * Copyright (c) 2013, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h index f658c4f97..cec54d1b7 100644 --- a/tinyusb/class/hid.h +++ b/tinyusb/class/hid.h @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2013, hathach (tinyusb.net) + * Copyright (c) 2013, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/hid_device.h b/tinyusb/class/hid_device.h index fe2e838ee..607840f3b 100644 --- a/tinyusb/class/hid_device.h +++ b/tinyusb/class/hid_device.h @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2013, hathach (tinyusb.net) + * Copyright (c) 2013, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/hid_host.c b/tinyusb/class/hid_host.c index e5b8ecfaf..e322349b5 100644 --- a/tinyusb/class/hid_host.c +++ b/tinyusb/class/hid_host.c @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2013, hathach (tinyusb.net) + * Copyright (c) 2013, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid_host.h index e92da02b8..a61f56125 100644 --- a/tinyusb/class/hid_host.h +++ b/tinyusb/class/hid_host.h @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2013, hathach (tinyusb.net) + * Copyright (c) 2013, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/msc_host.c b/tinyusb/class/msc_host.c index f4e8b5cd5..c6f0d1518 100644 --- a/tinyusb/class/msc_host.c +++ b/tinyusb/class/msc_host.c @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2012, hathach (tinyusb.net) + * Copyright (c) 2012, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/class/msc_host.h b/tinyusb/class/msc_host.h index f6222197d..ff41a9e34 100644 --- a/tinyusb/class/msc_host.h +++ b/tinyusb/class/msc_host.h @@ -7,7 +7,7 @@ /* * Software License Agreement (BSD License) - * Copyright (c) 2012, hathach (tinyusb.net) + * Copyright (c) 2012, hathach (tinyusb.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, -- cgit v1.3.1