diff options
| author | hathach <[email protected]> | 2019-05-14 11:48:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-14 11:48:05 +0700 |
| commit | 61ec4077520fb00e071fab5f5be3c6751eecd254 (patch) | |
| tree | 1078530a00f06532af740d3929f928a067d7a605 /src/device | |
| parent | 6135019230dd5e6c1c8cb17c83d20fabb500228d (diff) | |
update license year to 2019
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 2 | ||||
| -rw-r--r-- | src/device/usbd.c | 2 | ||||
| -rw-r--r-- | src/device/usbd.h | 2 | ||||
| -rw-r--r-- | src/device/usbd_control.c | 2 | ||||
| -rw-r--r-- | src/device/usbd_pvt.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 18678f15b..35164ac62 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -1,7 +1,7 @@ /*
* The MIT License (MIT)
*
- * Copyright (c) 2018, hathach (tinyusb.org)
+ * Copyright (c) 2019 Ha Thach (tinyusb.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/device/usbd.c b/src/device/usbd.c index 6e3a1e1ca..833a142f1 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -1,7 +1,7 @@ /*
* The MIT License (MIT)
*
- * Copyright (c) 2018, hathach (tinyusb.org)
+ * Copyright (c) 2019 Ha Thach (tinyusb.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/device/usbd.h b/src/device/usbd.h index 2e34b25ac..60610c311 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -1,7 +1,7 @@ /*
* The MIT License (MIT)
*
- * Copyright (c) 2018, hathach (tinyusb.org)
+ * Copyright (c) 2019 Ha Thach (tinyusb.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index 0b878fbcb..1b5ee9f91 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -1,7 +1,7 @@ /*
* The MIT License (MIT)
*
- * Copyright (c) 2018, hathach (tinyusb.org)
+ * Copyright (c) 2019 Ha Thach (tinyusb.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/device/usbd_pvt.h b/src/device/usbd_pvt.h index fb3672359..f20532627 100644 --- a/src/device/usbd_pvt.h +++ b/src/device/usbd_pvt.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2018, hathach (tinyusb.org) + * Copyright (c) 2019 Ha Thach (tinyusb.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
