aboutsummaryrefslogtreecommitdiff
path: root/scripts/code_size_compare.py
diff options
context:
space:
mode:
authorYanray Wang <yanray.wang@arm.com>2023-11-08 10:00:24 +0800
committerYanray Wang <yanray.wang@arm.com>2023-11-08 10:00:24 +0800
commit30769696e7aa9b4eb0cdf3e30a6ea61a4d38ebbf (patch)
tree7886c7d8c95244104192ee2166b71adac44ef9a6 /scripts/code_size_compare.py
parent57790967534f41f1266255ccd5dd8b7acb5e302a (diff)
parent53199b1c0ab0238e4616dd36e88c664d07cbc684 (diff)
downloadmbedtls-30769696e7aa9b4eb0cdf3e30a6ea61a4d38ebbf.zip
mbedtls-30769696e7aa9b4eb0cdf3e30a6ea61a4d38ebbf.tar.gz
mbedtls-30769696e7aa9b4eb0cdf3e30a6ea61a4d38ebbf.tar.bz2
Merge remote-tracking branch 'origin/development' into adjust_tfm_configs
Diffstat (limited to 'scripts/code_size_compare.py')
-rwxr-xr-xscripts/code_size_compare.py14
1 files changed, 1 insertions, 13 deletions
diff --git a/scripts/code_size_compare.py b/scripts/code_size_compare.py
index 50836b3..abd13df 100755
--- a/scripts/code_size_compare.py
+++ b/scripts/code_size_compare.py
@@ -9,19 +9,7 @@ Note: must be run from Mbed TLS root.
"""
# Copyright The Mbed TLS Contributors
-# SPDX-License-Identifier: Apache-2.0
-#
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
import argparse
import logging