mbedtls/scripts/data_files
Bence Szépkúti a2947ac7bb Update copyright notices to use Linux Foundation guidance
As a result, the copyright of contributors other than Arm is now
acknowledged, and the years of publishing are no longer tracked in the
source files.

Also remove the now-redundant lines declaring that the files are part of
MbedTLS.

This commit was generated using the following script:

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

# Find files
find '(' -path './.git' -o -path './3rdparty' ')' -prune -o -type f -print | xargs sed -bi '

# Replace copyright attribution line
s/Copyright.*Arm.*/Copyright The Mbed TLS Contributors/I

# Remove redundant declaration and the preceding line
$!N
/This file is part of Mbed TLS/Id
P
D
'
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2020-08-19 16:37:36 +02:00
..
error.fmt Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
query_config.fmt Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
rename-1.3-2.0.txt Fix redefinition of macro ssl_set_bio 2016-12-07 10:27:00 +00:00
version_features.fmt Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
vs6-app-template.dsp Add missing VS project files, generated by script 2013-09-18 14:34:33 +02:00
vs6-main-template.dsp Systematically use Windows line endings in Windows files 2020-04-06 16:32:30 +02:00
vs6-workspace-template.dsw Add VS6 workspace to update-vs-apps.pl 2014-05-22 13:52:50 +02:00
vs2010-app-template.vcxproj Systematically use Windows line endings in Windows files 2020-04-06 16:32:30 +02:00
vs2010-main-template.vcxproj [backport 2.16] Finalize fixing bugs in .vcxproj files 2020-04-19 17:09:42 +03:00
vs2010-sln-template.sln Systematically use Windows line endings in Windows files 2020-04-06 16:32:30 +02:00