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-17 15:51:43 +0300
commit895ee7f5fdbb3b493a91c2d45e26640a7035aeb8 (patch)
tree75bfb92201d5f4ed5ff851e99653c9331dfc07c7
parent305bfce5ca4563befee1f42b57771866d89223c5 (diff)
downloadmeta-updater-895ee7f5fdbb3b493a91c2d45e26640a7035aeb8.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.