diff --git a/features/mbedtls/README.md b/features/mbedtls/README.md index 96c6a2aa67..f87e68c9c7 100644 --- a/features/mbedtls/README.md +++ b/features/mbedtls/README.md @@ -85,9 +85,6 @@ For further documentation and help, you can visit the [Mbed TLS website](https:/ ### Contributing to the project -We are happy to accept bug reports and contributions from the community. There are some requirements to integrate contributions: +We gratefully accept bug reports and contributions from the community. Contributions should be submitted to the [standalone Mbed TLS project](https://github.com/ARMmbed/mbedtls), not to the version of Mbed TLS embedded within Mbed OS. -* Simple bug fixes to existing code do not contain copyright themselves, and we can integrate without issue. The same is true of trivial contributions. -* For larger contributions, such as a new feature, the code can possibly fall under copyright law. We then need your consent to share in the ownership of the copyright. We have a form for this, which we will send to you if you submit a contribution or pull request that we deem this necessary for. - -Please submit contributions to the [standalone Mbed TLS project](https://github.com/ARMmbed/mbedtls), not to the version of Mbed TLS embedded within Mbed OS. +Please see the [contributing guidelines](https://github.com/ARMmbed/mbedtls/blob/development/CONTRIBUTING.md) of the project for details on how to do this. diff --git a/features/mbedtls/importer/Makefile b/features/mbedtls/importer/Makefile index 59729d4eec..6cb4094014 100644 --- a/features/mbedtls/importer/Makefile +++ b/features/mbedtls/importer/Makefile @@ -60,7 +60,6 @@ rsync: # # Copying licenses cp $(MBED_TLS_DIR)/LICENSE $(TARGET_PREFIX) - cp $(MBED_TLS_DIR)/apache-2.0.txt $(TARGET_PREFIX) # deploy: rsync @@ -106,7 +105,6 @@ $(MBED_TLS_GIT_CFG): clean: rm -f $(TARGET_PREFIX)LICENSE - rm -f $(TARGET_PREFIX)apache-2.0.txt rm -f $(TARGET_PREFIX)VERSION.txt rm -f $(TARGET_PREFIX)AUTHORS.txt rm -rf $(TARGET_SRC) diff --git a/features/mbedtls/mbed-crypto/importer/Makefile b/features/mbedtls/mbed-crypto/importer/Makefile index 7d42fc2a14..32a4ba8872 100644 --- a/features/mbedtls/mbed-crypto/importer/Makefile +++ b/features/mbedtls/mbed-crypto/importer/Makefile @@ -85,7 +85,6 @@ rsync: # # Copying licenses cp $(CRYPTO_DIR)/LICENSE $(TARGET_PREFIX)/ - cp $(CRYPTO_DIR)/apache-2.0.txt $(TARGET_PREFIX)/ # # Copying Mbed Crypto into Mbed OS... rm -rf $(TARGET_SRV_IMPL) @@ -130,7 +129,6 @@ $(CRYPTO_GIT_CFG): clean: rm -f $(TARGET_PREFIX)/LICENSE - rm -f $(TARGET_PREFIX)/apache-2.0.txt rm -f $(TARGET_PREFIX)/VERSION.txt rm -f $(TARGET_PREFIX)/AUTHORS.txt rm -rf $(TARGET_INC)