summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-06-17 16:20:28 +0200
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-07-19 20:44:15 +0200
commit2d9556df6492273eca7d35d115d24f9d69ba2ca7 (patch)
tree82c1d07bf725c5549369890d9b06d4d8f39a78ca
parenta691592f111ff5c4683e68fa3feb793fac74a398 (diff)
downloadmeta-updater-2d9556df6492273eca7d35d115d24f9d69ba2ca7.tar.gz
Add copyright and reference license and DCO.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--README.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 8b7381b..26eaac2 100644
--- a/README.adoc
+++ b/README.adoc
@@ -269,3 +269,9 @@ Provisioning procedure depends on your provisioning recipe, i.e. the value of `S
269** put URL to the server backend (together with protocol prefix and port number) at `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in the `autoprov.url` file in your credentials archive. 269** put URL to the server backend (together with protocol prefix and port number) at `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in the `autoprov.url` file in your credentials archive.
270** put root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/root.crt`. 270** put root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/root.crt`.
271** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device. 271** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device.
272
273== License
274
275This code is licensed under the link:COPYING.MIT[MIT license], a copy of which can be found in this repository. All code is copyright HERE Europe B.V., 2016-2019.
276
277We require that contributors accept the terms of Linux Foundation's link:https://developercertificate.org/[Developer Certificate of Origin]. Please see the https://github.com/advancedtelematic/aktualizr/blob/master/CONTRIBUTING.md[contribution instructions of aktualizr] for more information.