Skip to content

Commit cd9ae42

Browse files
committed
Update copyright year
1 parent 71fb3de commit cd9ae42

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qemu-exit"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Andre Richter <[email protected]>"]
55
description = "Exit QEMU with user-defined code"
66
homepage = "https://github.com/andre-richter/qemu-exit"

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

55
//! RISCV64 specific setup code.
66

0 commit comments

Comments
 (0)