mbedtls/tests/scripts
Bence Szépkúti b7246ad938 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'\
  ! -path './programs/psa/psa_constant_names_generated.c'\
  '(' $exts ')' -print" | xargs grep -Li 'Copyright.*Arm'
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2020-06-08 17:26:24 +02:00
..
all.sh Add test for dependencies on HMAC_DRBG in all.sh 2020-06-05 09:52:39 +02:00
basic-build-test.sh Enable branch coverage in basic_build_test.sh 2020-06-04 16:41:02 +01:00
check-doxy-blocks.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
check-files.py Finish the documentation of normalize_path 2020-05-28 18:34:20 +02:00
check-generated-files.sh Fix uninitialized var in check-generated-files.sh 2018-05-01 21:01:22 +01:00
check-names.sh Document "check-names.sh -v" 2019-05-22 19:07:57 +02:00
curves.pl Backport 2.7: Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 22:26:56 +00:00
depends-hashes.pl Backport 2.7: Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 22:26:56 +00:00
depends-pkalgs.pl Backport 2.7: Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 22:26:56 +00:00
doxygen.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
gen_ctr_drbg.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
gen_gcm_decrypt.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
gen_gcm_encrypt.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
gen_pkcs1_v21_sign_verify.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
generate_code.pl Merge branch 'pr_1025' into development 2017-11-28 18:23:53 +01:00
generate-afl-tests.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
key-exchanges.pl Backport 2.7: Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 22:26:56 +00:00
list-enum-consts.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
list-identifiers.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
list-macros.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
list-symbols.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
recursion.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
run-test-suites.pl 'make test' must fail if Asan fails 2019-10-21 20:48:51 +02:00
tcp_client.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
test-ref-configs.pl Backport 2.7: Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 22:26:56 +00:00
travis-log-failure.sh Fixes Travis post-mortem script dump following review 2016-04-10 15:11:27 +01:00
yotta-build.sh Fix scripts to support multiple openssl and gnutls 2016-09-27 16:04:44 +01:00