diff options
Diffstat (limited to 'tinyusb/osal')
| -rw-r--r-- | tinyusb/osal/osal.h | 2 | ||||
| -rw-r--r-- | tinyusb/osal/osal_common.h | 2 | ||||
| -rw-r--r-- | tinyusb/osal/osal_freeRTOS.h | 2 | ||||
| -rw-r--r-- | tinyusb/osal/osal_none.c | 2 | ||||
| -rw-r--r-- | tinyusb/osal/osal_none.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tinyusb/osal/osal.h b/tinyusb/osal/osal.h index 720375321..3208301a1 100644 --- a/tinyusb/osal/osal.h +++ b/tinyusb/osal/osal.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/osal/osal_common.h b/tinyusb/osal/osal_common.h index d896b2c01..ceb6d00fd 100644 --- a/tinyusb/osal/osal_common.h +++ b/tinyusb/osal/osal_common.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/tinyusb/osal/osal_freeRTOS.h b/tinyusb/osal/osal_freeRTOS.h index 887727bb0..aa899d60d 100644 --- a/tinyusb/osal/osal_freeRTOS.h +++ b/tinyusb/osal/osal_freeRTOS.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/tinyusb/osal/osal_none.c b/tinyusb/osal/osal_none.c index 4c8eb7aca..9f2cedfba 100644 --- a/tinyusb/osal/osal_none.c +++ b/tinyusb/osal/osal_none.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/osal/osal_none.h b/tinyusb/osal/osal_none.h index 27f460ed9..4fe78311d 100644 --- a/tinyusb/osal/osal_none.h +++ b/tinyusb/osal/osal_none.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, |
