From 879fb21f99020bfb13a300e6e61089c7d0aa4619 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 29 Nov 2012 17:52:57 +0700 Subject: change license email to website added support for cdc devices --- tinyusb/host/hcd.c | 4 ++-- tinyusb/host/hcd.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tinyusb/host') diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c index 481dc91ae..aa8e0f691 100644 --- a/tinyusb/host/hcd.c +++ b/tinyusb/host/hcd.c @@ -2,12 +2,12 @@ * hcd.c * * Created on: Nov 29, 2012 - * Author: hathach (thachha@live.com) + * Author: hathach */ /* * Software License Agreement (BSD License) - * Copyright (c) 2012, hathach (thachha@live.com) + * Copyright (c) 2012, hathach (tinyusb.net) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index d807341ec..e118d9e24 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -2,12 +2,12 @@ * hcd.h * * Created on: Nov 26, 2012 - * Author: hathach (thachha@live.com) + * Author: hathach */ /* * Software License Agreement (BSD License) - * Copyright (c) 2012, hathach (thachha@live.com) + * Copyright (c) 2012, hathach (tinyusb.net) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, -- cgit v1.3.1