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/device | |
| parent | 20a22d956d1884f0359e0fd0d57dca8ea30b78b1 (diff) | |
change website from tinyusb.net to tinyusb.org
Diffstat (limited to 'demos/device')
| -rw-r--r-- | demos/device/keyboard/descriptors.c | 2 | ||||
| -rw-r--r-- | demos/device/keyboard/descriptors.h | 2 | ||||
| -rw-r--r-- | demos/device/keyboard/makefile | 2 | ||||
| -rw-r--r-- | demos/device/keyboard/tusb_config.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/device/keyboard/descriptors.c b/demos/device/keyboard/descriptors.c index 9f252bd45..585f537a2 100644 --- a/demos/device/keyboard/descriptors.c +++ b/demos/device/keyboard/descriptors.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/device/keyboard/descriptors.h b/demos/device/keyboard/descriptors.h index f18ba04d7..8e6b62510 100644 --- a/demos/device/keyboard/descriptors.h +++ b/demos/device/keyboard/descriptors.h @@ -3,7 +3,7 @@ * * Created on: Nov 26, 2012 * Author: hathachtware License Agreement (BSD License) - * Copyright (c) 2012, hathach (tinyusb.net)All rights reserved. + * Copyright (c) 2012, hathach (tinyusb.org)All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/demos/device/keyboard/makefile b/demos/device/keyboard/makefile index 42fe3bbb8..8fa92b54d 100644 --- a/demos/device/keyboard/makefile +++ b/demos/device/keyboard/makefile @@ -1,6 +1,6 @@ ####################################################################################### # 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/device/keyboard/tusb_config.h b/demos/device/keyboard/tusb_config.h index 1d90033b3..3c1a2cbf2 100644 --- a/demos/device/keyboard/tusb_config.h +++ b/demos/device/keyboard/tusb_config.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, |
