summaryrefslogtreecommitdiff
path: root/scripts/py/setup_hooks.py
diff options
context:
space:
mode:
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");