From 7687ecd3d1c63668c6e1067b42222fd8e107ba13 Mon Sep 17 00:00:00 2001 From: Angel Cascarino Date: Wed, 31 Jul 2024 12:54:15 +0100 Subject: [PATCH] Copyrights --- demos/common/src/dac_port.c | 2 +- demos/demo/src/app.cpp | 2 +- demos/demo/src/app_i2s.c | 2 +- demos/demo_par_decimator/src/app.cpp | 2 +- demos/demo_par_decimator/src/app_i2s.c | 2 +- demos/demo_vanilla/src/app_i2s.c | 2 +- demos/measure_mips/src/app.cpp | 2 +- etc/vanilla/mic_array_vanilla.cpp | 2 +- script/mic_array/device_context.py | 2 +- tests/building/prefab/src/app.cpp | 2 +- tests/legacy/src/app.cpp | 3 ++- 11 files changed, 12 insertions(+), 11 deletions(-) diff --git a/demos/common/src/dac_port.c b/demos/common/src/dac_port.c index d38c6feb..c10d6183 100644 --- a/demos/common/src/dac_port.c +++ b/demos/common/src/dac_port.c @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 XMOS LIMITED. +// Copyright (c) 2022-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public License: Version 1 #include diff --git a/demos/demo/src/app.cpp b/demos/demo/src/app.cpp index f992063e..2181639a 100644 --- a/demos/demo/src/app.cpp +++ b/demos/demo/src/app.cpp @@ -1,4 +1,4 @@ -// Copyright 2022 XMOS LIMITED. +// Copyright 2022-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "app.h" diff --git a/demos/demo/src/app_i2s.c b/demos/demo/src/app_i2s.c index d773bf6a..90fde3b5 100644 --- a/demos/demo/src/app_i2s.c +++ b/demos/demo/src/app_i2s.c @@ -1,4 +1,4 @@ -// Copyright 2022 XMOS LIMITED. +// Copyright 2022-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include diff --git a/demos/demo_par_decimator/src/app.cpp b/demos/demo_par_decimator/src/app.cpp index 8576d797..346588d3 100644 --- a/demos/demo_par_decimator/src/app.cpp +++ b/demos/demo_par_decimator/src/app.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 XMOS LIMITED. +// Copyright 2023-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include diff --git a/demos/demo_par_decimator/src/app_i2s.c b/demos/demo_par_decimator/src/app_i2s.c index 9925fd1e..091bc236 100644 --- a/demos/demo_par_decimator/src/app_i2s.c +++ b/demos/demo_par_decimator/src/app_i2s.c @@ -1,4 +1,4 @@ -// Copyright 2023 XMOS LIMITED. +// Copyright 2023-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include diff --git a/demos/demo_vanilla/src/app_i2s.c b/demos/demo_vanilla/src/app_i2s.c index ca42a60c..3d3b149d 100644 --- a/demos/demo_vanilla/src/app_i2s.c +++ b/demos/demo_vanilla/src/app_i2s.c @@ -1,4 +1,4 @@ -// Copyright 2022 XMOS LIMITED. +// Copyright 2022-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include diff --git a/demos/measure_mips/src/app.cpp b/demos/measure_mips/src/app.cpp index d04760b0..5ff93d32 100644 --- a/demos/measure_mips/src/app.cpp +++ b/demos/measure_mips/src/app.cpp @@ -1,4 +1,4 @@ -// Copyright 2022 XMOS LIMITED. +// Copyright 2022-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include diff --git a/etc/vanilla/mic_array_vanilla.cpp b/etc/vanilla/mic_array_vanilla.cpp index bac71359..fcaec48d 100644 --- a/etc/vanilla/mic_array_vanilla.cpp +++ b/etc/vanilla/mic_array_vanilla.cpp @@ -1,4 +1,4 @@ -// Copyright 2022 XMOS LIMITED. +// Copyright 2022-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include diff --git a/script/mic_array/device_context.py b/script/mic_array/device_context.py index 5da94977..41444159 100644 --- a/script/mic_array/device_context.py +++ b/script/mic_array/device_context.py @@ -1,4 +1,4 @@ -# Copyright 2022 XMOS LIMITED. +# Copyright 2022-2024 XMOS LIMITED. # This Software is subject to the terms of the XMOS Public Licence: Version 1. import os, signal, subprocess diff --git a/tests/building/prefab/src/app.cpp b/tests/building/prefab/src/app.cpp index 6a289a19..e85d1f86 100644 --- a/tests/building/prefab/src/app.cpp +++ b/tests/building/prefab/src/app.cpp @@ -1,4 +1,4 @@ -// Copyright 2022 XMOS LIMITED. +// Copyright 2022-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "app.h" diff --git a/tests/legacy/src/app.cpp b/tests/legacy/src/app.cpp index 3d5d222d..ea46b047 100644 --- a/tests/legacy/src/app.cpp +++ b/tests/legacy/src/app.cpp @@ -1,4 +1,5 @@ - +// Copyright 2022-2024 XMOS LIMITED. +// This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "mic_array.h" #include "mic_array/cpp/Prefab.hpp"