summaryrefslogtreecommitdiff
path: root/model_conditioning_examples
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 /model_conditioning_examples
parent7ac0a3a51b98d63cdda595d686974ec1c9bac316 (diff)
downloadml-embedded-evaluation-kit-f32a86a6969508d7a156decbed0bfc9466ad92fa.tar.gz
MLECO-3583: Update copyright notice according to new guidelines
Change-Id: I0f057b33993e5196a60e52f4fb0c60e09693dcfe
Diffstat (limited to 'model_conditioning_examples')
-rw-r--r--model_conditioning_examples/post_training_quantization.py2
-rw-r--r--model_conditioning_examples/quantization_aware_training.py2
-rw-r--r--model_conditioning_examples/setup.sh2
-rw-r--r--model_conditioning_examples/training_utils.py2
-rw-r--r--model_conditioning_examples/weight_clustering.py2
-rw-r--r--model_conditioning_examples/weight_pruning.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/model_conditioning_examples/post_training_quantization.py b/model_conditioning_examples/post_training_quantization.py
index ab535ac..a39be0e 100644
--- a/model_conditioning_examples/post_training_quantization.py
+++ b/model_conditioning_examples/post_training_quantization.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2021 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");
diff --git a/model_conditioning_examples/quantization_aware_training.py b/model_conditioning_examples/quantization_aware_training.py
index acb768c..3d492a7 100644
--- a/model_conditioning_examples/quantization_aware_training.py
+++ b/model_conditioning_examples/quantization_aware_training.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2021 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");
diff --git a/model_conditioning_examples/setup.sh b/model_conditioning_examples/setup.sh
index f552662..92de78a 100644
--- a/model_conditioning_examples/setup.sh
+++ b/model_conditioning_examples/setup.sh
@@ -1,5 +1,5 @@
#----------------------------------------------------------------------------
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2021 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");
diff --git a/model_conditioning_examples/training_utils.py b/model_conditioning_examples/training_utils.py
index 3467b2a..a022bd1 100644
--- a/model_conditioning_examples/training_utils.py
+++ b/model_conditioning_examples/training_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2021 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");
diff --git a/model_conditioning_examples/weight_clustering.py b/model_conditioning_examples/weight_clustering.py
index 54f241c..6672d53 100644
--- a/model_conditioning_examples/weight_clustering.py
+++ b/model_conditioning_examples/weight_clustering.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2021 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");
diff --git a/model_conditioning_examples/weight_pruning.py b/model_conditioning_examples/weight_pruning.py
index bf26f1f..cbf9cf9 100644
--- a/model_conditioning_examples/weight_pruning.py
+++ b/model_conditioning_examples/weight_pruning.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2021 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");