diff options
author | xengineering <me@xengineering.eu> | 2025-03-21 22:25:16 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-21 22:25:16 +0100 |
commit | 690f38b8212b2638ec323d19869cc0c14487375e (patch) | |
tree | 80c6baedfa878cd60e6d2dc9db575ed48fd6ca84 | |
parent | dc146be244c8063971d7b769f35c8c9991cf144a (diff) | |
download | iot-contact-690f38b8212b2638ec323d19869cc0c14487375e.tar iot-contact-690f38b8212b2638ec323d19869cc0c14487375e.tar.zst iot-contact-690f38b8212b2638ec323d19869cc0c14487375e.zip |
fw: html: Add missing license notice
-rw-r--r-- | fw/src/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/src/index.html b/fw/src/index.html index a7e3ce9..142a1b9 100644 --- a/fw/src/index.html +++ b/fw/src/index.html @@ -1,4 +1,9 @@ <!DOCTYPE html> + +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at https://mozilla.org/MPL/2.0/. --> + <html lang="en"> <head> <meta charset="UTF-8"> |