From 57182e7bfad6c635140184db97477559393e2047 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 11 Feb 2025 07:14:29 +0100 Subject: fw: Switch to MPL 2.0 The Mozilla Public License seems to be suitable for this firmware project. See the original license text for details. This commit also adds a `.txt` suffix to the LICENSE file to make the file type more visible to humans and tools. --- fw/src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fw/src/main.c') diff --git a/fw/src/main.c b/fw/src/main.c index 1ee66d1..9390505 100644 --- a/fw/src/main.c +++ b/fw/src/main.c @@ -1,3 +1,9 @@ +/* + * 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/. + */ + #include #include #include -- cgit v1.2.3-70-g09d2