From 66ce39368e0f4bba366956d3b0cd7a9ef87168b8 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 4 Nov 2019 00:10:46 +0700 Subject: [PATCH] clean up --- test/test/device/msc/test_msc_device.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test/device/msc/test_msc_device.c b/test/test/device/msc/test_msc_device.c index 2eb58962b..5003ac839 100644 --- a/test/test/device/msc/test_msc_device.c +++ b/test/test/device/msc/test_msc_device.c @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2019 hathach for Adafruit Industries + * Copyright (c) 2019, hathach (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 @@ -20,8 +20,11 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. + * + * This file is part of the TinyUSB stack. */ + #include "unity.h" // Files to test