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
commit12db748cbd3aedc4bc55469df6fd3df4970b783c (patch)
tree84fbc9322953a34f0c4effcc97db2c60cc3ee2f9
parent5f1972e7aebb0d7f46a148054dd0faa6bca029c8 (diff)
downloadmeta-updater-12db748cbd3aedc4bc55469df6fd3df4970b783c.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.