From b18076f48f0046ca6466f9eea7eda4b07976bd57 Mon Sep 17 00:00:00 2001 From: Felix Walter Date: Tue, 14 May 2024 09:19:37 +0200 Subject: [PATCH] README: Add information on changed license See !157 Signed-off-by: Felix Walter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fd3a62..169601e 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ The entry point is implemented in [`components/daemon/main.c`](components/daemon ## License This work is licensed as a whole under the GNU Affero General Public License v3.0, with some parts and components being licensed under the BSD 3-Clause, Apache 2.0, MIT, zLib, and GPL v2.0 licenses. +This licensing scheme is applied since early 2024, after the release of version v0.13.0 under the Apache 2 and BSD 3-Clause licenses. All code files, except those under the `external/` directory tree, contain an [SPDX](https://spdx.dev/) license identifier at the top, to indicate the license that applies to the specific file. The external libraries shipped with µD3TN and contained in `external/` are subject to their own licenses, documented in [`LICENSE-3RD-PARTY.txt`](external/LICENSE-3RD-PARTY.txt).