aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAnton Moberg <anton.moberg@arm.com>2021-03-31 11:08:58 +0200
committerAnton Moberg <anton.moberg@arm.com>2021-03-31 11:08:58 +0200
commite348f8f16feef3c473e9217b932468f828988aa3 (patch)
tree65a020c59774de1b532a5823b0e9a5e0c907db34 /drivers
parent2572fe95f2cf2216fc5e7b0d66a6849201514c78 (diff)
downloadethos-u-core-software-e348f8f16feef3c473e9217b932468f828988aa3.tar.gz
Update license headers
Update all license headers to the correct years Change-Id: I638a854b39b4afe8db6a4a76ca6dcb89c126e3c1
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mailbox/CMakeLists.txt2
-rw-r--r--drivers/mailbox/src/mailbox.cpp2
-rw-r--r--drivers/mhu_dummy/CMakeLists.txt2
-rw-r--r--drivers/mhu_dummy/src/mhu_dummy.cpp2
-rw-r--r--drivers/mhu_juno/CMakeLists.txt2
-rw-r--r--drivers/mhu_juno/src/mhu_juno.cpp2
-rw-r--r--drivers/mhu_v2/CMakeLists.txt2
-rw-r--r--drivers/mhu_v2/src/mhu_v2.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/drivers/mailbox/CMakeLists.txt b/drivers/mailbox/CMakeLists.txt
index 9e56d37..bf8889a 100644
--- a/drivers/mailbox/CMakeLists.txt
+++ b/drivers/mailbox/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020 Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
diff --git a/drivers/mailbox/src/mailbox.cpp b/drivers/mailbox/src/mailbox.cpp
index 96c80df..e5950f0 100644
--- a/drivers/mailbox/src/mailbox.cpp
+++ b/drivers/mailbox/src/mailbox.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
diff --git a/drivers/mhu_dummy/CMakeLists.txt b/drivers/mhu_dummy/CMakeLists.txt
index 791227f..fca7d5b 100644
--- a/drivers/mhu_dummy/CMakeLists.txt
+++ b/drivers/mhu_dummy/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020 Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
diff --git a/drivers/mhu_dummy/src/mhu_dummy.cpp b/drivers/mhu_dummy/src/mhu_dummy.cpp
index 196fb93..3ae51e7 100644
--- a/drivers/mhu_dummy/src/mhu_dummy.cpp
+++ b/drivers/mhu_dummy/src/mhu_dummy.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
diff --git a/drivers/mhu_juno/CMakeLists.txt b/drivers/mhu_juno/CMakeLists.txt
index 30f298d..2116ee7 100644
--- a/drivers/mhu_juno/CMakeLists.txt
+++ b/drivers/mhu_juno/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020 Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
diff --git a/drivers/mhu_juno/src/mhu_juno.cpp b/drivers/mhu_juno/src/mhu_juno.cpp
index 9a58a80..04b1352 100644
--- a/drivers/mhu_juno/src/mhu_juno.cpp
+++ b/drivers/mhu_juno/src/mhu_juno.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
diff --git a/drivers/mhu_v2/CMakeLists.txt b/drivers/mhu_v2/CMakeLists.txt
index 930c957..82a591a 100644
--- a/drivers/mhu_v2/CMakeLists.txt
+++ b/drivers/mhu_v2/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020 Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
diff --git a/drivers/mhu_v2/src/mhu_v2.cpp b/drivers/mhu_v2/src/mhu_v2.cpp
index 76336ce..eb44a5d 100644
--- a/drivers/mhu_v2/src/mhu_v2.cpp
+++ b/drivers/mhu_v2/src/mhu_v2.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*