Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 76ce00e

Browse files
committed
Update copyright year
1 parent f543f6e commit 76ce00e

Some content is hidden

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

44 files changed

+44
-44
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 = "cortex-a"
3-
version = "5.1.0"
3+
version = "5.1.1"
44
authors = ["Andre Richter <[email protected]>"]
55
description = "Low level access to Cortex-A processors"
66
homepage = "https://github.com/rust-embedded/cortex-a"

src/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Jorge Aparicio

src/barrier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

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: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

src/regs/cntfrq_el0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

src/regs/cnthctl_el2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

src/regs/cntp_ctl_el0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

src/regs/cntp_tval_el0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

src/regs/cntpct_el0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

src/regs/cntv_ctl_el0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22
//
3-
// Copyright (c) 2018-2020 by the author(s)
3+
// Copyright (c) 2018-2021 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <[email protected]>

0 commit comments

Comments
 (0)