Skip to content

Commit c0bd96f

Browse files
committed
Update copyright year
1 parent edcc4d4 commit c0bd96f

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2019-2020 by the respective authors
3+
Copyright (C) 2019-2022 by the respective authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/aarch64.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) 2019-2021 Andre Richter <[email protected]>
3+
// Copyright (c) 2019-2022 Andre Richter <[email protected]>
44

55
//! AArch64.
66

src/lib.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) 2019-2021 Andre Richter <[email protected]>
3+
// Copyright (c) 2019-2022 Andre Richter <[email protected]>
44

55
//! Exit QEMU with user-defined code.
66
//!

src/riscv64.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 Esteban Blanc <[email protected]>
3+
// Copyright (c) 2020-2022 Esteban Blanc <[email protected]>
44

55
//! RISCV64.
66

src/x86.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) 2019-2021 Andre Richter <[email protected]>
3+
// Copyright (c) 2019-2022 Andre Richter <[email protected]>
44

55
//! x86.
66

tests/aarch64_raspi3/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) 2020-2021 Andre Richter <andre.o[email protected]>
3+
* Copyright (c) 2020-2022 Andre Richter <andre.o[email protected]>
44
*/
55

66
SECTIONS

tests/aarch64_raspi3/mod.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) 2019-2021 Andre Richter <[email protected]>
3+
// Copyright (c) 2019-2022 Andre Richter <[email protected]>
44

55
//! AArch64 specific setup code.
66

tests/exit_13.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) 2019-2021 Andre Richter <[email protected]>
3+
// Copyright (c) 2019-2022 Andre Richter <[email protected]>
44

55
//! A simple test that exits QEMU with code 13.
66

tests/riscv64_virt/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) 2020-2021 Esteban Blanc <[email protected]>
3+
* Copyright (c) 2020-2022 Esteban Blanc <[email protected]>
44
*/
55

66
ENTRY(_start)

tests/riscv64_virt/mod.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) 2019-2021 Esteban Blanc <[email protected]>
3+
// Copyright (c) 2019-2022 Esteban Blanc <[email protected]>
44

55
//! RISCV64 specific setup code.
66

0 commit comments

Comments
 (0)