mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
e820c0abc8
The official spelling of the trade mark changed from all-lowercase "mbed" to normal proper noun capitalization "Mbed" a few years ago. We've been using the new spelling in new text but still have the old spelling in a lot of text. This commit updates most occurrences of "mbed TLS": ``` sed -i -e 's/mbed TLS/Mbed TLS/g' $(git ls-files ':!ChangeLog' ':!tests/data_files/**' ':!tests/suites/*.data' ':!programs/x509/*' ':!configs/tfm*') ``` Justification for the omissions: * `ChangeLog`: historical text. * `test/data_files/**`, `tests/suites/*.data`, `programs/x509/*`: many occurrences are significant names in certificates and such. Changing the spelling would invalidate many signatures and tests. * `configs/tfm*`: this is an imported file. We'll follow the upstream updates. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
---|---|---|
.. | ||
data_files | ||
mbedtls_dev | ||
abi_check.py | ||
apidoc_full.sh | ||
assemble_changelog.py | ||
basic.requirements.txt | ||
bump_version.sh | ||
ci.requirements.txt | ||
code_size_compare.py | ||
code_style.py | ||
config.pl | ||
config.py | ||
driver.requirements.txt | ||
ecc-heap.sh | ||
ecp_comb_table.py | ||
find-mem-leak.cocci | ||
footprint.sh | ||
generate_driver_wrappers.py | ||
generate_errors.pl | ||
generate_features.pl | ||
generate_psa_constants.py | ||
generate_query_config.pl | ||
generate_ssl_debug_helpers.py | ||
generate_visualc_files.pl | ||
gitignore_patch.sh | ||
lcov.sh | ||
maintainer.requirements.txt | ||
make_generated_files.bat | ||
massif_max.pl | ||
memory.sh | ||
min_requirements.py | ||
output_env.sh | ||
rm-calloc-cast.cocci | ||
tmp_ignore_makefiles.sh | ||
windows_msbuild.bat |