Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copyrights #219

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading