From 0aa60035a4fdc2f37144f774b53ee2661e19818f Mon Sep 17 00:00:00 2001 From: Daniel Pieczko Date: Thu, 22 Apr 2021 17:17:39 +0100 Subject: [PATCH] Update copyright notices and licence references --- examples/AN00246_xua_example/src/app_xua_simple.xc | 3 ++- examples/AN00246_xua_example/src/cs4384.h | 3 ++- examples/AN00246_xua_example/src/cs5368.h | 3 ++- examples/AN00246_xua_example/src/hwsupport.xc | 3 ++- examples/AN00246_xua_example/src/xua_conf.h | 3 ++- examples/AN00246_xua_example/src/xud_conf.h | 3 ++- examples/AN00247_xua_example_spdif_tx/src/app_xua_simple.xc | 3 ++- examples/AN00247_xua_example_spdif_tx/src/hwsupport.xc | 3 ++- examples/AN00247_xua_example_spdif_tx/src/xua_conf.h | 3 ++- examples/AN00247_xua_example_spdif_tx/src/xud_conf.h | 3 ++- examples/AN00248_xua_example_pdm_mics/src/app_xua_simple.xc | 3 ++- examples/AN00248_xua_example_pdm_mics/src/audiohw.xc | 3 ++- examples/AN00248_xua_example_pdm_mics/src/xua_conf.h | 3 ++- examples/AN00248_xua_example_pdm_mics/src/xud_conf.h | 3 ++- lib_xua/api/xua.h | 3 ++- lib_xua/api/xua_audiohub.h | 3 ++- lib_xua/api/xua_buffer.h | 3 ++- lib_xua/api/xua_conf_default.h | 3 ++- lib_xua/api/xua_conf_full.h | 3 ++- lib_xua/api/xua_endpoint0.h | 3 ++- lib_xua/api/xua_pdm_mic.h | 3 ++- lib_xua/api/xua_usb_params_funcs.h | 3 ++- lib_xua/host/xmosdfu/xmosdfu.cpp | 3 ++- lib_xua/src/core/audiohub/audiohub_adat.h | 3 ++- lib_xua/src/core/audiohub/audiohub_dsd.h | 3 ++- lib_xua/src/core/audiohub/audiohub_initport.xc | 3 ++- lib_xua/src/core/audiohub/dsd_support.h | 3 ++- lib_xua/src/core/audiohub/xua_audiohub.xc | 3 ++- lib_xua/src/core/audiohub/xua_buffman_default.c | 3 ++- lib_xua/src/core/buffer/decouple/decouple.xc | 3 ++- lib_xua/src/core/buffer/decouple/decouple_interrupt.c | 3 ++- lib_xua/src/core/buffer/decouple/get_adc_counts.c | 3 ++- lib_xua/src/core/buffer/decouple/interrupt.h | 3 ++- lib_xua/src/core/buffer/ep/ep_buffer.xc | 3 ++- lib_xua/src/core/buffer/ep/testct_byref.h | 3 ++- lib_xua/src/core/buffer/ep/testct_byref.xc | 3 ++- lib_xua/src/core/clocking/clockgen.xc | 3 ++- lib_xua/src/core/clocking/clocking.h | 3 ++- lib_xua/src/core/endpoint0/chanstringgen.py | 3 ++- lib_xua/src/core/endpoint0/chanstrings.h | 3 ++- lib_xua/src/core/endpoint0/dbcalc.h | 3 ++- lib_xua/src/core/endpoint0/dbcalc.xc | 3 ++- lib_xua/src/core/endpoint0/descriptor_defs.h | 3 ++- lib_xua/src/core/endpoint0/vendorrequests.c | 3 ++- lib_xua/src/core/endpoint0/vendorrequests.h | 3 ++- lib_xua/src/core/endpoint0/xua_endpoint0.c | 3 ++- lib_xua/src/core/endpoint0/xua_ep0_descriptors.h | 3 ++- lib_xua/src/core/endpoint0/xua_ep0_uacreqs.h | 3 ++- lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc | 3 ++- lib_xua/src/core/main.xc | 3 ++- lib_xua/src/core/mixer/fastmix.S | 3 ++- lib_xua/src/core/mixer/mixer.h | 3 ++- lib_xua/src/core/mixer/mixer.xc | 3 ++- lib_xua/src/core/mixer/repeat.h | 3 ++- lib_xua/src/core/pdm_mics/mic_array_conf.h | 3 ++- lib_xua/src/core/pdm_mics/pdm_mic.xc | 3 ++- lib_xua/src/core/pdm_mics/pdm_mic_user.c | 3 ++- lib_xua/src/core/ports/audioports.c | 3 ++- lib_xua/src/core/ports/audioports.h | 3 ++- lib_xua/src/core/ports/audioports.xc | 3 ++- lib_xua/src/core/support/powersave/archU_powerSaving.h | 3 ++- lib_xua/src/core/support/powersave/archU_powerSaving.xc | 3 ++- lib_xua/src/core/support/reboot.xc | 3 ++- lib_xua/src/core/support/xc_ptr.h | 3 ++- lib_xua/src/core/support/xc_ptr.xc | 3 ++- lib_xua/src/core/uac_hwresources.h | 3 ++- lib_xua/src/core/user/audiostream/audiostream.c | 3 ++- lib_xua/src/core/user/audiostream/audiostream.h | 3 ++- lib_xua/src/core/user/hid/user_hid.h | 3 ++- lib_xua/src/core/user/hostactive/hostactive.c | 3 ++- lib_xua/src/core/user/hostactive/hostactive.h | 3 ++- lib_xua/src/core/warnings.xc | 3 ++- lib_xua/src/core/xua_commands.h | 3 ++- lib_xua/src/core/xuduser/xuduser.c | 3 ++- lib_xua/src/dfu/dfu.xc | 3 ++- lib_xua/src/dfu/dfu_interface.h | 3 ++- lib_xua/src/dfu/dfu_types.h | 3 ++- lib_xua/src/dfu/flash_interface.c | 3 ++- lib_xua/src/dfu/flash_interface.h | 3 ++- lib_xua/src/dfu/flashlib_user.c | 3 ++- lib_xua/src/dfu/xua_dfu.h | 3 ++- lib_xua/src/hid/hid.xc | 3 ++- lib_xua/src/hid/xua_hid.h | 3 ++- lib_xua/src/midi/midi_descriptor.h | 3 ++- lib_xua/src/midi/midiinparse.h | 3 ++- lib_xua/src/midi/midiinparse.xc | 3 ++- lib_xua/src/midi/midioutparse.h | 3 ++- lib_xua/src/midi/midioutparse.xc | 3 ++- lib_xua/src/midi/queue.h | 3 ++- lib_xua/src/midi/queue.xc | 3 ++- lib_xua/src/midi/usb_midi.h | 3 ++- lib_xua/src/midi/usb_midi.xc | 3 ++- lib_xua/src/midi/usb_midi_support.xc | 3 ++- python/setup.py | 3 ++- tests/app_test_i2s_loopback/debug_conf.h | 3 ++- tests/app_test_i2s_loopback/main.xc | 3 ++- tests/app_test_i2s_loopback/simulation.xc | 3 ++- tests/app_test_i2s_loopback/usb_device.h | 3 ++- tests/app_test_i2s_loopback/usb_device.xc | 3 ++- tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc | 3 ++- tests/app_test_i2s_loopback/xk_216_mc/cs2100.h | 3 ++- tests/app_test_i2s_loopback/xk_216_mc/cs4384.h | 3 ++- tests/app_test_i2s_loopback/xk_216_mc/cs5368.h | 3 ++- tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c | 3 ++- tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h | 3 ++- tests/app_test_i2s_loopback/xua_conf.h | 3 ++- tests/runtests.py | 3 ++- tests/test_i2s_loopback.py | 3 ++- 108 files changed, 216 insertions(+), 108 deletions(-) diff --git a/examples/AN00246_xua_example/src/app_xua_simple.xc b/examples/AN00246_xua_example/src/app_xua_simple.xc index e53f0778..131a04db 100644 --- a/examples/AN00246_xua_example/src/app_xua_simple.xc +++ b/examples/AN00246_xua_example/src/app_xua_simple.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* A very simple *example* of a USB audio application (and as such is un-verified for production) * diff --git a/examples/AN00246_xua_example/src/cs4384.h b/examples/AN00246_xua_example/src/cs4384.h index 98defbe3..6de83e81 100644 --- a/examples/AN00246_xua_example/src/cs4384.h +++ b/examples/AN00246_xua_example/src/cs4384.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef CS4384_H_ #define CS4384_H_ diff --git a/examples/AN00246_xua_example/src/cs5368.h b/examples/AN00246_xua_example/src/cs5368.h index 945ae536..d2de278d 100644 --- a/examples/AN00246_xua_example/src/cs5368.h +++ b/examples/AN00246_xua_example/src/cs5368.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _CS5368_H_ #define _CS5368_H_ diff --git a/examples/AN00246_xua_example/src/hwsupport.xc b/examples/AN00246_xua_example/src/hwsupport.xc index f9ed5af7..7507ed8c 100644 --- a/examples/AN00246_xua_example/src/hwsupport.xc +++ b/examples/AN00246_xua_example/src/hwsupport.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/examples/AN00246_xua_example/src/xua_conf.h b/examples/AN00246_xua_example/src/xua_conf.h index c969f6cf..e0a0c36b 100644 --- a/examples/AN00246_xua_example/src/xua_conf.h +++ b/examples/AN00246_xua_example/src/xua_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2019, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _XUA_CONF_H_ #define _XUA_CONF_H_ diff --git a/examples/AN00246_xua_example/src/xud_conf.h b/examples/AN00246_xua_example/src/xud_conf.h index c14d64a8..3fc13baf 100644 --- a/examples/AN00246_xua_example/src/xud_conf.h +++ b/examples/AN00246_xua_example/src/xud_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua_conf.h" diff --git a/examples/AN00247_xua_example_spdif_tx/src/app_xua_simple.xc b/examples/AN00247_xua_example_spdif_tx/src/app_xua_simple.xc index 9c9e3703..704479b8 100644 --- a/examples/AN00247_xua_example_spdif_tx/src/app_xua_simple.xc +++ b/examples/AN00247_xua_example_spdif_tx/src/app_xua_simple.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* A very simple *example* of a USB audio application (and as such is un-verified for production) * diff --git a/examples/AN00247_xua_example_spdif_tx/src/hwsupport.xc b/examples/AN00247_xua_example_spdif_tx/src/hwsupport.xc index 33fc5bca..203fa38e 100644 --- a/examples/AN00247_xua_example_spdif_tx/src/hwsupport.xc +++ b/examples/AN00247_xua_example_spdif_tx/src/hwsupport.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/examples/AN00247_xua_example_spdif_tx/src/xua_conf.h b/examples/AN00247_xua_example_spdif_tx/src/xua_conf.h index b2867ee7..8fee8c82 100644 --- a/examples/AN00247_xua_example_spdif_tx/src/xua_conf.h +++ b/examples/AN00247_xua_example_spdif_tx/src/xua_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2019, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _XUA_CONF_H_ #define _XUA_CONF_H_ diff --git a/examples/AN00247_xua_example_spdif_tx/src/xud_conf.h b/examples/AN00247_xua_example_spdif_tx/src/xud_conf.h index c14d64a8..3fc13baf 100644 --- a/examples/AN00247_xua_example_spdif_tx/src/xud_conf.h +++ b/examples/AN00247_xua_example_spdif_tx/src/xud_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua_conf.h" diff --git a/examples/AN00248_xua_example_pdm_mics/src/app_xua_simple.xc b/examples/AN00248_xua_example_pdm_mics/src/app_xua_simple.xc index 93ee258d..6b7b299e 100644 --- a/examples/AN00248_xua_example_pdm_mics/src/app_xua_simple.xc +++ b/examples/AN00248_xua_example_pdm_mics/src/app_xua_simple.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* A very simple *example* of a USB audio application (and as such is un-verified for production) * diff --git a/examples/AN00248_xua_example_pdm_mics/src/audiohw.xc b/examples/AN00248_xua_example_pdm_mics/src/audiohw.xc index 27325027..288b2d0b 100644 --- a/examples/AN00248_xua_example_pdm_mics/src/audiohw.xc +++ b/examples/AN00248_xua_example_pdm_mics/src/audiohw.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/examples/AN00248_xua_example_pdm_mics/src/xua_conf.h b/examples/AN00248_xua_example_pdm_mics/src/xua_conf.h index e2f0f84f..191d8953 100644 --- a/examples/AN00248_xua_example_pdm_mics/src/xua_conf.h +++ b/examples/AN00248_xua_example_pdm_mics/src/xua_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2019, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _XUA_CONF_H_ #define _XUA_CONF_H_ diff --git a/examples/AN00248_xua_example_pdm_mics/src/xud_conf.h b/examples/AN00248_xua_example_pdm_mics/src/xud_conf.h index c14d64a8..3fc13baf 100644 --- a/examples/AN00248_xua_example_pdm_mics/src/xud_conf.h +++ b/examples/AN00248_xua_example_pdm_mics/src/xud_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua_conf.h" diff --git a/lib_xua/api/xua.h b/lib_xua/api/xua.h index 92cdbe6f..c52ff1a7 100644 --- a/lib_xua/api/xua.h +++ b/lib_xua/api/xua.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_H__ #define __XUA_H__ diff --git a/lib_xua/api/xua_audiohub.h b/lib_xua/api/xua_audiohub.h index 9694cc10..e66296cb 100644 --- a/lib_xua/api/xua_audiohub.h +++ b/lib_xua/api/xua_audiohub.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_AUDIOHUB_H__ #define __XUA_AUDIOHUB_H__ diff --git a/lib_xua/api/xua_buffer.h b/lib_xua/api/xua_buffer.h index d351ddc1..302e3f67 100644 --- a/lib_xua/api/xua_buffer.h +++ b/lib_xua/api/xua_buffer.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2019, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_BUFFER_H__ #define __XUA_BUFFER_H__ diff --git a/lib_xua/api/xua_conf_default.h b/lib_xua/api/xua_conf_default.h index fa769b20..38db0d98 100644 --- a/lib_xua/api/xua_conf_default.h +++ b/lib_xua/api/xua_conf_default.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* * @brief Defines relating to device configuration and customisation of lib_xua * @author Ross Owen, XMOS Limited diff --git a/lib_xua/api/xua_conf_full.h b/lib_xua/api/xua_conf_full.h index e3696a6d..ff4bfd0b 100644 --- a/lib_xua/api/xua_conf_full.h +++ b/lib_xua/api/xua_conf_full.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_CONF_FULL_H__ #define __XUA_CONF_FULL_H__ diff --git a/lib_xua/api/xua_endpoint0.h b/lib_xua/api/xua_endpoint0.h index 41281115..b7cfdfc6 100644 --- a/lib_xua/api/xua_endpoint0.h +++ b/lib_xua/api/xua_endpoint0.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _XUA_ENDPOINT0_H_ #define _XUA_ENDPOINT0_H_ diff --git a/lib_xua/api/xua_pdm_mic.h b/lib_xua/api/xua_pdm_mic.h index 4b7704b6..a68dd142 100644 --- a/lib_xua/api/xua_pdm_mic.h +++ b/lib_xua/api/xua_pdm_mic.h @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2018, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef XUA_PDM_MIC_H #define XUA_PDM_MIC_H diff --git a/lib_xua/api/xua_usb_params_funcs.h b/lib_xua/api/xua_usb_params_funcs.h index 0a427046..dcc018db 100644 --- a/lib_xua/api/xua_usb_params_funcs.h +++ b/lib_xua/api/xua_usb_params_funcs.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2020, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_API_H__ #define __XUA_API_H__ diff --git a/lib_xua/host/xmosdfu/xmosdfu.cpp b/lib_xua/host/xmosdfu/xmosdfu.cpp index 40c305da..04c1a21a 100644 --- a/lib_xua/host/xmosdfu/xmosdfu.cpp +++ b/lib_xua/host/xmosdfu/xmosdfu.cpp @@ -1,4 +1,5 @@ -// Copyright (c) 2012-2020, XMOS Ltd, All rights reserved +// Copyright 2012-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include #include diff --git a/lib_xua/src/core/audiohub/audiohub_adat.h b/lib_xua/src/core/audiohub/audiohub_adat.h index 41cd5a45..dd51e3ec 100644 --- a/lib_xua/src/core/audiohub/audiohub_adat.h +++ b/lib_xua/src/core/audiohub/audiohub_adat.h @@ -1,4 +1,5 @@ -// Copyright (c) 2018, XMOS Ltd, All rights reserved +// Copyright 2018-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. unsigned adatCounter = 0; unsigned adatSamples[8]; diff --git a/lib_xua/src/core/audiohub/audiohub_dsd.h b/lib_xua/src/core/audiohub/audiohub_dsd.h index bea386bb..f101160b 100644 --- a/lib_xua/src/core/audiohub/audiohub_dsd.h +++ b/lib_xua/src/core/audiohub/audiohub_dsd.h @@ -1,4 +1,5 @@ -// Copyright (c) 2018, XMOS Ltd, All rights reserved +// Copyright 2018-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #if (DSD_CHANS_DAC != 0) extern buffered out port:32 p_dsd_dac[DSD_CHANS_DAC]; diff --git a/lib_xua/src/core/audiohub/audiohub_initport.xc b/lib_xua/src/core/audiohub/audiohub_initport.xc index fc8d4f9d..279250f8 100644 --- a/lib_xua/src/core/audiohub/audiohub_initport.xc +++ b/lib_xua/src/core/audiohub/audiohub_initport.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2018, XMOS Ltd, All rights reserved +// Copyright 2018-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #include "dsd_support.h" diff --git a/lib_xua/src/core/audiohub/dsd_support.h b/lib_xua/src/core/audiohub/dsd_support.h index 97b126db..a5f750c8 100644 --- a/lib_xua/src/core/audiohub/dsd_support.h +++ b/lib_xua/src/core/audiohub/dsd_support.h @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _DSD_H_ #define _DSD_H_ diff --git a/lib_xua/src/core/audiohub/xua_audiohub.xc b/lib_xua/src/core/audiohub/xua_audiohub.xc index 8448879c..25ef5059 100755 --- a/lib_xua/src/core/audiohub/xua_audiohub.xc +++ b/lib_xua/src/core/audiohub/xua_audiohub.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /** * @file xua_audiohub.xc * @brief XMOS USB 2.0 Audio Reference Design. Audio Functions. diff --git a/lib_xua/src/core/audiohub/xua_buffman_default.c b/lib_xua/src/core/audiohub/xua_buffman_default.c index eea225ce..20651682 100644 --- a/lib_xua/src/core/audiohub/xua_buffman_default.c +++ b/lib_xua/src/core/audiohub/xua_buffman_default.c @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xccompat.h" #include "xua_audiohub.h" diff --git a/lib_xua/src/core/buffer/decouple/decouple.xc b/lib_xua/src/core/buffer/decouple/decouple.xc index f217b0e4..f22f9582 100644 --- a/lib_xua/src/core/buffer/decouple/decouple.xc +++ b/lib_xua/src/core/buffer/decouple/decouple.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if XUA_USB_EN diff --git a/lib_xua/src/core/buffer/decouple/decouple_interrupt.c b/lib_xua/src/core/buffer/decouple/decouple_interrupt.c index e91351dc..3344caea 100644 --- a/lib_xua/src/core/buffer/decouple/decouple_interrupt.c +++ b/lib_xua/src/core/buffer/decouple/decouple_interrupt.c @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2018, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if XUA_USB_EN #include "interrupt.h" diff --git a/lib_xua/src/core/buffer/decouple/get_adc_counts.c b/lib_xua/src/core/buffer/decouple/get_adc_counts.c index 96680b43..85767a21 100644 --- a/lib_xua/src/core/buffer/decouple/get_adc_counts.c +++ b/lib_xua/src/core/buffer/decouple/get_adc_counts.c @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if XUA_USB_EN #include "xud.h" diff --git a/lib_xua/src/core/buffer/decouple/interrupt.h b/lib_xua/src/core/buffer/decouple/interrupt.h index 9c7b80f4..1aec8cd9 100644 --- a/lib_xua/src/core/buffer/decouple/interrupt.h +++ b/lib_xua/src/core/buffer/decouple/interrupt.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __interrupt_h__ #define __interrupt_h__ diff --git a/lib_xua/src/core/buffer/ep/ep_buffer.xc b/lib_xua/src/core/buffer/ep/ep_buffer.xc index 9a995f8d..50f475bd 100644 --- a/lib_xua/src/core/buffer/ep/ep_buffer.xc +++ b/lib_xua/src/core/buffer/ep/ep_buffer.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if XUA_USB_EN #include diff --git a/lib_xua/src/core/buffer/ep/testct_byref.h b/lib_xua/src/core/buffer/ep/testct_byref.h index b3b82c1d..cb37b999 100644 --- a/lib_xua/src/core/buffer/ep/testct_byref.h +++ b/lib_xua/src/core/buffer/ep/testct_byref.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. //#pragma select handler #include diff --git a/lib_xua/src/core/buffer/ep/testct_byref.xc b/lib_xua/src/core/buffer/ep/testct_byref.xc index a48d3f86..0269998e 100644 --- a/lib_xua/src/core/buffer/ep/testct_byref.xc +++ b/lib_xua/src/core/buffer/ep/testct_byref.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include /* TODO Currently complier does not support inline select functions, hense this is in a seperate file to ensure this is not the case */ diff --git a/lib_xua/src/core/clocking/clockgen.xc b/lib_xua/src/core/clocking/clockgen.xc index 7c5da305..eb294057 100644 --- a/lib_xua/src/core/clocking/clockgen.xc +++ b/lib_xua/src/core/clocking/clockgen.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/lib_xua/src/core/clocking/clocking.h b/lib_xua/src/core/clocking/clocking.h index 39db3796..10dff9ee 100644 --- a/lib_xua/src/core/clocking/clocking.h +++ b/lib_xua/src/core/clocking/clocking.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _CLOCKING_H_ #define _CLOCKING_H_ diff --git a/lib_xua/src/core/endpoint0/chanstringgen.py b/lib_xua/src/core/endpoint0/chanstringgen.py index 49249f8a..de74c9d0 100644 --- a/lib_xua/src/core/endpoint0/chanstringgen.py +++ b/lib_xua/src/core/endpoint0/chanstringgen.py @@ -1,4 +1,5 @@ -# Copyright (c) 2015-2018, XMOS Ltd, All rights reserved +# Copyright 2015-2021 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. def genstrings(outputChanCount, chanString, portString, structureString, adc_dac): diff --git a/lib_xua/src/core/endpoint0/chanstrings.h b/lib_xua/src/core/endpoint0/chanstrings.h index 24b75bd2..68be3481 100644 --- a/lib_xua/src/core/endpoint0/chanstrings.h +++ b/lib_xua/src/core/endpoint0/chanstrings.h @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2018, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* AUTOGENERATED using chanstringgen.py */ /* Not very nice looking but the standard preprocessor is not very powerful diff --git a/lib_xua/src/core/endpoint0/dbcalc.h b/lib_xua/src/core/endpoint0/dbcalc.h index df2f3099..73a2875d 100644 --- a/lib_xua/src/core/endpoint0/dbcalc.h +++ b/lib_xua/src/core/endpoint0/dbcalc.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __dbcalc_h__ #define __dbcalc_h__ diff --git a/lib_xua/src/core/endpoint0/dbcalc.xc b/lib_xua/src/core/endpoint0/dbcalc.xc index 24e1e903..1967f35d 100644 --- a/lib_xua/src/core/endpoint0/dbcalc.xc +++ b/lib_xua/src/core/endpoint0/dbcalc.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include /* The coefficients of the chebychev polynomial to approximate 10^x in the interval [-1,1]. diff --git a/lib_xua/src/core/endpoint0/descriptor_defs.h b/lib_xua/src/core/endpoint0/descriptor_defs.h index 0a5a94fd..b4dc692b 100644 --- a/lib_xua/src/core/endpoint0/descriptor_defs.h +++ b/lib_xua/src/core/endpoint0/descriptor_defs.h @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2019, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __DESCRIPTOR_DEFS_H__ #define __DESCRIPTOR_DEFS_H__ diff --git a/lib_xua/src/core/endpoint0/vendorrequests.c b/lib_xua/src/core/endpoint0/vendorrequests.c index 0eae49a1..66a1ac09 100644 --- a/lib_xua/src/core/endpoint0/vendorrequests.c +++ b/lib_xua/src/core/endpoint0/vendorrequests.c @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if XUA_USB_EN diff --git a/lib_xua/src/core/endpoint0/vendorrequests.h b/lib_xua/src/core/endpoint0/vendorrequests.h index 396ceef3..c241011d 100644 --- a/lib_xua/src/core/endpoint0/vendorrequests.h +++ b/lib_xua/src/core/endpoint0/vendorrequests.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _VENDORREQUESTS_H_ #define _VENDORREQUESTS_H_ diff --git a/lib_xua/src/core/endpoint0/xua_endpoint0.c b/lib_xua/src/core/endpoint0/xua_endpoint0.c index 968a72e9..40064918 100755 --- a/lib_xua/src/core/endpoint0/xua_endpoint0.c +++ b/lib_xua/src/core/endpoint0/xua_endpoint0.c @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /** * @brief Implements endpoint zero for an USB Audio 1.0/2.0 device * @author Ross Owen, XMOS Semiconductor diff --git a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h index e0742f83..89d8ba3d 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h +++ b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /** * @file xua_ep0_descriptors.h * @brief Device Descriptors diff --git a/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.h b/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.h index f8c7cc33..60332730 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.h +++ b/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.h @@ -1,4 +1,5 @@ -// Copyright (c) 2014-2020, XMOS Ltd, All rights reserved +// Copyright 2014-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _AUDIOREQUESTS_H_ #define _AUDIOREQUESTS_H_ diff --git a/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc b/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc index 2ce05108..89169336 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc +++ b/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /** * @brief Implements relevant requests from the USB Audio 2.0 Specification * @author Ross Owen, XMOS Semiconductor diff --git a/lib_xua/src/core/main.xc b/lib_xua/src/core/main.xc index afc819c4..421793f2 100755 --- a/lib_xua/src/core/main.xc +++ b/lib_xua/src/core/main.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2012-2019, XMOS Ltd, All rights reserved +// Copyright 2012-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" /* Device specific defines */ #ifndef EXCLUDE_USB_AUDIO_MAIN diff --git a/lib_xua/src/core/mixer/fastmix.S b/lib_xua/src/core/mixer/fastmix.S index 0ab9c0ff..c8828a38 100644 --- a/lib_xua/src/core/mixer/fastmix.S +++ b/lib_xua/src/core/mixer/fastmix.S @@ -1,4 +1,5 @@ -// Copyright (c) 2018-2020, XMOS Ltd, All rights reserved +// Copyright 2018-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. //#include "devicedefines.h" #define MAX_MIX_COUNT 8 diff --git a/lib_xua/src/core/mixer/mixer.h b/lib_xua/src/core/mixer/mixer.h index 05225b40..38e89ec3 100644 --- a/lib_xua/src/core/mixer/mixer.h +++ b/lib_xua/src/core/mixer/mixer.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __mixer_h__ #define __mixer_h__ diff --git a/lib_xua/src/core/mixer/mixer.xc b/lib_xua/src/core/mixer/mixer.xc index fe9dc766..7f8b6e05 100644 --- a/lib_xua/src/core/mixer/mixer.xc +++ b/lib_xua/src/core/mixer/mixer.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include diff --git a/lib_xua/src/core/mixer/repeat.h b/lib_xua/src/core/mixer/repeat.h index 99ec3bea..2246a940 100644 --- a/lib_xua/src/core/mixer/repeat.h +++ b/lib_xua/src/core/mixer/repeat.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef N #error "N must be defined before including repeat.h" #endif diff --git a/lib_xua/src/core/pdm_mics/mic_array_conf.h b/lib_xua/src/core/pdm_mics/mic_array_conf.h index 10840331..d0164c28 100644 --- a/lib_xua/src/core/pdm_mics/mic_array_conf.h +++ b/lib_xua/src/core/pdm_mics/mic_array_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2019, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef MIC_ARRAY_CONF_H_ #define MIC_ARRAY_CONF_H_ diff --git a/lib_xua/src/core/pdm_mics/pdm_mic.xc b/lib_xua/src/core/pdm_mics/pdm_mic.xc index 137f289c..a69115d7 100644 --- a/lib_xua/src/core/pdm_mics/pdm_mic.xc +++ b/lib_xua/src/core/pdm_mics/pdm_mic.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2020, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" diff --git a/lib_xua/src/core/pdm_mics/pdm_mic_user.c b/lib_xua/src/core/pdm_mics/pdm_mic_user.c index f7a35f78..6171cfca 100644 --- a/lib_xua/src/core/pdm_mics/pdm_mic_user.c +++ b/lib_xua/src/core/pdm_mics/pdm_mic_user.c @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" diff --git a/lib_xua/src/core/ports/audioports.c b/lib_xua/src/core/ports/audioports.c index f97538d3..64795ba0 100644 --- a/lib_xua/src/core/ports/audioports.c +++ b/lib_xua/src/core/ports/audioports.c @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #define __ASSEMBLER__ // Work around for bug #14118 diff --git a/lib_xua/src/core/ports/audioports.h b/lib_xua/src/core/ports/audioports.h index e207be09..5f01fd9c 100644 --- a/lib_xua/src/core/ports/audioports.h +++ b/lib_xua/src/core/ports/audioports.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _AUDIOPORTS_H_ #define _AUDIOPORTS_H_ diff --git a/lib_xua/src/core/ports/audioports.xc b/lib_xua/src/core/ports/audioports.xc index 6f1b7e82..330b7f96 100644 --- a/lib_xua/src/core/ports/audioports.xc +++ b/lib_xua/src/core/ports/audioports.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include #include diff --git a/lib_xua/src/core/support/powersave/archU_powerSaving.h b/lib_xua/src/core/support/powersave/archU_powerSaving.h index 93d436cc..51f8281d 100644 --- a/lib_xua/src/core/support/powersave/archU_powerSaving.h +++ b/lib_xua/src/core/support/powersave/archU_powerSaving.h @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef ARCH_U_POWER_SAVING_ #define ARCH_U_POWER_SAVING_ diff --git a/lib_xua/src/core/support/powersave/archU_powerSaving.xc b/lib_xua/src/core/support/powersave/archU_powerSaving.xc index 8fea9efd..e6cd04c5 100644 --- a/lib_xua/src/core/support/powersave/archU_powerSaving.xc +++ b/lib_xua/src/core/support/powersave/archU_powerSaving.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #if (XUD_SERIES_SUPPORT==1) #include "archU_powerSaving.h" diff --git a/lib_xua/src/core/support/reboot.xc b/lib_xua/src/core/support/reboot.xc index 50522b48..d4c33d27 100644 --- a/lib_xua/src/core/support/reboot.xc +++ b/lib_xua/src/core/support/reboot.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2021, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include #include diff --git a/lib_xua/src/core/support/xc_ptr.h b/lib_xua/src/core/support/xc_ptr.h index d662eb8b..7168d196 100644 --- a/lib_xua/src/core/support/xc_ptr.h +++ b/lib_xua/src/core/support/xc_ptr.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __xc_ptr__ #define __xc_ptr__ diff --git a/lib_xua/src/core/support/xc_ptr.xc b/lib_xua/src/core/support/xc_ptr.xc index d337f4d5..7f75a53d 100644 --- a/lib_xua/src/core/support/xc_ptr.xc +++ b/lib_xua/src/core/support/xc_ptr.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2012-2018, XMOS Ltd, All rights reserved +// Copyright 2012-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xc_ptr.h" extern inline xc_ptr array_to_xc_ptr(const unsigned a[]); diff --git a/lib_xua/src/core/uac_hwresources.h b/lib_xua/src/core/uac_hwresources.h index 2e465aba..0142a2a9 100644 --- a/lib_xua/src/core/uac_hwresources.h +++ b/lib_xua/src/core/uac_hwresources.h @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2018, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _UAC_HWRESOURCES_H_ #define _UAC_HWRESOURCES_H_ diff --git a/lib_xua/src/core/user/audiostream/audiostream.c b/lib_xua/src/core/user/audiostream/audiostream.c index 863bb1a0..24c7fe82 100644 --- a/lib_xua/src/core/user/audiostream/audiostream.c +++ b/lib_xua/src/core/user/audiostream/audiostream.c @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2019, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* Default implementations of AudioStreamStop() and AudioStreamStart() * callbacks. diff --git a/lib_xua/src/core/user/audiostream/audiostream.h b/lib_xua/src/core/user/audiostream/audiostream.h index bb218fd5..1f27774e 100644 --- a/lib_xua/src/core/user/audiostream/audiostream.h +++ b/lib_xua/src/core/user/audiostream/audiostream.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2019, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _AUDIOSTREAM_H_ #define _AUDIOSTREAM_H_ diff --git a/lib_xua/src/core/user/hid/user_hid.h b/lib_xua/src/core/user/hid/user_hid.h index 91b32290..72d47abb 100644 --- a/lib_xua/src/core/user/hid/user_hid.h +++ b/lib_xua/src/core/user/hid/user_hid.h @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2020, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __USER_HID_H__ #define __USER_HID_H__ diff --git a/lib_xua/src/core/user/hostactive/hostactive.c b/lib_xua/src/core/user/hostactive/hostactive.c index 6e0a91e6..e1cf546c 100644 --- a/lib_xua/src/core/user/hostactive/hostactive.c +++ b/lib_xua/src/core/user/hostactive/hostactive.c @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. void UserHostActive(int active) __attribute__ ((weak)); void UserHostActive(int active) diff --git a/lib_xua/src/core/user/hostactive/hostactive.h b/lib_xua/src/core/user/hostactive/hostactive.h index afa1c139..fa100d10 100644 --- a/lib_xua/src/core/user/hostactive/hostactive.h +++ b/lib_xua/src/core/user/hostactive/hostactive.h @@ -1,3 +1,4 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. void UserHostActive(int active); diff --git a/lib_xua/src/core/warnings.xc b/lib_xua/src/core/warnings.xc index 11ebb139..16ffc49e 100644 --- a/lib_xua/src/core/warnings.xc +++ b/lib_xua/src/core/warnings.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* Warnings relating to configuration defines located in this XC source file rather than the devicedefines.h header file in order to avoid multiple warnings being issued when the devicedefines.h header file is included in multiple files. diff --git a/lib_xua/src/core/xua_commands.h b/lib_xua/src/core/xua_commands.h index 54a76b9e..0e2bcb15 100644 --- a/lib_xua/src/core/xua_commands.h +++ b/lib_xua/src/core/xua_commands.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_INTERNAL_CMDS_H__ #define __XUA_INTERNAL_CMDS_H__ diff --git a/lib_xua/src/core/xuduser/xuduser.c b/lib_xua/src/core/xuduser/xuduser.c index 831acc1f..207906e7 100644 --- a/lib_xua/src/core/xuduser/xuduser.c +++ b/lib_xua/src/core/xuduser/xuduser.c @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #if XUA_USB_EN #include "xua.h" #include "hostactive.h" diff --git a/lib_xua/src/dfu/dfu.xc b/lib_xua/src/dfu/dfu.xc index 6e370b6c..1570c7eb 100644 --- a/lib_xua/src/dfu/dfu.xc +++ b/lib_xua/src/dfu/dfu.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if (XUA_DFU_EN== 1) #include diff --git a/lib_xua/src/dfu/dfu_interface.h b/lib_xua/src/dfu/dfu_interface.h index 4025b3f1..ed0ebff4 100644 --- a/lib_xua/src/dfu/dfu_interface.h +++ b/lib_xua/src/dfu/dfu_interface.h @@ -1,4 +1,5 @@ -// Copyright (c) 2015-2018, XMOS Ltd, All rights reserved +// Copyright 2015-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __DFU_INTERFACE_H__ #define __DFU_INTERFACE_H__ diff --git a/lib_xua/src/dfu/dfu_types.h b/lib_xua/src/dfu/dfu_types.h index d4e809ee..63038c4b 100644 --- a/lib_xua/src/dfu/dfu_types.h +++ b/lib_xua/src/dfu/dfu_types.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. // Default Command requests (from Spec) #define DFU_DETACH 0 #define DFU_DNLOAD 1 diff --git a/lib_xua/src/dfu/flash_interface.c b/lib_xua/src/dfu/flash_interface.c index 69d66b97..078f4b54 100755 --- a/lib_xua/src/dfu/flash_interface.c +++ b/lib_xua/src/dfu/flash_interface.c @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include #include diff --git a/lib_xua/src/dfu/flash_interface.h b/lib_xua/src/dfu/flash_interface.h index 1c16522c..51d6f8fc 100755 --- a/lib_xua/src/dfu/flash_interface.h +++ b/lib_xua/src/dfu/flash_interface.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _flash_interface_h_ #define _flash_interface_h_ diff --git a/lib_xua/src/dfu/flashlib_user.c b/lib_xua/src/dfu/flashlib_user.c index d3ffa205..2ef7e47a 100644 --- a/lib_xua/src/dfu/flashlib_user.c +++ b/lib_xua/src/dfu/flashlib_user.c @@ -1,4 +1,5 @@ -// Copyright (c) 2012-2018, XMOS Ltd, All rights reserved +// Copyright 2012-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if (XUA_DFU_EN == 1) #include "uac_hwresources.h" diff --git a/lib_xua/src/dfu/xua_dfu.h b/lib_xua/src/dfu/xua_dfu.h index 172f7f3b..00cd772d 100644 --- a/lib_xua/src/dfu/xua_dfu.h +++ b/lib_xua/src/dfu/xua_dfu.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _XUA_DFU_H_ #define _XUA_DFU_H_ 1 diff --git a/lib_xua/src/hid/hid.xc b/lib_xua/src/hid/hid.xc index 6a2e81f8..f3c741a1 100644 --- a/lib_xua/src/hid/hid.xc +++ b/lib_xua/src/hid/hid.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2020, XMOS Ltd, All rights reserved +// Copyright 2019-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include #include "descriptor_defs.h" diff --git a/lib_xua/src/hid/xua_hid.h b/lib_xua/src/hid/xua_hid.h index 9e620788..1344b5a2 100644 --- a/lib_xua/src/hid/xua_hid.h +++ b/lib_xua/src/hid/xua_hid.h @@ -1,4 +1,5 @@ -// Copyright (c) 2019, XMOS Ltd, All rights reserved +// Copyright 2019-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_HID_H__ #define __XUA_HID_H__ diff --git a/lib_xua/src/midi/midi_descriptor.h b/lib_xua/src/midi/midi_descriptor.h index 277f3984..9f13c9b3 100644 --- a/lib_xua/src/midi/midi_descriptor.h +++ b/lib_xua/src/midi/midi_descriptor.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* This file contains the MID device descriptor It is intended to be included in the main device descriptor definition */ diff --git a/lib_xua/src/midi/midiinparse.h b/lib_xua/src/midi/midiinparse.h index cb045a91..257820fd 100644 --- a/lib_xua/src/midi/midiinparse.h +++ b/lib_xua/src/midi/midiinparse.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef MIDIINPARSE_XH #define MIDIINPARSE_XH diff --git a/lib_xua/src/midi/midiinparse.xc b/lib_xua/src/midi/midiinparse.xc index 68b5999b..8265cdce 100644 --- a/lib_xua/src/midi/midiinparse.xc +++ b/lib_xua/src/midi/midiinparse.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /** * @file midiinparse.xc * @brief Generates USB MIDI events from MIDI events diff --git a/lib_xua/src/midi/midioutparse.h b/lib_xua/src/midi/midioutparse.h index 08734015..d1dc5fa6 100644 --- a/lib_xua/src/midi/midioutparse.h +++ b/lib_xua/src/midi/midioutparse.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef MIDIOUTPARSE_XH #define MIDIOUTPARSE_XH diff --git a/lib_xua/src/midi/midioutparse.xc b/lib_xua/src/midi/midioutparse.xc index 566df9bd..11bc8fbb 100644 --- a/lib_xua/src/midi/midioutparse.xc +++ b/lib_xua/src/midi/midioutparse.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /** * @file midioutparse.xc * @brief Parses USB-MIDI events into set of MIDI bytes diff --git a/lib_xua/src/midi/queue.h b/lib_xua/src/midi/queue.h index 27d54c72..af67e6e5 100644 --- a/lib_xua/src/midi/queue.h +++ b/lib_xua/src/midi/queue.h @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef QUEUE_H_ #define QUEUE_H_ diff --git a/lib_xua/src/midi/queue.xc b/lib_xua/src/midi/queue.xc index 125cbecd..6cab55f7 100644 --- a/lib_xua/src/midi/queue.xc +++ b/lib_xua/src/midi/queue.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved +// Copyright 2013-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "queue.h" // Force external definitions of inline functions. diff --git a/lib_xua/src/midi/usb_midi.h b/lib_xua/src/midi/usb_midi.h index 8db4d663..d1a03adc 100644 --- a/lib_xua/src/midi/usb_midi.h +++ b/lib_xua/src/midi/usb_midi.h @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __usb_midi_h__ #define __usb_midi_h__ diff --git a/lib_xua/src/midi/usb_midi.xc b/lib_xua/src/midi/usb_midi.xc index 4971a9af..ecb5059d 100644 --- a/lib_xua/src/midi/usb_midi.xc +++ b/lib_xua/src/midi/usb_midi.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include #include diff --git a/lib_xua/src/midi/usb_midi_support.xc b/lib_xua/src/midi/usb_midi_support.xc index ffaaf109..1ee5d080 100644 --- a/lib_xua/src/midi/usb_midi_support.xc +++ b/lib_xua/src/midi/usb_midi_support.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved +// Copyright 2011-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #define __MIDI_IMPL #include "usb_midi.h" diff --git a/python/setup.py b/python/setup.py index a6efe999..98d3d6a5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,4 +1,5 @@ -# Copyright (c) 2020, XMOS Ltd, All rights reserved +# Copyright 2020-2021 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. import setuptools # Another repository might depend on python code defined in this one. The diff --git a/tests/app_test_i2s_loopback/debug_conf.h b/tests/app_test_i2s_loopback/debug_conf.h index a7c079dd..aadb0014 100644 --- a/tests/app_test_i2s_loopback/debug_conf.h +++ b/tests/app_test_i2s_loopback/debug_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __debug_conf_h__ #define __debug_conf_h__ diff --git a/tests/app_test_i2s_loopback/main.xc b/tests/app_test_i2s_loopback/main.xc index d6885126..9d012a49 100644 --- a/tests/app_test_i2s_loopback/main.xc +++ b/tests/app_test_i2s_loopback/main.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include #include diff --git a/tests/app_test_i2s_loopback/simulation.xc b/tests/app_test_i2s_loopback/simulation.xc index f963ac59..68541ca1 100644 --- a/tests/app_test_i2s_loopback/simulation.xc +++ b/tests/app_test_i2s_loopback/simulation.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifdef SIMULATION #include diff --git a/tests/app_test_i2s_loopback/usb_device.h b/tests/app_test_i2s_loopback/usb_device.h index 43c365e3..1f5aaa89 100644 --- a/tests/app_test_i2s_loopback/usb_device.h +++ b/tests/app_test_i2s_loopback/usb_device.h @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __usb_device_h__ #define __usb_device_h__ diff --git a/tests/app_test_i2s_loopback/usb_device.xc b/tests/app_test_i2s_loopback/usb_device.xc index ca74b48e..7a205735 100644 --- a/tests/app_test_i2s_loopback/usb_device.xc +++ b/tests/app_test_i2s_loopback/usb_device.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2018, XMOS Ltd, All rights reserved +// Copyright 2018-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #if 0 #include #include diff --git a/tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc b/tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc index ad2884cd..3a8cde53 100644 --- a/tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc +++ b/tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifdef HARDWARE #include diff --git a/tests/app_test_i2s_loopback/xk_216_mc/cs2100.h b/tests/app_test_i2s_loopback/xk_216_mc/cs2100.h index 447ec877..bc5a0cdd 100644 --- a/tests/app_test_i2s_loopback/xk_216_mc/cs2100.h +++ b/tests/app_test_i2s_loopback/xk_216_mc/cs2100.h @@ -1,4 +1,5 @@ -// Copyright (c) 2018, XMOS Ltd, All rights reserved +// Copyright 2018-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #define CS2100_I2C_DEVICE_ADDR (0x9c>>1) #define CS2100_DEVICE_CONTROL 0x02 diff --git a/tests/app_test_i2s_loopback/xk_216_mc/cs4384.h b/tests/app_test_i2s_loopback/xk_216_mc/cs4384.h index 98defbe3..6de83e81 100644 --- a/tests/app_test_i2s_loopback/xk_216_mc/cs4384.h +++ b/tests/app_test_i2s_loopback/xk_216_mc/cs4384.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef CS4384_H_ #define CS4384_H_ diff --git a/tests/app_test_i2s_loopback/xk_216_mc/cs5368.h b/tests/app_test_i2s_loopback/xk_216_mc/cs5368.h index 945ae536..d2de278d 100644 --- a/tests/app_test_i2s_loopback/xk_216_mc/cs5368.h +++ b/tests/app_test_i2s_loopback/xk_216_mc/cs5368.h @@ -1,4 +1,5 @@ -// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved +// Copyright 2017-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _CS5368_H_ #define _CS5368_H_ diff --git a/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c b/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c index d6fc22d1..6d302c55 100644 --- a/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c +++ b/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifdef HARDWARE #include #include "gpio_access.h" diff --git a/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h b/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h index 1beac06f..93f66fee 100644 --- a/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h +++ b/tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __gpio_access_h__ #define __gpio_access_h__ diff --git a/tests/app_test_i2s_loopback/xua_conf.h b/tests/app_test_i2s_loopback/xua_conf.h index 70298c70..bec236b1 100644 --- a/tests/app_test_i2s_loopback/xua_conf.h +++ b/tests/app_test_i2s_loopback/xua_conf.h @@ -1,4 +1,5 @@ -// Copyright (c) 2016-2019, XMOS Ltd, All rights reserved +// Copyright 2016-2021 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __custom_defines_h__ #define __custom_defines_h__ diff --git a/tests/runtests.py b/tests/runtests.py index 7d419e66..0fbc7f5d 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -1,5 +1,6 @@ #!/usr/bin/env python2.7 -# Copyright (c) 2018, XMOS Ltd, All rights reserved +# Copyright 2018-2021 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. import xmostest import os.path diff --git a/tests/test_i2s_loopback.py b/tests/test_i2s_loopback.py index f56bdcf6..3e65e2f6 100644 --- a/tests/test_i2s_loopback.py +++ b/tests/test_i2s_loopback.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, XMOS Ltd, All rights reserved +# Copyright 2018-2021 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. import xmostest def runtest_one_config(env, format, i2s_role, num_chans_in, num_chans_out, sample_rate):