Skip to content

Commit d901ae6

Browse files
committed
Update copyright
1 parent 7d02537 commit d901ae6

File tree

608 files changed

+665
-665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

608 files changed

+665
-665
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# SPDX-License-Identifier: MIT OR Apache-2.0
55
#
6-
# Copyright (c) 2018-2021 Andre Richter <andre.o.richter@gmail.com>
6+
# Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
77

88
require_relative '../utils/devtool/copyright'
99

01_wait_forever/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## SPDX-License-Identifier: MIT OR Apache-2.0
22
##
3-
## Copyright (c) 2018-2021 Andre Richter <andre.o.richter@gmail.com>
3+
## Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
include ../common/color.mk
66
include ../common/docker.mk

01_wait_forever/src/_arch/aarch64/cpu/boot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
3-
// Copyright (c) 2021 Andre Richter <andre.o.richter@gmail.com>
3+
// Copyright (c) 2021-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
//! Architectural boot code.
66
//!

01_wait_forever/src/_arch/aarch64/cpu/boot.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
3-
// Copyright (c) 2021 Andre Richter <andre.o.richter@gmail.com>
3+
// Copyright (c) 2021-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
//--------------------------------------------------------------------------------------------------
66
// Public Code

01_wait_forever/src/bsp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
3-
// Copyright (c) 2018-2021 Andre Richter <andre.o.richter@gmail.com>
3+
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
//! Conditional reexporting of Board Support Packages.
66

01_wait_forever/src/bsp/raspberrypi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
3-
// Copyright (c) 2018-2021 Andre Richter <andre.o.richter@gmail.com>
3+
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
//! Top-level BSP file for the Raspberry Pi 3 and 4.
66

01_wait_forever/src/bsp/raspberrypi/link.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT OR Apache-2.0
22
*
3-
* Copyright (c) 2018-2021 Andre Richter <andre.o.richter@gmail.com>
3+
* Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44
*/
55

66
/* The physical address at which the the kernel binary will be loaded by the Raspberry's firmware */

01_wait_forever/src/cpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
3-
// Copyright (c) 2020-2021 Andre Richter <andre.o.richter@gmail.com>
3+
// Copyright (c) 2020-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
//! Processor code.
66

01_wait_forever/src/cpu/boot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
3-
// Copyright (c) 2021 Andre Richter <andre.o.richter@gmail.com>
3+
// Copyright (c) 2021-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
//! Boot code.
66

01_wait_forever/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
3-
// Copyright (c) 2018-2021 Andre Richter <andre.o.richter@gmail.com>
3+
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
66
#![doc(html_logo_url = "https://git.io/JeGIp")]

0 commit comments

Comments
 (0)