mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12590 from devran01/importer-remove-license-file
Importer script: remove apache-2.0.txtpull/12597/head
commit
e71ab0d0f0
|
@ -85,9 +85,6 @@ For further documentation and help, you can visit the [Mbed TLS website](https:/
|
||||||
|
|
||||||
### Contributing to the project
|
### 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.
|
Please see the [contributing guidelines](https://github.com/ARMmbed/mbedtls/blob/development/CONTRIBUTING.md) of the project for details on how to do this.
|
||||||
* 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.
|
|
||||||
|
|
|
@ -60,7 +60,6 @@ rsync:
|
||||||
#
|
#
|
||||||
# Copying licenses
|
# Copying licenses
|
||||||
cp $(MBED_TLS_DIR)/LICENSE $(TARGET_PREFIX)
|
cp $(MBED_TLS_DIR)/LICENSE $(TARGET_PREFIX)
|
||||||
cp $(MBED_TLS_DIR)/apache-2.0.txt $(TARGET_PREFIX)
|
|
||||||
#
|
#
|
||||||
|
|
||||||
deploy: rsync
|
deploy: rsync
|
||||||
|
@ -106,7 +105,6 @@ $(MBED_TLS_GIT_CFG):
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET_PREFIX)LICENSE
|
rm -f $(TARGET_PREFIX)LICENSE
|
||||||
rm -f $(TARGET_PREFIX)apache-2.0.txt
|
|
||||||
rm -f $(TARGET_PREFIX)VERSION.txt
|
rm -f $(TARGET_PREFIX)VERSION.txt
|
||||||
rm -f $(TARGET_PREFIX)AUTHORS.txt
|
rm -f $(TARGET_PREFIX)AUTHORS.txt
|
||||||
rm -rf $(TARGET_SRC)
|
rm -rf $(TARGET_SRC)
|
||||||
|
|
|
@ -85,7 +85,6 @@ rsync:
|
||||||
#
|
#
|
||||||
# Copying licenses
|
# Copying licenses
|
||||||
cp $(CRYPTO_DIR)/LICENSE $(TARGET_PREFIX)/
|
cp $(CRYPTO_DIR)/LICENSE $(TARGET_PREFIX)/
|
||||||
cp $(CRYPTO_DIR)/apache-2.0.txt $(TARGET_PREFIX)/
|
|
||||||
#
|
#
|
||||||
# Copying Mbed Crypto into Mbed OS...
|
# Copying Mbed Crypto into Mbed OS...
|
||||||
rm -rf $(TARGET_SRV_IMPL)
|
rm -rf $(TARGET_SRV_IMPL)
|
||||||
|
@ -130,7 +129,6 @@ $(CRYPTO_GIT_CFG):
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET_PREFIX)/LICENSE
|
rm -f $(TARGET_PREFIX)/LICENSE
|
||||||
rm -f $(TARGET_PREFIX)/apache-2.0.txt
|
|
||||||
rm -f $(TARGET_PREFIX)/VERSION.txt
|
rm -f $(TARGET_PREFIX)/VERSION.txt
|
||||||
rm -f $(TARGET_PREFIX)/AUTHORS.txt
|
rm -f $(TARGET_PREFIX)/AUTHORS.txt
|
||||||
rm -rf $(TARGET_INC)
|
rm -rf $(TARGET_INC)
|
||||||
|
|
Loading…
Reference in New Issue