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/osal/osal.h | 2 +- tinyusb/osal/osal_common.h | 2 +- tinyusb/osal/osal_freeRTOS.h | 2 +- tinyusb/osal/osal_none.c | 2 +- tinyusb/osal/osal_none.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tinyusb/osal') 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, -- cgit v1.3.1