1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-01-11 22:45:30 +00:00
mbedtls/tests/scripts
Bence Szépkúti 468a76f88a Add copyright dates to all scripts
To find any files with a missing copyright declaration, use the following script:

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

# Find files with copyright declarations, and list their file extensions
exts=$(grep -Ril --exclude-dir .git 'Copyright.*Arm' | sed '
  s/.*\./-name "*./
  s/$/"/
' | sort -u | sed -n '
  :l
    N
    $!bl
  s/\n/ -o /gp
')

# Find files with file extensions that ususally include copyright extensions, but don't include a copyright declaration themselves.
eval "find -path './.git' -prune -o ! -path './tests/data_files/format_pkcs12.fmt' '(' $exts ')' -print" | xargs grep -Li 'Copyright.*Arm'
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2020-06-15 12:18:56 +02:00
..
all.sh Add test for dependencies on HMAC_DRBG in all.sh 2020-06-05 09:47:28 +02:00
basic-build-test.sh Enable branch coverage in basic_build_test.sh 2020-06-04 16:31:59 +01:00
check-doxy-blocks.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
check-files.py Finish the documentation of normalize_path 2020-05-28 18:31:39 +02:00
check-generated-files.sh Add gen_query_config.pl to check-gen-files and bump_version 2019-02-07 10:32:31 +00:00
check-names.sh Document "check-names.sh -v" 2019-05-22 19:07:36 +02:00
check-python-files.sh Make sure to use a Python 3 pylint 2020-04-11 20:38:21 +02:00
curves.pl Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 21:44:29 +00:00
depends-hashes.pl Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 21:44:29 +00:00
depends-pkalgs.pl Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 21:44:29 +00:00
doxygen.sh Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
gen_ctr_drbg.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
gen_gcm_decrypt.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
gen_gcm_encrypt.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
gen_pkcs1_v21_sign_verify.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
generate-afl-tests.sh Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
generate_test_code.py Pylint: minor code simplifications 2020-04-11 20:51:08 +02:00
key-exchanges.pl Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 21:44:29 +00:00
list-enum-consts.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
list-identifiers.sh Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
list-macros.sh Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
list-symbols.sh Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
mbedtls_test.py Pylint: minor code simplifications 2020-04-11 20:51:08 +02:00
recursion.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
run-test-suites.pl 'make test' must fail if Asan fails 2019-10-21 20:48:05 +02:00
tcp_client.pl Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
test-ref-configs.pl Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 21:44:29 +00:00
test_generate_test_code.py Pylint: minor code simplifications 2020-04-11 20:51:08 +02:00
test_zeroize.gdb Remove hardcoded line number from the zeroize test 2020-06-10 11:13:41 +02:00
travis-log-failure.sh Fixes Travis post-mortem script dump following review 2016-04-10 15:11:27 +01:00