mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 12:35:41 +01:00
Add copyright to abi_check script
This commit is contained in:
parent
7c2dd5890f
commit
127c5affce
@ -1,5 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
#
|
||||||
|
# This file is part of mbed TLS (https://tls.mbed.org)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2018, Arm Limited, All Rights Reserved
|
||||||
|
#
|
||||||
|
# Purpose
|
||||||
|
#
|
||||||
# This script is a small wrapper around the abi-compliance-checker and
|
# This script is a small wrapper around the abi-compliance-checker and
|
||||||
# abi-dumper tools, applying them to compare the ABI and API of the library
|
# abi-dumper tools, applying them to compare the ABI and API of the library
|
||||||
# files from two different Git revisions within an Mbed TLS repository.
|
# files from two different Git revisions within an Mbed TLS repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user