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 09:16:42 +0200
commit0a99f6c09ce666a593a27fba38feb446c909af7f (patch)
treeef7de0d4a58cd8005c0cf9b15b48d5b881c62df6
parent603277b50a84e6d4c9f47358ad6cc7c9385bc359 (diff)
downloadmeta-updater-0a99f6c09ce666a593a27fba38feb446c909af7f.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.