mbedtls/tests/scripts
Bence Szépkúti a2947ac7bb Update copyright notices to use Linux Foundation guidance
As a result, the copyright of contributors other than Arm is now
acknowledged, and the years of publishing are no longer tracked in the
source files.

Also remove the now-redundant lines declaring that the files are part of
MbedTLS.

This commit was generated using the following script:

# ========================
#!/bin/sh

# Find files
find '(' -path './.git' -o -path './3rdparty' ')' -prune -o -type f -print | xargs sed -bi '

# Replace copyright attribution line
s/Copyright.*Arm.*/Copyright The Mbed TLS Contributors/I

# Remove redundant declaration and the preceding line
$!N
/This file is part of Mbed TLS/Id
P
D
'
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2020-08-19 16:37:36 +02:00
..
all.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
basic-build-test.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
check-doxy-blocks.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
check-generated-files.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
check-names.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
check-python-files.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
check_files.py Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
curves.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
depends-hashes.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
depends-pkalgs.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
doxygen.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
gen_ctr_drbg.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
gen_gcm_decrypt.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
gen_gcm_encrypt.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
gen_pkcs1_v21_sign_verify.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
generate-afl-tests.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
generate_test_code.py Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
key-exchanges.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
list-enum-consts.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
list-identifiers.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
list-macros.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
list-symbols.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
mbedtls_test.py Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
recursion.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
run-test-suites.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
tcp_client.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
test-ref-configs.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
test_generate_test_code.py Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
test_zeroize.gdb Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
travis-log-failure.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00