From b17cc0de6d6841ae707b41b3e8a26d5372aad382 Mon Sep 17 00:00:00 2001 From: xross Date: Mon, 8 Aug 2022 11:15:50 +0100 Subject: [PATCH] Copyright and licence comments --- tests/conftest.py | 2 ++ tests/test_i2s_loopback.py | 2 ++ tests/test_i2s_loopback/debug_conf.h | 2 +- tests/test_i2s_loopback/usb_device.h | 2 +- tests/test_i2s_loopback/usb_device.xc | 2 +- tests/test_i2s_loopback/xk_216_mc/cs2100.h | 2 +- tests/test_i2s_loopback/xk_216_mc/cs4384.h | 2 +- tests/test_i2s_loopback/xk_216_mc/cs5368.h | 2 +- tests/test_i2s_loopback/xk_216_mc/gpio_access.c | 2 +- tests/test_i2s_loopback/xk_216_mc/gpio_access.h | 2 +- tests/test_sync_clk_basic.py | 2 ++ tests/test_sync_clk_plugin.py | 2 ++ tests/test_sync_clk_plugin/src/main.xc | 2 ++ tests/xua_unit_tests/conftest.py | 2 +- tests/xua_unit_tests/generate_unity_runners.py | 2 +- 15 files changed, 20 insertions(+), 10 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index c444de09..f5cca7f7 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,3 +1,5 @@ +# Copyright 2022 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. import pytest diff --git a/tests/test_i2s_loopback.py b/tests/test_i2s_loopback.py index 1dff4101..48693d61 100644 --- a/tests/test_i2s_loopback.py +++ b/tests/test_i2s_loopback.py @@ -1,3 +1,5 @@ +# Copyright 2018-2022 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. import pytest import Pyxsim from Pyxsim import testers diff --git a/tests/test_i2s_loopback/debug_conf.h b/tests/test_i2s_loopback/debug_conf.h index aadb0014..11cedc16 100644 --- a/tests/test_i2s_loopback/debug_conf.h +++ b/tests/test_i2s_loopback/debug_conf.h @@ -1,4 +1,4 @@ -// Copyright 2016-2021 XMOS LIMITED. +// Copyright 2016-2022 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/test_i2s_loopback/usb_device.h b/tests/test_i2s_loopback/usb_device.h index 1f5aaa89..9d21df47 100644 --- a/tests/test_i2s_loopback/usb_device.h +++ b/tests/test_i2s_loopback/usb_device.h @@ -1,4 +1,4 @@ -// Copyright 2016-2021 XMOS LIMITED. +// Copyright 2016-2022 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/test_i2s_loopback/usb_device.xc b/tests/test_i2s_loopback/usb_device.xc index 7a205735..4f755d1c 100644 --- a/tests/test_i2s_loopback/usb_device.xc +++ b/tests/test_i2s_loopback/usb_device.xc @@ -1,4 +1,4 @@ -// Copyright 2018-2021 XMOS LIMITED. +// Copyright 2018-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #if 0 #include diff --git a/tests/test_i2s_loopback/xk_216_mc/cs2100.h b/tests/test_i2s_loopback/xk_216_mc/cs2100.h index bc5a0cdd..9e2938a7 100644 --- a/tests/test_i2s_loopback/xk_216_mc/cs2100.h +++ b/tests/test_i2s_loopback/xk_216_mc/cs2100.h @@ -1,4 +1,4 @@ -// Copyright 2018-2021 XMOS LIMITED. +// Copyright 2018-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #define CS2100_I2C_DEVICE_ADDR (0x9c>>1) diff --git a/tests/test_i2s_loopback/xk_216_mc/cs4384.h b/tests/test_i2s_loopback/xk_216_mc/cs4384.h index 6de83e81..34ccbc6c 100644 --- a/tests/test_i2s_loopback/xk_216_mc/cs4384.h +++ b/tests/test_i2s_loopback/xk_216_mc/cs4384.h @@ -1,4 +1,4 @@ -// Copyright 2017-2021 XMOS LIMITED. +// Copyright 2017-2022 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/test_i2s_loopback/xk_216_mc/cs5368.h b/tests/test_i2s_loopback/xk_216_mc/cs5368.h index d2de278d..ce7ed892 100644 --- a/tests/test_i2s_loopback/xk_216_mc/cs5368.h +++ b/tests/test_i2s_loopback/xk_216_mc/cs5368.h @@ -1,4 +1,4 @@ -// Copyright 2017-2021 XMOS LIMITED. +// Copyright 2017-2022 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/test_i2s_loopback/xk_216_mc/gpio_access.c b/tests/test_i2s_loopback/xk_216_mc/gpio_access.c index 6d302c55..64f31c44 100644 --- a/tests/test_i2s_loopback/xk_216_mc/gpio_access.c +++ b/tests/test_i2s_loopback/xk_216_mc/gpio_access.c @@ -1,4 +1,4 @@ -// Copyright 2016-2021 XMOS LIMITED. +// Copyright 2016-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifdef HARDWARE #include diff --git a/tests/test_i2s_loopback/xk_216_mc/gpio_access.h b/tests/test_i2s_loopback/xk_216_mc/gpio_access.h index 93f66fee..3856619b 100644 --- a/tests/test_i2s_loopback/xk_216_mc/gpio_access.h +++ b/tests/test_i2s_loopback/xk_216_mc/gpio_access.h @@ -1,4 +1,4 @@ -// Copyright 2016-2021 XMOS LIMITED. +// Copyright 2016-2022 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/test_sync_clk_basic.py b/tests/test_sync_clk_basic.py index 8332f6c6..cd2c99c4 100644 --- a/tests/test_sync_clk_basic.py +++ b/tests/test_sync_clk_basic.py @@ -1,3 +1,5 @@ +# Copyright 2022 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. import pytest import Pyxsim from Pyxsim import testers diff --git a/tests/test_sync_clk_plugin.py b/tests/test_sync_clk_plugin.py index 8da6c8c2..b580ece9 100644 --- a/tests/test_sync_clk_plugin.py +++ b/tests/test_sync_clk_plugin.py @@ -1,3 +1,5 @@ +# Copyright 2022 XMOS LIMITED. +# This Software is subject to the terms of the XMOS Public Licence: Version 1. import pytest from test_sync_clk_basic import do_test from test_sync_clk_basic import test_file diff --git a/tests/test_sync_clk_plugin/src/main.xc b/tests/test_sync_clk_plugin/src/main.xc index f6e3d50a..e66994ea 100644 --- a/tests/test_sync_clk_plugin/src/main.xc +++ b/tests/test_sync_clk_plugin/src/main.xc @@ -1,3 +1,5 @@ +// Copyright 2022 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. /* This tests for a smooth transition from internal to SOF clock. * Unlike test_sync_clk_basic it does not use a "nice" value for MISSING_SOFS diff --git a/tests/xua_unit_tests/conftest.py b/tests/xua_unit_tests/conftest.py index aa9612b0..2128a9b7 100644 --- a/tests/xua_unit_tests/conftest.py +++ b/tests/xua_unit_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2021 XMOS LIMITED. +# Copyright 2021-2022 XMOS LIMITED. # This Software is subject to the terms of the XMOS Public Licence: Version 1. from __future__ import print_function from builtins import str diff --git a/tests/xua_unit_tests/generate_unity_runners.py b/tests/xua_unit_tests/generate_unity_runners.py index 9b3ccf0d..7276d969 100644 --- a/tests/xua_unit_tests/generate_unity_runners.py +++ b/tests/xua_unit_tests/generate_unity_runners.py @@ -1,4 +1,4 @@ -# Copyright 2021 XMOS LIMITED. +# Copyright 2021-2022 XMOS LIMITED. # This Software is subject to the terms of the XMOS Public Licence: Version 1. import glob import os.path