hathach пре 6 година
родитељ
комит
e2b6f8c92b
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      test/test/device/usbd/test_usbd.c

+ 4 - 1
test/test/device/usbd/test_usbd.c

@@ -1,7 +1,7 @@
 /* 
 /* 
  * The MIT License (MIT)
  * 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
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * 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,
  * 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
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  * THE SOFTWARE.
+ *
+ * This file is part of the TinyUSB stack.
  */
  */
 
 
+
 #include "unity.h"
 #include "unity.h"
 
 
 // Files to test
 // Files to test