Skip to content

Commit 7103d6b

Browse files
committed
Addid the copyright header
1 parent 53bdd57 commit 7103d6b

7 files changed

Lines changed: 15 additions & 2 deletions

File tree

arch/cortex-m33/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Licensed under the Apache License, Version 2.0 or the MIT License.
2-
# # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
# # Copyright Tock Contributors 2022.
2+
# SPDX-License-Identifier: Apache-2.0 OR MIT
3+
# Copyright Tock Contributors 2022.
44
[package]
55
name = "cortexm33"
66
version.workspace = true

boards/lpc55s69-evk/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Licensed under the Apache License, Version 2.0 or the MIT License.
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
3+
# Copyright Tock Contributors 2025.
4+
35
[package]
46
name = "lpc55s69-evk"
57
version.workspace = true

boards/lpc55s69-evk/chip_layout.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* Licensed under the Apache License, Version 2.0 or the MIT License. */
22
/* SPDX-License-Identifier: Apache-2.0 OR MIT */
3+
/* Copyright Tock Contributors 2025. */
4+
35
MEMORY
46
{
57
rom(rx) : ORIGIN = 0x00000000, LENGTH = 630K

boards/lpc55s69-evk/layout.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* Licensed under the Apache License, Version 2.0 or the MIT License. */
22
/* SPDX-License-Identifier: Apache-2.0 OR MIT */
3+
/* Copyright Tock Contributors 2025. */
4+
35
INCLUDE ./chip_layout.ld
46
INCLUDE tock_kernel_layout.ld

boards/lpc55s69-evk/src/io.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Licensed under the Apache License, Version 2.0 or the MIT License.
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
3+
// Copyright Tock Contributors 2025.
4+
35
use core::panic::PanicInfo;
46

57
#[panic_handler]

boards/lpc55s69-evk/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Licensed under the Apache License, Version 2.0 or the MIT License.
2+
// SPDX-License-Identifier: Apache-2.0 OR MIT
3+
// Copyright Tock Contributors 2025.
4+
15
#![no_std]
26
#![no_main]
37
//#![deny(missing_docs)]

chips/lpc55s6x/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Licensed under the Apache License, Version 2.0 or the MIT License.
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33
# Copyright Tock Contributors 2025.
4+
45
[package]
56
name = "lpc55s6x"
67
version.workspace = true

0 commit comments

Comments
 (0)