summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-raspberrypi/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-updater-raspberrypi/README.md')
-rw-r--r--external/meta-updater-raspberrypi/README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/external/meta-updater-raspberrypi/README.md b/external/meta-updater-raspberrypi/README.md
index 29ea2989..5ec94a2b 100644
--- a/external/meta-updater-raspberrypi/README.md
+++ b/external/meta-updater-raspberrypi/README.md
@@ -23,7 +23,12 @@ You can see examples of the first two approaches in [the linux-raspberrypi bbapp
| Name | Default | Description |
|---|---|---|
-| RPI_WIFI_ENABLE | "0" | A flag to enable ("1") or disable "0" WiFi support (drivers and configuration) |
-| RPI_WIFI_SSID | N/A| ID of a wireless network to connect to. Mandatory if RPI_WIFI_ENABLE is "1" |
-| RPI_WIFI_PWD | N/A | Password for a connection to a wireless network |
+| RPI_WIFI_ENABLE | "0" | A flag to enable ("1") or disable "0" WiFi support (drivers and configuration). |
+| RPI_WIFI_SSID | N/A| ID of a wireless network to connect to. Be aware this is case sensitive! Mandatory if RPI_WIFI_ENABLE is "1". |
+| RPI_WIFI_PWD | N/A | Password for a connection to a wireless network. |
+## License
+
+This code is licensed under the [MIT license](COPYING.MIT), a copy of which can be found in this repository. All code is copyright HERE Europe B.V., 2016-2020.
+
+We require that contributors accept the terms of Linux Foundation's [Developer Certificate of Origin](https://developercertificate.org/). Please see the [contribution instructions of aktualizr](https://github.com/advancedtelematic/aktualizr/blob/master/CONTRIBUTING.md) for more information.