Merge pull request #12590 from devran01/importer-remove-license-file

Importer script: remove apache-2.0.txt
pull/12597/head
Martin Kojtal 2020-03-09 09:01:04 +00:00 committed by GitHub
commit e71ab0d0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 9 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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)