Bence Szépkúti
700ee44545
Add missing copyright dates to scripts and sources
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 --exclude-dir 3rdparty\
--exclude-dir programs/fuzz 'Copyright.*Arm' | sed '
s/.*\///
s/.*\./*./
s/.*/-name "&"/
' | 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' -o -path './3rdparty' -o -path './programs/fuzz' ')' -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-15 12:05:46 +02:00
..
2019-06-29 17:45:34 -05:00
2020-06-05 09:29:51 +02:00
2020-05-28 17:51:46 +01:00
2020-03-23 17:55:31 +01:00
2020-06-15 12:05:46 +02:00
2020-05-28 18:19:20 +02:00
2020-02-11 19:26:27 +01:00
2020-02-19 20:13:29 +01:00
2020-03-24 19:23:41 +01:00
2020-04-11 20:23:22 +02:00
2019-11-13 14:33:33 +00:00
2020-01-06 11:40:23 +01:00
2020-03-19 13:55:04 +01:00
2019-06-29 17:45:34 -05:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2020-04-11 20:23:22 +02:00
2020-06-15 12:05:46 +02:00
2020-03-19 14:23:45 +01:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2020-04-11 20:23:22 +02:00
2020-06-15 12:05:46 +02:00
2020-06-15 12:05:46 +02:00
2019-10-21 20:10:21 +02:00
2020-06-15 12:05:46 +02:00
2020-04-11 20:23:22 +02:00
2020-04-11 20:23:22 +02:00
2020-06-15 12:05:46 +02:00
2020-06-09 12:52:04 +02:00
2020-03-23 17:55:32 +01:00
2020-03-19 14:17:54 +01:00