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

Commit 16b4200

Browse files
committed
Update copyright year
1 parent 1129997 commit 16b4200

Some content is hidden

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

50 files changed

+50
-50
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) 2018-2020 by the respective authors
3+
Copyright (C) 2018-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/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Jorge Aparicio

src/asm/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

src/registers/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

src/registers/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

src/registers/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

src/registers/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

src/registers/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

src/registers/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-2021 by the author(s)
3+
// Copyright (c) 2018-2022 by the author(s)
44
//
55
// Author(s):
66
// - Andre Richter <andre.o.richter@gmail.com>

0 commit comments

Comments
 (0)