diff options
| author | hathach <[email protected]> | 2013-03-25 11:46:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-25 11:46:30 +0700 |
| commit | 56cd8be75ec79a9d7e1d17e6f0634d4041ba6b13 (patch) | |
| tree | e4cff8fb603e13cf8c49c852a559ae23c88ad537 /tinyusb/class | |
| parent | 20a22d956d1884f0359e0fd0d57dca8ea30b78b1 (diff) | |
change website from tinyusb.net to tinyusb.org
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/WinCDCdriver.inf | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid_device.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid_host.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid_host.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/msc_host.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/msc_host.h | 2 |
10 files changed, 10 insertions, 10 deletions
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, |
