mbedtls/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
..
data_files Merge pull request #3204 from irwir/fix_vcxproj-2.7 2020-04-28 13:03:23 +02:00
abi_check.py Pylint: abide by useless-object-inheritance warnings 2020-04-11 21:08:26 +02:00
apidoc_full.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
assemble_changelog.py Copy the changelog entry assembling script from development 2020-04-21 18:36:17 +02:00
bump_version.sh Removes yotta from bump_version.sh 2016-05-23 19:15:39 +01:00
config.pl Exclude DEPRECATED_WARNING in config full 2020-04-30 18:47:36 +02:00
ecc-heap.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
find-mem-leak.cocci Remove malloc references in mbedtls/scripts 2017-07-06 10:34:12 +01:00
footprint.sh Rename net.{c,h} to net_sockets.{c,h} 2016-09-26 23:23:52 +01:00
generate_errors.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
generate_features.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
generate_visualc_files.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
massif_max.pl Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
memory.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
output_env.sh Add output of python3 version 2020-05-26 14:27:54 +02:00
rename.pl Backport 2.7: Use "#!/usr/bin/env perl" as shebang line. 2018-04-04 22:26:56 +00:00
rm-calloc-cast.cocci Remove malloc references in mbedtls/scripts 2017-07-06 10:34:12 +01:00
tmp_ignore_makefiles.sh Add copyright dates to all scripts 2020-06-08 17:26:24 +02:00
windows_msbuild.bat Add a simple build script for Windows with Visual Studio 2020-04-27 11:27:39 +02:00