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:48:42 +0200
commitf38a0f61c21a434ea6f843c5f9a5fb4397442637 (patch)
tree7f742b77188e2eb5ce6c6cfaea873a1442e33e91
parente79e649441dbde83893bda9f0f3f8ed8cba3650a (diff)
downloadmeta-updater-f38a0f61c21a434ea6f843c5f9a5fb4397442637.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 4cb0cbf..1f9d863 100644
--- a/README.adoc
+++ b/README.adoc
@@ -271,3 +271,9 @@ Provisioning procedure depends on your provisioning recipe, i.e. the value of `S
271** 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. 271** 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.
272** put root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/root.crt`. 272** put root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/root.crt`.
273** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device. 273** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device.
274
275== License
276
277This 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.
278
279We 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.