summaryrefslogtreecommitdiff
path: root/scripts/py/setup_hooks.py
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2022-11-15 11:46:11 +0000
committerRichard Burton <richard.burton@arm.com>2022-11-17 15:17:15 +0000
commitf32a86a6969508d7a156decbed0bfc9466ad92fa (patch)
tree4c3a3a95a57823bf7021eab2f4973d7223573f42 /scripts/py/setup_hooks.py
parent7ac0a3a51b98d63cdda595d686974ec1c9bac316 (diff)
downloadml-embedded-evaluation-kit-f32a86a6969508d7a156decbed0bfc9466ad92fa.tar.gz
MLECO-3583: Update copyright notice according to new guidelines
Change-Id: I0f057b33993e5196a60e52f4fb0c60e09693dcfe
Diffstat (limited to 'scripts/py/setup_hooks.py')
-rw-r--r--scripts/py/setup_hooks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/py/setup_hooks.py b/scripts/py/setup_hooks.py
index 1f5c01a..97a2861 100644
--- a/scripts/py/setup_hooks.py
+++ b/scripts/py/setup_hooks.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# Copyright (c) 2022 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,7 +33,7 @@ def add_pre_push_hooks(hooks_dir):
f = open(file_path, "a")
f.write(
'''#!/bin/sh
-# Copyright (c) 2022 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");