aboutsummaryrefslogtreecommitdiff
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
parent2572fe95f2cf2216fc5e7b0d66a6849201514c78 (diff)
downloadethos-u-core-software-e348f8f16feef3c473e9217b932468f828988aa3.tar.gz
Update license headers
Update all license headers to the correct years Change-Id: I638a854b39b4afe8db6a4a76ca6dcb89c126e3c1
-rw-r--r--applications/inference_process/include/inference_process.hpp2
-rw-r--r--applications/message_process/include/message_process.hpp2
-rw-r--r--applications/message_process/src/message_process.cpp2
-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
-rw-r--r--rtos/CMakeLists.txt2
-rw-r--r--rtos/freertos_config/FreeRTOSConfig.h.in2
-rw-r--r--tensorflow.cmake2
14 files changed, 14 insertions, 14 deletions
diff --git a/applications/inference_process/include/inference_process.hpp b/applications/inference_process/include/inference_process.hpp
index 880e28d..db57811 100644
--- a/applications/inference_process/include/inference_process.hpp
+++ b/applications/inference_process/include/inference_process.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2019-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
diff --git a/applications/message_process/include/message_process.hpp b/applications/message_process/include/message_process.hpp
index cae1e35..b10d52f 100644
--- a/applications/message_process/include/message_process.hpp
+++ b/applications/message_process/include/message_process.hpp
@@ -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/applications/message_process/src/message_process.cpp b/applications/message_process/src/message_process.cpp
index 9fa1dbe..931ebb1 100644
--- a/applications/message_process/src/message_process.cpp
+++ b/applications/message_process/src/message_process.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/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
*
diff --git a/rtos/CMakeLists.txt b/rtos/CMakeLists.txt
index 149779e..941ba32 100644
--- a/rtos/CMakeLists.txt
+++ b/rtos/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
diff --git a/rtos/freertos_config/FreeRTOSConfig.h.in b/rtos/freertos_config/FreeRTOSConfig.h.in
index 4e08c3a..005519f 100644
--- a/rtos/freertos_config/FreeRTOSConfig.h.in
+++ b/rtos/freertos_config/FreeRTOSConfig.h.in
@@ -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/tensorflow.cmake b/tensorflow.cmake
index ac53bb6..0216e78 100644
--- a/tensorflow.cmake
+++ b/tensorflow.cmake
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#