Skip to content

Commit

Permalink
Merge pull request #219 from ACascarino/feature/release_fixes_v5.3.0
Browse files Browse the repository at this point in the history
Copyrights
  • Loading branch information
ACascarino authored Jul 31, 2024
2 parents d36db2d + 7687ecd commit b30dd40
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion demos/common/src/dac_port.c
Original file line number Diff line number Diff line change
@@ -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 <assert.h>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo/src/app.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion demos/demo/src/app_i2s.c
Original file line number Diff line number Diff line change
@@ -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 <platform.h>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_par_decimator/src/app.cpp
Original file line number Diff line number Diff line change
@@ -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 <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_par_decimator/src/app_i2s.c
Original file line number Diff line number Diff line change
@@ -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 <platform.h>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo_vanilla/src/app_i2s.c
Original file line number Diff line number Diff line change
@@ -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 <platform.h>
Expand Down
2 changes: 1 addition & 1 deletion demos/measure_mips/src/app.cpp
Original file line number Diff line number Diff line change
@@ -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 <iostream>
Expand Down
2 changes: 1 addition & 1 deletion etc/vanilla/mic_array_vanilla.cpp
Original file line number Diff line number Diff line change
@@ -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 <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion script/mic_array/device_context.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/building/prefab/src/app.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 2 additions & 1 deletion tests/legacy/src/app.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b30dd40

Please sign in to comment.