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 /demos/host | |
| parent | 20a22d956d1884f0359e0fd0d57dca8ea30b78b1 (diff) | |
change website from tinyusb.net to tinyusb.org
Diffstat (limited to 'demos/host')
| -rw-r--r-- | demos/host/keyboard_app.c | 2 | ||||
| -rw-r--r-- | demos/host/keyboard_app.h | 2 | ||||
| -rw-r--r-- | demos/host/tusb_config.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/host/keyboard_app.c b/demos/host/keyboard_app.c index 0a8a78816..bc75c6331 100644 --- a/demos/host/keyboard_app.c +++ b/demos/host/keyboard_app.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/demos/host/keyboard_app.h b/demos/host/keyboard_app.h index 060adc3bf..8b5de350f 100644 --- a/demos/host/keyboard_app.h +++ b/demos/host/keyboard_app.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, diff --git a/demos/host/tusb_config.h b/demos/host/tusb_config.h index 3a1f6c0d0..1ef980a45 100644 --- a/demos/host/tusb_config.h +++ b/demos/host/tusb_config.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, |
