summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-07-27 16:59:57 +0700
committerhathach <[email protected]>2018-07-27 16:59:57 +0700
commit5dd02cbdd37e09de4265105cc9dbb7df00a5f3f7 (patch)
tree852c5281d935c415f1aa4e93b4bc986e83d0bd9c /src/class
parentf5cbc0f4af38fea76022cf1c51b1d374723b1ae8 (diff)
house keeping
Diffstat (limited to 'src/class')
-rw-r--r--src/class/custom/custom_device.c4
-rw-r--r--src/class/custom/custom_device.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/class/custom/custom_device.c b/src/class/custom/custom_device.c
index c895deb18..2c3783e35 100644
--- a/src/class/custom/custom_device.c
+++ b/src/class/custom/custom_device.c
@@ -7,7 +7,7 @@
Software License Agreement (BSD License)
- Copyright (c) 2018, Adafruit Industries (adafruit.com)
+ Copyright (c) 2018, hathach (tinyusb.org)
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -31,6 +31,8 @@
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ This file is part of the tinyusb stack.
*/
/**************************************************************************/
diff --git a/src/class/custom/custom_device.h b/src/class/custom/custom_device.h
index 3e46c06a7..81a074ce3 100644
--- a/src/class/custom/custom_device.h
+++ b/src/class/custom/custom_device.h
@@ -7,7 +7,7 @@
Software License Agreement (BSD License)
- Copyright (c) 2018, Adafruit Industries (adafruit.com)
+ Copyright (c) 2018, hathach (tinyusb.org)
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -31,6 +31,8 @@
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ This file is part of the tinyusb stack.
*/
/**************************************************************************/