From 992b514dc0d21dc4ef2258c7d2ff0865d5e571ab Mon Sep 17 00:00:00 2001 From: keithm-xmos <35048036+keithm-xmos@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:37:00 -0400 Subject: [PATCH] added XMOS copyright to modifies TUSB sources --- examples/freertos/audio_mux/src/usb/tusb_config.h | 4 +--- examples/freertos/audio_mux/src/usb/usb_audio.c | 4 +--- examples/freertos/audio_mux/src/usb/usb_descriptors.c | 4 +--- examples/freertos/device_control/src/tusb_config.h | 1 + examples/freertos/device_control/src/usb_descriptors.c | 1 + examples/freertos/dfu/src/usb/app_dfu.c | 1 + examples/freertos/dfu/src/usb/usb_descriptors.c | 1 + test/usb/tinyusb_demos/audio_test/src/demo_main.c | 1 + test/usb/tinyusb_demos/audio_test/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/cdc_dual_ports/src/demo_main.c | 1 + test/usb/tinyusb_demos/cdc_dual_ports/src/tusb_config.h | 1 + test/usb/tinyusb_demos/cdc_dual_ports/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/cdc_msc/src/demo_main.c | 1 + test/usb/tinyusb_demos/cdc_msc/src/msc_disk.c | 1 + test/usb/tinyusb_demos/cdc_msc/src/tusb_config.h | 1 + test/usb/tinyusb_demos/cdc_msc/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/dfu/src/demo_main.c | 1 + test/usb/tinyusb_demos/dfu/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/dfu_runtime/src/demo_main.c | 1 + test/usb/tinyusb_demos/dfu_runtime/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/hid_boot_interface/src/demo_main.c | 1 + test/usb/tinyusb_demos/hid_boot_interface/src/tusb_config.h | 1 + .../tinyusb_demos/hid_boot_interface/src/usb_descriptors.c | 1 + .../tinyusb_demos/hid_boot_interface/src/usb_descriptors.h | 1 + test/usb/tinyusb_demos/hid_composite/src/tusb_config.h | 1 + test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.h | 1 + test/usb/tinyusb_demos/hid_generic_inout/src/tusb_config.h | 1 + .../usb/tinyusb_demos/hid_generic_inout/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/hid_multiple_interface/src/demo_main.c | 1 + .../tinyusb_demos/hid_multiple_interface/src/tusb_config.h | 1 + .../hid_multiple_interface/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/midi_test/src/demo_main.c | 1 + test/usb/tinyusb_demos/midi_test/src/tusb_config.h | 1 + test/usb/tinyusb_demos/midi_test/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/msc_dual_lun/src/demo_main.c | 1 + test/usb/tinyusb_demos/msc_dual_lun/src/msc_disk_dual.c | 1 + test/usb/tinyusb_demos/msc_dual_lun/src/tusb_config.h | 1 + test/usb/tinyusb_demos/msc_dual_lun/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/uac2_headset/src/tusb_config.h | 1 + test/usb/tinyusb_demos/uac2_headset/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/usbtmc/src/demo_main.c | 1 + test/usb/tinyusb_demos/usbtmc/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/video_capture/src/demo_main.c | 1 + test/usb/tinyusb_demos/video_capture/src/tusb_config.h | 1 + test/usb/tinyusb_demos/video_capture/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/webusb_serial/src/demo_main.c | 1 + test/usb/tinyusb_demos/webusb_serial/src/tusb_config.h | 1 + test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.c | 1 + test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.h | 1 + 50 files changed, 50 insertions(+), 9 deletions(-) diff --git a/examples/freertos/audio_mux/src/usb/tusb_config.h b/examples/freertos/audio_mux/src/usb/tusb_config.h index adffaa93f..c2051bd84 100644 --- a/examples/freertos/audio_mux/src/usb/tusb_config.h +++ b/examples/freertos/audio_mux/src/usb/tusb_config.h @@ -1,10 +1,8 @@ /* - * Copyright (c) 2021 XMOS LIMITED. This Software is subject to the terms of the - * XMOS Public License: Version 1 - * * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/examples/freertos/audio_mux/src/usb/usb_audio.c b/examples/freertos/audio_mux/src/usb/usb_audio.c index ea644e1b0..52cf4293e 100644 --- a/examples/freertos/audio_mux/src/usb/usb_audio.c +++ b/examples/freertos/audio_mux/src/usb/usb_audio.c @@ -1,10 +1,8 @@ /* - * Copyright (c) 2021 XMOS LIMITED. This Software is subject to the terms of the - * XMOS Public License: Version 1 - * * The MIT License (MIT) * * Copyright (c) 2020 Reinhard Panhuber + * Copyright (c) 2023 XMOS LIMITED * * 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/examples/freertos/audio_mux/src/usb/usb_descriptors.c b/examples/freertos/audio_mux/src/usb/usb_descriptors.c index 31efa607a..a4d30c83e 100644 --- a/examples/freertos/audio_mux/src/usb/usb_descriptors.c +++ b/examples/freertos/audio_mux/src/usb/usb_descriptors.c @@ -1,10 +1,8 @@ /* - * Copyright (c) 2021 XMOS LIMITED. This Software is subject to the terms of the - * XMOS Public License: Version 1 - * * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/examples/freertos/device_control/src/tusb_config.h b/examples/freertos/device_control/src/tusb_config.h index 2779c2994..4b1483534 100644 --- a/examples/freertos/device_control/src/tusb_config.h +++ b/examples/freertos/device_control/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/examples/freertos/device_control/src/usb_descriptors.c b/examples/freertos/device_control/src/usb_descriptors.c index 1ffb8ac3f..0c0de6a1a 100644 --- a/examples/freertos/device_control/src/usb_descriptors.c +++ b/examples/freertos/device_control/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/examples/freertos/dfu/src/usb/app_dfu.c b/examples/freertos/dfu/src/usb/app_dfu.c index 316f72c8c..eb392cee4 100644 --- a/examples/freertos/dfu/src/usb/app_dfu.c +++ b/examples/freertos/dfu/src/usb/app_dfu.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/examples/freertos/dfu/src/usb/usb_descriptors.c b/examples/freertos/dfu/src/usb/usb_descriptors.c index 503e0cc1c..ebee27fd4 100644 --- a/examples/freertos/dfu/src/usb/usb_descriptors.c +++ b/examples/freertos/dfu/src/usb/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/audio_test/src/demo_main.c b/test/usb/tinyusb_demos/audio_test/src/demo_main.c index c1d370cbd..ab39e16ea 100644 --- a/test/usb/tinyusb_demos/audio_test/src/demo_main.c +++ b/test/usb/tinyusb_demos/audio_test/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2020 Reinhard Panhuber + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/audio_test/src/usb_descriptors.c b/test/usb/tinyusb_demos/audio_test/src/usb_descriptors.c index 47c9f9dc5..2c2da0747 100644 --- a/test/usb/tinyusb_demos/audio_test/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/audio_test/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/cdc_dual_ports/src/demo_main.c b/test/usb/tinyusb_demos/cdc_dual_ports/src/demo_main.c index 16e40e305..b9568036d 100644 --- a/test/usb/tinyusb_demos/cdc_dual_ports/src/demo_main.c +++ b/test/usb/tinyusb_demos/cdc_dual_ports/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/cdc_dual_ports/src/tusb_config.h b/test/usb/tinyusb_demos/cdc_dual_ports/src/tusb_config.h index f93606092..21f0350b4 100644 --- a/test/usb/tinyusb_demos/cdc_dual_ports/src/tusb_config.h +++ b/test/usb/tinyusb_demos/cdc_dual_ports/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/cdc_dual_ports/src/usb_descriptors.c b/test/usb/tinyusb_demos/cdc_dual_ports/src/usb_descriptors.c index 7963746af..d73a26973 100644 --- a/test/usb/tinyusb_demos/cdc_dual_ports/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/cdc_dual_ports/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/cdc_msc/src/demo_main.c b/test/usb/tinyusb_demos/cdc_msc/src/demo_main.c index a945e6690..7b14911ef 100644 --- a/test/usb/tinyusb_demos/cdc_msc/src/demo_main.c +++ b/test/usb/tinyusb_demos/cdc_msc/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/cdc_msc/src/msc_disk.c b/test/usb/tinyusb_demos/cdc_msc/src/msc_disk.c index ebbe16ca9..89f3bf92e 100644 --- a/test/usb/tinyusb_demos/cdc_msc/src/msc_disk.c +++ b/test/usb/tinyusb_demos/cdc_msc/src/msc_disk.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/cdc_msc/src/tusb_config.h b/test/usb/tinyusb_demos/cdc_msc/src/tusb_config.h index 6507cef19..77f9d25ab 100644 --- a/test/usb/tinyusb_demos/cdc_msc/src/tusb_config.h +++ b/test/usb/tinyusb_demos/cdc_msc/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/cdc_msc/src/usb_descriptors.c b/test/usb/tinyusb_demos/cdc_msc/src/usb_descriptors.c index 5e09c70f8..0dd43028e 100644 --- a/test/usb/tinyusb_demos/cdc_msc/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/cdc_msc/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/dfu/src/demo_main.c b/test/usb/tinyusb_demos/dfu/src/demo_main.c index 9586bdf8e..8fee4d6d9 100644 --- a/test/usb/tinyusb_demos/dfu/src/demo_main.c +++ b/test/usb/tinyusb_demos/dfu/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/dfu/src/usb_descriptors.c b/test/usb/tinyusb_demos/dfu/src/usb_descriptors.c index 350334aa5..8f5a32243 100644 --- a/test/usb/tinyusb_demos/dfu/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/dfu/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/dfu_runtime/src/demo_main.c b/test/usb/tinyusb_demos/dfu_runtime/src/demo_main.c index 3ceb0d717..35dacf3c6 100644 --- a/test/usb/tinyusb_demos/dfu_runtime/src/demo_main.c +++ b/test/usb/tinyusb_demos/dfu_runtime/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/dfu_runtime/src/usb_descriptors.c b/test/usb/tinyusb_demos/dfu_runtime/src/usb_descriptors.c index 2e153bbab..5081c46b5 100644 --- a/test/usb/tinyusb_demos/dfu_runtime/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/dfu_runtime/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_boot_interface/src/demo_main.c b/test/usb/tinyusb_demos/hid_boot_interface/src/demo_main.c index dd17b7e13..dc11962bb 100644 --- a/test/usb/tinyusb_demos/hid_boot_interface/src/demo_main.c +++ b/test/usb/tinyusb_demos/hid_boot_interface/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_boot_interface/src/tusb_config.h b/test/usb/tinyusb_demos/hid_boot_interface/src/tusb_config.h index 1c8fa40b2..683529832 100644 --- a/test/usb/tinyusb_demos/hid_boot_interface/src/tusb_config.h +++ b/test/usb/tinyusb_demos/hid_boot_interface/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.c b/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.c index 3fa48d98d..5adb74cd2 100644 --- a/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.h b/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.h index 57cf0e2c0..2131afde0 100644 --- a/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.h +++ b/test/usb/tinyusb_demos/hid_boot_interface/src/usb_descriptors.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_composite/src/tusb_config.h b/test/usb/tinyusb_demos/hid_composite/src/tusb_config.h index d0f2b513f..2b1a4e806 100644 --- a/test/usb/tinyusb_demos/hid_composite/src/tusb_config.h +++ b/test/usb/tinyusb_demos/hid_composite/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.c b/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.c index b7a59cf6d..d2abf0722 100644 --- a/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.h b/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.h index ca8925ad9..2ede98247 100644 --- a/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.h +++ b/test/usb/tinyusb_demos/hid_composite/src/usb_descriptors.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_generic_inout/src/tusb_config.h b/test/usb/tinyusb_demos/hid_generic_inout/src/tusb_config.h index 9db50269c..9c4098d07 100644 --- a/test/usb/tinyusb_demos/hid_generic_inout/src/tusb_config.h +++ b/test/usb/tinyusb_demos/hid_generic_inout/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_generic_inout/src/usb_descriptors.c b/test/usb/tinyusb_demos/hid_generic_inout/src/usb_descriptors.c index a3c6480ed..7fe157c32 100644 --- a/test/usb/tinyusb_demos/hid_generic_inout/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/hid_generic_inout/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_multiple_interface/src/demo_main.c b/test/usb/tinyusb_demos/hid_multiple_interface/src/demo_main.c index 0921ffa75..e8cda9cd2 100644 --- a/test/usb/tinyusb_demos/hid_multiple_interface/src/demo_main.c +++ b/test/usb/tinyusb_demos/hid_multiple_interface/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_multiple_interface/src/tusb_config.h b/test/usb/tinyusb_demos/hid_multiple_interface/src/tusb_config.h index 32e8c2843..958196195 100644 --- a/test/usb/tinyusb_demos/hid_multiple_interface/src/tusb_config.h +++ b/test/usb/tinyusb_demos/hid_multiple_interface/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/hid_multiple_interface/src/usb_descriptors.c b/test/usb/tinyusb_demos/hid_multiple_interface/src/usb_descriptors.c index 9eef21504..9ba65818e 100644 --- a/test/usb/tinyusb_demos/hid_multiple_interface/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/hid_multiple_interface/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/midi_test/src/demo_main.c b/test/usb/tinyusb_demos/midi_test/src/demo_main.c index f35422b85..c08ac2a5d 100644 --- a/test/usb/tinyusb_demos/midi_test/src/demo_main.c +++ b/test/usb/tinyusb_demos/midi_test/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/midi_test/src/tusb_config.h b/test/usb/tinyusb_demos/midi_test/src/tusb_config.h index 967c71403..8a0f15360 100644 --- a/test/usb/tinyusb_demos/midi_test/src/tusb_config.h +++ b/test/usb/tinyusb_demos/midi_test/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/midi_test/src/usb_descriptors.c b/test/usb/tinyusb_demos/midi_test/src/usb_descriptors.c index f873fc860..93c215e0a 100644 --- a/test/usb/tinyusb_demos/midi_test/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/midi_test/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/msc_dual_lun/src/demo_main.c b/test/usb/tinyusb_demos/msc_dual_lun/src/demo_main.c index 71c143cf7..14f92e0c8 100644 --- a/test/usb/tinyusb_demos/msc_dual_lun/src/demo_main.c +++ b/test/usb/tinyusb_demos/msc_dual_lun/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/msc_dual_lun/src/msc_disk_dual.c b/test/usb/tinyusb_demos/msc_dual_lun/src/msc_disk_dual.c index 775e8b1ec..4b03429bf 100644 --- a/test/usb/tinyusb_demos/msc_dual_lun/src/msc_disk_dual.c +++ b/test/usb/tinyusb_demos/msc_dual_lun/src/msc_disk_dual.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/msc_dual_lun/src/tusb_config.h b/test/usb/tinyusb_demos/msc_dual_lun/src/tusb_config.h index f617f5a4c..dd8f4f806 100644 --- a/test/usb/tinyusb_demos/msc_dual_lun/src/tusb_config.h +++ b/test/usb/tinyusb_demos/msc_dual_lun/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/msc_dual_lun/src/usb_descriptors.c b/test/usb/tinyusb_demos/msc_dual_lun/src/usb_descriptors.c index e779b26fc..81745df8d 100644 --- a/test/usb/tinyusb_demos/msc_dual_lun/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/msc_dual_lun/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/uac2_headset/src/tusb_config.h b/test/usb/tinyusb_demos/uac2_headset/src/tusb_config.h index 2a1189a79..380891f03 100644 --- a/test/usb/tinyusb_demos/uac2_headset/src/tusb_config.h +++ b/test/usb/tinyusb_demos/uac2_headset/src/tusb_config.h @@ -3,6 +3,7 @@ * * Copyright (c) 2020 Ha Thach (tinyusb.org) * Copyright (c) 2020 Jerzy Kasenberg + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/uac2_headset/src/usb_descriptors.c b/test/usb/tinyusb_demos/uac2_headset/src/usb_descriptors.c index c683bc3d2..bfc051efd 100644 --- a/test/usb/tinyusb_demos/uac2_headset/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/uac2_headset/src/usb_descriptors.c @@ -3,6 +3,7 @@ * * Copyright (c) 2020 Ha Thach (tinyusb.org) * Copyright (c) 2020 Jerzy Kasenberg + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/usbtmc/src/demo_main.c b/test/usb/tinyusb_demos/usbtmc/src/demo_main.c index 45b090e83..e8ee69787 100644 --- a/test/usb/tinyusb_demos/usbtmc/src/demo_main.c +++ b/test/usb/tinyusb_demos/usbtmc/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/usbtmc/src/usb_descriptors.c b/test/usb/tinyusb_demos/usbtmc/src/usb_descriptors.c index 423482634..b0ecc8681 100644 --- a/test/usb/tinyusb_demos/usbtmc/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/usbtmc/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/video_capture/src/demo_main.c b/test/usb/tinyusb_demos/video_capture/src/demo_main.c index 9bc3c6a52..300fc133e 100644 --- a/test/usb/tinyusb_demos/video_capture/src/demo_main.c +++ b/test/usb/tinyusb_demos/video_capture/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/video_capture/src/tusb_config.h b/test/usb/tinyusb_demos/video_capture/src/tusb_config.h index 3a079e66b..30639f2ef 100644 --- a/test/usb/tinyusb_demos/video_capture/src/tusb_config.h +++ b/test/usb/tinyusb_demos/video_capture/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/video_capture/src/usb_descriptors.c b/test/usb/tinyusb_demos/video_capture/src/usb_descriptors.c index da8ec8e89..7945b8e84 100644 --- a/test/usb/tinyusb_demos/video_capture/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/video_capture/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/webusb_serial/src/demo_main.c b/test/usb/tinyusb_demos/webusb_serial/src/demo_main.c index e59ad99d9..4a401609f 100644 --- a/test/usb/tinyusb_demos/webusb_serial/src/demo_main.c +++ b/test/usb/tinyusb_demos/webusb_serial/src/demo_main.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/webusb_serial/src/tusb_config.h b/test/usb/tinyusb_demos/webusb_serial/src/tusb_config.h index f5e4694e3..7e318b637 100644 --- a/test/usb/tinyusb_demos/webusb_serial/src/tusb_config.h +++ b/test/usb/tinyusb_demos/webusb_serial/src/tusb_config.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.c b/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.c index 259320e0b..87248b448 100644 --- a/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.c +++ b/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.c @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * 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/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.h b/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.h index a1c4a2cf1..a9e1384ef 100644 --- a/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.h +++ b/test/usb/tinyusb_demos/webusb_serial/src/usb_descriptors.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2023 XMOS LIMITED * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal