From 981a96f7680cf285ec8d196ad527766b467ad9ac Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 25 Feb 2025 21:52:14 +0100 Subject: update comments, relicensing derived code as GPL-3+ --- mussel1/mussel1.ino | 15 ++++++++------- mussel2/mussel2.ino | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/mussel1/mussel1.ino b/mussel1/mussel1.ino index c59f78b..00a9ec3 100644 --- a/mussel1/mussel1.ino +++ b/mussel1/mussel1.ino @@ -1,10 +1,11 @@ -/* - Based on 31337Ghost's reference code from - - which is based on pcbreflux's Arduino ESP32 port - of Neil Kolban's example for IDF: - -*/ +/// mussel1 - mussel voter influenced by time +/// +/// SPDX-License-Identifier: GPL-3.0-or-later +/// SPDX-FileCopyrightText: 2015-2023 Espressif Systems +/// SPDX-FileCopyrightText: 2025 Jonas Smedegaard +/// +/// Based on example `libraries/BLE/examples/iBeacon/iBeacon.ino` +/// in project . /* Create a BLE server that will send periodic iBeacon frames. diff --git a/mussel2/mussel2.ino b/mussel2/mussel2.ino index ea89311..d7ad816 100644 --- a/mussel2/mussel2.ino +++ b/mussel2/mussel2.ino @@ -1,10 +1,11 @@ -/* - Based on 31337Ghost's reference code from - - which is based on pcbreflux's Arduino ESP32 port - of Neil Kolban's example for IDF: - -*/ +/// mussel2 - mussel voter influenced by time +/// +/// SPDX-License-Identifier: GPL-3.0-or-later +/// SPDX-FileCopyrightText: 2015-2023 Espressif Systems +/// SPDX-FileCopyrightText: 2025 Jonas Smedegaard +/// +/// Based on example `libraries/BLE/examples/iBeacon/iBeacon.ino` +/// in project . /* Create a BLE server that will send periodic iBeacon frames. -- cgit v1.2.3