mbedtls/programs/test
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
..
benchmark.c Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 2020-05-12 10:46:36 +02:00
CMakeLists.txt Remove ssl_cert_test sample app 2019-04-07 16:51:18 +03:00
cpp_dummy_build.cpp cpp_dummy_build: Add NIST key wrapping header 2018-07-24 16:51:09 +01:00
query_compile_time_config.c Fix aligment in programs/test/query_compile_time_config.c 2019-02-07 10:32:31 +00:00
selftest.c Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 2020-05-12 10:46:36 +02:00
udp_proxy_wrapper.sh Add copyright dates to all scripts 2020-06-15 12:18:56 +02:00
udp_proxy.c Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 2020-05-12 10:46:36 +02:00
zeroize.c Remove hardcoded line number from the zeroize test 2020-06-10 11:13:41 +02:00